@discourser/design-system 0.23.0 → 0.25.0
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.
- package/dist/{chunk-KIJKNZ73.cjs → chunk-QNCZYFUJ.cjs} +46 -11
- package/dist/chunk-QNCZYFUJ.cjs.map +1 -0
- package/dist/{chunk-AGZVRI36.cjs → chunk-TBLDQATQ.cjs} +688 -12
- package/dist/chunk-TBLDQATQ.cjs.map +1 -0
- package/dist/{chunk-KQOHRIUP.js → chunk-UHSL4N44.js} +685 -14
- package/dist/chunk-UHSL4N44.js.map +1 -0
- package/dist/{chunk-HN2IHIMR.js → chunk-ZPECW4N2.js} +46 -11
- package/dist/chunk-ZPECW4N2.js.map +1 -0
- package/dist/components/Badge.figma.d.ts +2 -0
- package/dist/components/Badge.figma.d.ts.map +1 -0
- package/dist/components/Button.figma.d.ts +2 -0
- package/dist/components/Button.figma.d.ts.map +1 -0
- package/dist/components/Card.figma.d.ts +2 -0
- package/dist/components/Card.figma.d.ts.map +1 -0
- package/dist/components/Icons/AudienceIcon.d.ts.map +1 -1
- package/dist/components/Icons/ChevronUpDownIcon.d.ts +6 -0
- package/dist/components/Icons/ChevronUpDownIcon.d.ts.map +1 -0
- package/dist/components/Icons/LoginIcon.d.ts +6 -0
- package/dist/components/Icons/LoginIcon.d.ts.map +1 -0
- package/dist/components/Icons/LogoutIcon.d.ts +6 -0
- package/dist/components/Icons/LogoutIcon.d.ts.map +1 -0
- package/dist/components/Icons/index.d.ts +3 -0
- package/dist/components/Icons/index.d.ts.map +1 -1
- package/dist/components/Input.figma.d.ts +2 -0
- package/dist/components/Input.figma.d.ts.map +1 -0
- package/dist/components/RadioGroup.figma.d.ts +2 -0
- package/dist/components/RadioGroup.figma.d.ts.map +1 -0
- package/dist/components/SettingsPopover/SettingsPopover.d.ts +3 -0
- package/dist/components/SettingsPopover/SettingsPopover.d.ts.map +1 -0
- package/dist/components/SettingsPopover/SettingsPopover.figma.d.ts +2 -0
- package/dist/components/SettingsPopover/SettingsPopover.figma.d.ts.map +1 -0
- package/dist/components/SettingsPopover/index.d.ts +3 -0
- package/dist/components/SettingsPopover/index.d.ts.map +1 -0
- package/dist/components/SettingsPopover/types.d.ts +30 -0
- package/dist/components/SettingsPopover/types.d.ts.map +1 -0
- package/dist/components/Slider.figma.d.ts +2 -0
- package/dist/components/Slider.figma.d.ts.map +1 -0
- package/dist/components/Stepper/Stepper.figma.d.ts +2 -0
- package/dist/components/Stepper/Stepper.figma.d.ts.map +1 -0
- package/dist/components/StudioControls/StudioControls.d.ts +3 -0
- package/dist/components/StudioControls/StudioControls.d.ts.map +1 -0
- package/dist/components/StudioControls/StudioControls.figma.d.ts +2 -0
- package/dist/components/StudioControls/StudioControls.figma.d.ts.map +1 -0
- package/dist/components/StudioControls/index.d.ts +3 -0
- package/dist/components/StudioControls/index.d.ts.map +1 -0
- package/dist/components/StudioControls/types.d.ts +17 -0
- package/dist/components/StudioControls/types.d.ts.map +1 -0
- package/dist/components/Switch.figma.d.ts +2 -0
- package/dist/components/Switch.figma.d.ts.map +1 -0
- package/dist/components/index.cjs +90 -70
- package/dist/components/index.d.ts +5 -0
- package/dist/components/index.d.ts.map +1 -1
- package/dist/components/index.js +1 -1
- package/dist/figma-codex/parser.d.ts +2 -0
- package/dist/figma-codex/parser.d.ts.map +1 -1
- package/dist/figma-codex/resolver.d.ts.map +1 -1
- package/dist/figma-codex/schema.d.ts +7 -0
- package/dist/figma-codex/schema.d.ts.map +1 -1
- package/dist/figma-codex.json +408 -2
- package/dist/index.cjs +94 -74
- package/dist/index.js +2 -2
- package/dist/preset/index.cjs +2 -2
- package/dist/preset/index.js +1 -1
- package/dist/preset/recipes/badge.d.ts.map +1 -1
- package/dist/preset/recipes/index.d.ts +1 -0
- package/dist/preset/recipes/index.d.ts.map +1 -1
- package/dist/preset/recipes/studio-controls.d.ts +2 -0
- package/dist/preset/recipes/studio-controls.d.ts.map +1 -0
- package/dist/preset/recipes/switch.d.ts.map +1 -1
- package/docs/figma-mcp-return/card-audit.json +31 -0
- package/docs/figma-mcp-return/conversation-prelaunch-audit.json +51 -0
- package/docs/figma-mcp-return/conversation_lobby-design-context.md +359 -0
- package/docs/figma-mcp-return/conversation_lobby-metadata.xml +1 -0
- package/docs/figma-mcp-return/discourser-accordion-audit.json +264 -0
- package/docs/figma-mcp-return/discourser-accordion-design-context-v2.tsx +350 -0
- package/docs/figma-mcp-return/discourser-accordion-design-context.tsx +130 -0
- package/docs/figma-mcp-return/discourser-accordion-metadata-v2.xml +1 -0
- package/docs/figma-mcp-return/discourser-accordion-metadata.xml +1 -0
- package/docs/figma-mcp-return/kai-resolution-simulation.md +181 -0
- package/docs/figma-mcp-return/prelaunch-comparison-analysis.md +126 -0
- package/docs/figma-mcp-return/prelaunch-get-design-context.md +982 -0
- package/docs/figma-mcp-return/prelaunch-get-metadata.md +7 -0
- package/docs/figma-mcp-return/prelaunch-get-metadata.xml +3 -0
- package/docs/figma-mcp-return/prelaunch-post-component-update.md +791 -0
- package/docs/figma-mcp-return/prelaunch-post-rebind-design-context.md +969 -0
- package/docs/figma-mcp-return/radio-group-audit.json +23 -0
- package/docs/figma-mcp-return/switch-audit.json +38 -0
- package/docs/session-summary-2026-03-29.md +98 -0
- package/package.json +6 -1
- package/src/components/Badge.figma.tsx +39 -0
- package/src/components/Button.figma.tsx +18 -0
- package/src/components/Card.figma.tsx +33 -0
- package/src/components/Icons/AudienceIcon.tsx +3 -1
- package/src/components/Icons/AudioSpeakerIcon.tsx +1 -1
- package/src/components/Icons/ChevronUpDownIcon.tsx +23 -0
- package/src/components/Icons/LoginIcon.tsx +71 -0
- package/src/components/Icons/LogoutIcon.tsx +43 -0
- package/src/components/Icons/MicrophoneIcon.tsx +3 -3
- package/src/components/Icons/RecordIcon.tsx +4 -4
- package/src/components/Icons/TimerIcon.tsx +1 -1
- package/src/components/Icons/index.ts +6 -0
- package/src/components/Input.figma.tsx +17 -0
- package/src/components/RadioGroup.figma.tsx +38 -0
- package/src/components/SettingsPopover/SettingsPopover.figma.tsx +17 -0
- package/src/components/SettingsPopover/SettingsPopover.test.tsx +256 -0
- package/src/components/SettingsPopover/SettingsPopover.tsx +159 -0
- package/src/components/SettingsPopover/index.ts +2 -0
- package/src/components/SettingsPopover/types.ts +37 -0
- package/src/components/Slider.figma.tsx +20 -0
- package/src/components/Stepper/Stepper.figma.tsx +19 -0
- package/src/components/StudioControls/StudioControls.figma.tsx +25 -0
- package/src/components/StudioControls/StudioControls.tsx +381 -0
- package/src/components/StudioControls/index.ts +2 -0
- package/src/components/StudioControls/types.ts +17 -0
- package/src/components/Switch.figma.tsx +32 -0
- package/src/components/index.ts +16 -0
- package/src/figma-codex/parser.ts +55 -0
- package/src/figma-codex/resolver.ts +1 -0
- package/src/figma-codex/schema.ts +9 -0
- package/src/preset/recipes/badge.ts +41 -7
- package/src/preset/recipes/index.ts +1 -0
- package/src/preset/recipes/studio-controls.ts +252 -0
- package/src/preset/recipes/switch.ts +5 -4
- package/dist/chunk-AGZVRI36.cjs.map +0 -1
- package/dist/chunk-HN2IHIMR.js.map +0 -1
- package/dist/chunk-KIJKNZ73.cjs.map +0 -1
- package/dist/chunk-KQOHRIUP.js.map +0 -1
|
@@ -0,0 +1,982 @@
|
|
|
1
|
+
```
|
|
2
|
+
const imgSwitch = "http://localhost:3845/assets/2bf09bb7bf0e4e849e6f86f522d18d513a02fe68.svg";
|
|
3
|
+
const imgSwitch1 = "http://localhost:3845/assets/560572849c2a0f20210024a4b41616c0701a0bfa.svg";
|
|
4
|
+
const imgSvgRepoIconCarrier = "http://localhost:3845/assets/8f55b50d4007f06fb8b473bd2c31acc9d77567bc.svg";
|
|
5
|
+
const imgSvgRepoIconCarrier1 = "http://localhost:3845/assets/514cb4d3c2e2465be034d94a155fef635c4956c7.svg";
|
|
6
|
+
const imgSvgRepoIconCarrier2 = "http://localhost:3845/assets/8e39eda5d23c66ceff6a214c7a7b03824fe1922e.svg";
|
|
7
|
+
const imgImage1 = "http://localhost:3845/assets/3f19e9b7eb19fa1dff976acb2d623ee0a4b5c759.png";
|
|
8
|
+
const imgIon = "http://localhost:3845/assets/b69a13592cc4c7fb5353b6ce3e6bb86d118ccb58.svg";
|
|
9
|
+
const imgDiscourser = "http://localhost:3845/assets/216aa1550a9c113b53a313b84105f45a7f163c97.svg";
|
|
10
|
+
const imgVector = "http://localhost:3845/assets/ff82f93fd0c5d7e4ad7133f0cf4199daa138ecc5.svg";
|
|
11
|
+
const imgVector1 = "http://localhost:3845/assets/9aaea68f3499852103a7e9a96d7203347c9c9f5a.svg";
|
|
12
|
+
const imgVector2 = "http://localhost:3845/assets/12eed93f145fe9872c072b428f31d292ea6afff7.svg";
|
|
13
|
+
const imgVector3 = "http://localhost:3845/assets/175015f1ba1f3df60d92581208e93029e9c35dc8.svg";
|
|
14
|
+
const imgVector4 = "http://localhost:3845/assets/c92aee36dab6888dec9b39d7ff72047f9dc316a0.svg";
|
|
15
|
+
const imgVector5 = "http://localhost:3845/assets/42f0ea724312075df04838d07ed64b5e66627bd0.svg";
|
|
16
|
+
const imgGroup4890 = "http://localhost:3845/assets/9e4dd26f84edbcf7b07c1cb65e02a068a39b4854.svg";
|
|
17
|
+
const imgVector6 = "http://localhost:3845/assets/95593af832757f0483f9ca57bd29e82b87b4a8ff.svg";
|
|
18
|
+
const imgGroup4891 = "http://localhost:3845/assets/605b7c44a31cf8376e5a7ba4a87c5a5165ea02e6.svg";
|
|
19
|
+
const imgLucideIconsIterationCcw = "http://localhost:3845/assets/15afcc9ae52c1c2be2cdae92383466e8863afe62.svg";
|
|
20
|
+
const imgVector7 = "http://localhost:3845/assets/f4afc960494b9475ff04cbcab685cd2af44ba5bd.svg";
|
|
21
|
+
const imgSlash = "http://localhost:3845/assets/cfcc8c64dec7bb6fcb5561cb34002392eaf28142.svg";
|
|
22
|
+
const imgSlash1 = "http://localhost:3845/assets/2ca223371f25816ca5125b70317bf8ef789a360f.svg";
|
|
23
|
+
const imgVector8 = "http://localhost:3845/assets/0b50a3025c72d8d96371f34f982273740970dd2c.svg";
|
|
24
|
+
const imgVector9 = "http://localhost:3845/assets/be81a7d3d7f5a09aea1b181d2b714266fc665949.svg";
|
|
25
|
+
const imgVector10 = "http://localhost:3845/assets/61a7660e1e26b59e5b39af5820793e05adb9c53b.svg";
|
|
26
|
+
const imgVector11 = "http://localhost:3845/assets/1115c0c7c35b879801617726315fdd9ff69dfb85.svg";
|
|
27
|
+
const imgVector12 = "http://localhost:3845/assets/be2b8261cdbe90b0eb4c0a05863dcdf5e757920b.svg";
|
|
28
|
+
const imgVector13 = "http://localhost:3845/assets/6383fe4b6816a99190d1897bff33a6447dd3e802.svg";
|
|
29
|
+
const imgIcon = "http://localhost:3845/assets/e329d789948c194b2483b32444a4a382bab980aa.svg";
|
|
30
|
+
const imgVector14 = "http://localhost:3845/assets/39e27a964578538d8ac3f2b6ce6c817a3bf9b100.svg";
|
|
31
|
+
const imgIcon1 = "http://localhost:3845/assets/ed5963e349c62d1408f8094949372428de19ef39.svg";
|
|
32
|
+
const imgOutPutEq = "http://localhost:3845/assets/e007537a67d01769382c970361df0398047286fb.svg";
|
|
33
|
+
const imgSvgRepoIconCarrier3 = "http://localhost:3845/assets/51e4a7d0418e0271ba866d573aa41cb6e4e995ec.svg";
|
|
34
|
+
const imgSvgRepoIconCarrier4 = "http://localhost:3845/assets/d62390fbb480a6b760f4f6cfb540662458893e11.svg";
|
|
35
|
+
const imgSwitch2 = "http://localhost:3845/assets/bb18d16bb0717c9158783e9fc9c35b70ff5d5bcd.svg";
|
|
36
|
+
const imgSvgRepoIconCarrier5 = "http://localhost:3845/assets/723d9e6bca7c521604876844d654739ab8198a38.svg";
|
|
37
|
+
type DiscourserAiSwitchToggleProps = {
|
|
38
|
+
className?: string;
|
|
39
|
+
state?: "Default" | "Disabled" | "Focus";
|
|
40
|
+
toggled?: boolean;
|
|
41
|
+
};
|
|
42
|
+
|
|
43
|
+
function DiscourserAiSwitchToggle({ className, state = "Default", toggled = false }: DiscourserAiSwitchToggleProps) {
|
|
44
|
+
const isToggledAndDefault = toggled && state === "Default";
|
|
45
|
+
return (
|
|
46
|
+
<div className={className || `${String.raw`content-stretch flex h-[var(--height\/h-5,20px)] items-center p-[var(--p-0\,5,2px)] relative rounded-[var(--radius\/rounded-full,9999px)] shadow-[var(--shadow\/2xs\/layer-1\/x,0px)_var(--shadow\/2xs\/layer-1\/y,1px)_var(--shadow\/2xs\/layer-1\/blur,2px)_0px_var(--shadow\/2xs,rgba(26,26,26,0.05))] w-[var(--width\/w-9,36px)] `}${isToggledAndDefault ? "bg-[#c5d24d] justify-end" : "bg-[rgba(192,209,92,0.4)]"}`} id={isToggledAndDefault ? "node-38_8126" : "node-38_8122"}>
|
|
47
|
+
<div className="relative shrink-0 size-[16px]" data-name="Switch" id={isToggledAndDefault ? "node-38_8127" : "node-38_8123"}>
|
|
48
|
+
<div className="absolute inset-[-6.25%_-12.5%_-18.75%_-12.5%]">
|
|
49
|
+
<img alt="" className="block max-w-none size-full" src={isToggledAndDefault ? imgSwitch1 : imgSwitch} />
|
|
50
|
+
</div>
|
|
51
|
+
</div>
|
|
52
|
+
</div>
|
|
53
|
+
);
|
|
54
|
+
}
|
|
55
|
+
|
|
56
|
+
function Logout({ className }: { className?: string }) {
|
|
57
|
+
return (
|
|
58
|
+
<div className={className || "overflow-clip relative size-[40px]"} data-name="Logout" data-node-id="810:5366">
|
|
59
|
+
<div className="absolute inset-[16.67%_16.67%_16.67%_15.67%]" data-name="SVGRepo_iconCarrier" data-node-id="810:5361">
|
|
60
|
+
<div className="absolute inset-[-3.75%_-3.69%]">
|
|
61
|
+
<img alt="" className="block max-w-none size-full" src={imgSvgRepoIconCarrier} />
|
|
62
|
+
</div>
|
|
63
|
+
</div>
|
|
64
|
+
</div>
|
|
65
|
+
);
|
|
66
|
+
}
|
|
67
|
+
|
|
68
|
+
function PopOver({ className }: { className?: string }) {
|
|
69
|
+
return (
|
|
70
|
+
<div className={className || "overflow-clip relative size-[40px]"} data-name="PopOver" data-node-id="810:5392">
|
|
71
|
+
<div className="absolute inset-[12.96%_17.82%]" data-name="SVGRepo_iconCarrier" data-node-id="810:5389">
|
|
72
|
+
<img alt="" className="absolute block max-w-none size-full" src={imgSvgRepoIconCarrier1} />
|
|
73
|
+
</div>
|
|
74
|
+
</div>
|
|
75
|
+
);
|
|
76
|
+
}
|
|
77
|
+
type SettingsPopoverProps = {
|
|
78
|
+
className?: string;
|
|
79
|
+
property1?: "Default" | "Open-Popover";
|
|
80
|
+
};
|
|
81
|
+
|
|
82
|
+
function SettingsPopover({ className, property1 = "Open-Popover" }: SettingsPopoverProps) {
|
|
83
|
+
const isOpenPopover = property1 === "Open-Popover";
|
|
84
|
+
return (
|
|
85
|
+
<div className={className || `border-solid content-stretch flex flex-col items-start justify-center overflow-clip py-[6px] relative ${isOpenPopover ? String.raw`bg-[var(--neutral\/95,#f2f1e9)] border-[length:var(--border\/thin,1px)] border-[var(--neutralvariant\/80,#c5c8ba)] h-[69px] rounded-[var(--radii\/small,8px)] shadow-[2px_3px_5px_0px_rgba(0,0,0,0.25)] w-[287px]` : String.raw`bg-[var(--neutralvariant\/95,#eff2e3)] border-[var(--neutral\/90,#e3e3db)] border-t-[length:var(--border\/thin,1px)] w-[285px]`}`} id={isOpenPopover ? "node-810_5421" : "node-810_5397"}>
|
|
86
|
+
{property1 === "Default" && (
|
|
87
|
+
<div className="content-stretch flex gap-[12px] h-[55px] items-center px-[10px] relative shrink-0 w-[283px]" data-node-id="810:5385">
|
|
88
|
+
<div className="bg-[var(--neutral\/90,#e3e3db)] overflow-clip relative rounded-[9999px] shrink-0 size-[44.154px]" data-name="LoggedInAvatar" data-node-id="810:5369">
|
|
89
|
+
<div className="absolute flex h-[43.349px] items-center justify-center left-[5.89px] top-[3.13px] w-[41.785px]" style={{ "--transform-inner-width": "1200", "--transform-inner-height": "18" } as React.CSSProperties}>
|
|
90
|
+
<div className="flex-none rotate-[-13.92deg]">
|
|
91
|
+
<div className="h-[36.215px] overflow-clip relative w-[34.072px]" data-name="Layer_1" data-node-id="I810:5369;810:5345">
|
|
92
|
+
<div className="absolute inset-[0_14.63%]" data-name="SVGRepo_iconCarrier" data-node-id="I810:5369;810:5346">
|
|
93
|
+
<img alt="" className="absolute block max-w-none size-full" src={imgSvgRepoIconCarrier2} />
|
|
94
|
+
</div>
|
|
95
|
+
</div>
|
|
96
|
+
</div>
|
|
97
|
+
</div>
|
|
98
|
+
</div>
|
|
99
|
+
<div className="content-stretch flex flex-col items-start leading-[0] not-italic relative shrink-0 w-[161px]" data-node-id="810:5387">
|
|
100
|
+
<div className="flex flex-col font-['Poppins:Medium',sans-serif] justify-center relative shrink-0 text-[18px] text-[color:var(--neutral\/20,#30312c)] w-full" data-node-id="810:5384">
|
|
101
|
+
<p className="leading-[normal]">Will Streeter</p>
|
|
102
|
+
</div>
|
|
103
|
+
<div className="flex flex-col font-['Poppins:Regular',sans-serif] justify-center relative shrink-0 text-[14px] text-[color:var(--neutral\/40,#5e5f59)] w-full" data-node-id="810:5386">
|
|
104
|
+
<p className="leading-[normal]">Free Trial</p>
|
|
105
|
+
</div>
|
|
106
|
+
</div>
|
|
107
|
+
<PopOver className="overflow-clip relative shrink-0 size-[40px]" />
|
|
108
|
+
</div>
|
|
109
|
+
)}
|
|
110
|
+
{isOpenPopover && (
|
|
111
|
+
<div className="content-stretch flex h-[60px] items-center px-[10px] relative shrink-0 w-[283px]" data-name="Carde" data-node-id="810:5422">
|
|
112
|
+
<div className="content-stretch flex flex-col gap-[8px] items-start relative shrink-0 w-[263px]" data-name="Card Content" data-node-id="810:5424">
|
|
113
|
+
<div className="flex flex-col font-['Poppins:Regular',sans-serif] justify-center leading-[0] not-italic relative shrink-0 text-[12px] text-[color:var(--neutral\/60,#91918b)] w-full" data-node-id="810:5426">
|
|
114
|
+
<p className="leading-[normal]">w.streeter+002@tastymakers.io</p>
|
|
115
|
+
</div>
|
|
116
|
+
<div className="content-stretch flex gap-[10px] h-[28px] items-center justify-center relative shrink-0 w-full" data-name="CommandAcionContainer" data-node-id="810:5444">
|
|
117
|
+
<Logout className="h-[21px] overflow-clip relative shrink-0 w-[20px]" />
|
|
118
|
+
<div className="flex flex-[1_0_0] flex-col font-['Poppins:Regular',sans-serif] justify-center leading-[0] min-h-px min-w-px not-italic relative text-[14px] text-[color:var(--neutral\/40,#5e5f59)]" data-node-id="810:5425">
|
|
119
|
+
<p className="leading-[normal]">Logout</p>
|
|
120
|
+
</div>
|
|
121
|
+
</div>
|
|
122
|
+
</div>
|
|
123
|
+
</div>
|
|
124
|
+
)}
|
|
125
|
+
</div>
|
|
126
|
+
);
|
|
127
|
+
}
|
|
128
|
+
|
|
129
|
+
export default function ScenarioStudioConversationPrelaunch({ className }: { className?: string }) {
|
|
130
|
+
return (
|
|
131
|
+
<div className={className || "bg-white h-[1095px] overflow-clip relative w-[1728px]"} data-name="Scenario/Studio Conversation/ Prelaunch" data-node-id="66:2739">
|
|
132
|
+
<div className="absolute content-stretch flex h-[1095px] items-start left-0 overflow-clip top-0 w-[1728px]" data-name="Grid" data-node-id="38:3427">
|
|
133
|
+
<div className="bg-[var(--surfacecontainerhigh,#e8e9de)] border-[var(--neutral\/90,#e3e3db)] border-r border-solid content-stretch flex flex-col h-[1116px] items-start overflow-clip relative shadow-[0px_4px_4px_0px_rgba(0,0,0,0.25)] shrink-0 w-[285px]" data-name="Left Side Nav" data-node-id="573:7508">
|
|
134
|
+
<div className="content-stretch flex h-[92px] items-center justify-center py-[15px] relative shrink-0 w-full" data-name="Logo Holder" data-node-id="573:7509">
|
|
135
|
+
<div className="content-stretch flex h-[45.252px] items-center py-[3.771px] relative shrink-0 w-[262.46px]" data-name="DiscourserLogo" data-node-id="573:7510">
|
|
136
|
+
<div className="h-[33.939px] relative shrink-0 w-[18.855px]" data-name="ion" data-node-id="I573:7510;489:4928">
|
|
137
|
+
<div className="absolute inset-[0_-1.26%_0_0]">
|
|
138
|
+
<img alt="" className="block max-w-none size-full" src={imgIon} />
|
|
139
|
+
</div>
|
|
140
|
+
</div>
|
|
141
|
+
<div className="h-[34.367px] relative shrink-0 w-[235.252px]" data-name="Discourser" data-node-id="I573:7510;489:4932">
|
|
142
|
+
<img alt="" className="absolute block max-w-none size-full" src={imgDiscourser} />
|
|
143
|
+
</div>
|
|
144
|
+
</div>
|
|
145
|
+
</div>
|
|
146
|
+
<div className="content-stretch cursor-pointer flex flex-col gap-px h-[1091px] items-start overflow-clip relative shrink-0 w-[283px]" data-name="Navigation Menu" data-node-id="573:7511">
|
|
147
|
+
<button className="content-stretch flex flex-col items-start overflow-clip p-[10px] relative shrink-0 w-full" data-name="ListItem" data-node-id="I573:7511;810:4220">
|
|
148
|
+
<div className="content-stretch flex items-center justify-between p-[5px] relative rounded-[8px] shrink-0 w-full" data-name="Expandable List Item" data-node-id="I573:7511;810:4220;340:4002">
|
|
149
|
+
<div className="content-stretch flex gap-[10px] items-center relative shrink-0 w-[217px]" data-name="Icon Link Name" data-node-id="I573:7511;810:4220;340:4003">
|
|
150
|
+
<div className="grid grid-cols-[repeat(1,minmax(0,1fr))] grid-rows-[repeat(1,minmax(0,1fr))] overflow-clip p-[2px] relative shrink-0 size-[24px]" data-name="icon-Front" data-node-id="I573:7511;810:4220;340:4004">
|
|
151
|
+
<div className="col-1 overflow-clip relative row-1 shrink-0 size-[20px]" data-name="Icon" data-node-id="I573:7511;810:4220;340:4005">
|
|
152
|
+
<div className="absolute inset-[12.5%]" data-name="Vector" data-node-id="I573:7511;810:4220;340:4005;2706:15477">
|
|
153
|
+
<div className="absolute inset-[-4.43%]">
|
|
154
|
+
<img alt="" className="block max-w-none size-full" src={imgVector} />
|
|
155
|
+
</div>
|
|
156
|
+
</div>
|
|
157
|
+
</div>
|
|
158
|
+
</div>
|
|
159
|
+
<div className="flex flex-col font-['Inter:Regular',sans-serif] font-normal h-[18.049px] justify-center leading-[0] not-italic relative shrink-0 text-[#363636] text-[18px] text-left w-[165.952px]" data-node-id="I573:7511;810:4220;340:4006">
|
|
160
|
+
<p className="leading-[30px]">Dashboard</p>
|
|
161
|
+
</div>
|
|
162
|
+
</div>
|
|
163
|
+
<div className="relative shrink-0 size-[24px]" data-name="icon-Back" data-node-id="I573:7511;810:4220;340:4007">
|
|
164
|
+
<div className="absolute left-0 overflow-clip size-[24px] top-0" data-name="Chevron Icon" data-node-id="I573:7511;810:4220;340:4008">
|
|
165
|
+
<div className="absolute bottom-1/4 left-[37.5%] right-[37.5%] top-1/4" data-name="Vector" data-node-id="I573:7511;810:4220;340:4008;330:4497">
|
|
166
|
+
<div className="absolute inset-[-9.17%_-18.33%]">
|
|
167
|
+
<img alt="" className="block max-w-none size-full" src={imgVector1} />
|
|
168
|
+
</div>
|
|
169
|
+
</div>
|
|
170
|
+
</div>
|
|
171
|
+
</div>
|
|
172
|
+
</div>
|
|
173
|
+
</button>
|
|
174
|
+
<button className="content-stretch flex flex-col items-start overflow-clip p-[10px] relative shrink-0 w-full" data-name="ListItem" data-node-id="I573:7511;810:4221">
|
|
175
|
+
<div className="content-stretch flex items-center justify-between p-[5px] relative rounded-[8px] shrink-0 w-full" data-name="Expandable List Item" data-node-id="I573:7511;810:4221;340:4002">
|
|
176
|
+
<div className="content-stretch flex gap-[10px] items-center relative shrink-0 w-[217px]" data-name="Icon Link Name" data-node-id="I573:7511;810:4221;340:4003">
|
|
177
|
+
<div className="grid grid-cols-[repeat(1,minmax(0,1fr))] grid-rows-[repeat(1,minmax(0,1fr))] overflow-clip p-[2px] relative shrink-0 size-[24px]" data-name="icon-Front" data-node-id="I573:7511;810:4221;340:4004">
|
|
178
|
+
<div className="col-1 overflow-clip relative row-1 shrink-0 size-[20px]" data-name="Icon" data-node-id="I573:7511;810:4221;340:4005">
|
|
179
|
+
<div className="absolute inset-[12.5%_8.33%]" data-name="Vector" data-node-id="I573:7511;810:4221;340:4005;2706:14271">
|
|
180
|
+
<div className="absolute inset-[-4.43%_-3.99%]">
|
|
181
|
+
<img alt="" className="block max-w-none size-full" src={imgVector2} />
|
|
182
|
+
</div>
|
|
183
|
+
</div>
|
|
184
|
+
</div>
|
|
185
|
+
</div>
|
|
186
|
+
<div className="flex flex-col font-['Inter:Regular',sans-serif] font-normal h-[18.049px] justify-center leading-[0] not-italic relative shrink-0 text-[#363636] text-[18px] text-left w-[165.952px]" data-node-id="I573:7511;810:4221;340:4006">
|
|
187
|
+
<p className="leading-[30px]">MyNotebook</p>
|
|
188
|
+
</div>
|
|
189
|
+
</div>
|
|
190
|
+
<div className="relative shrink-0 size-[24px]" data-name="icon-Back" data-node-id="I573:7511;810:4221;340:4007">
|
|
191
|
+
<div className="absolute left-0 overflow-clip size-[24px] top-0" data-name="Chevron Icon" data-node-id="I573:7511;810:4221;340:4008">
|
|
192
|
+
<div className="absolute bottom-1/4 left-[37.5%] right-[37.5%] top-1/4" data-name="Vector" data-node-id="I573:7511;810:4221;340:4008;330:4497">
|
|
193
|
+
<div className="absolute inset-[-9.17%_-18.33%]">
|
|
194
|
+
<img alt="" className="block max-w-none size-full" src={imgVector1} />
|
|
195
|
+
</div>
|
|
196
|
+
</div>
|
|
197
|
+
</div>
|
|
198
|
+
</div>
|
|
199
|
+
</div>
|
|
200
|
+
</button>
|
|
201
|
+
<button className="content-stretch flex flex-col gap-[10px] items-start overflow-clip p-[10px] relative shrink-0 w-full" data-name="ListItem" data-node-id="I573:7511;810:4222">
|
|
202
|
+
<div className="bg-[var(--surfacecontainer,#eeefe3)] content-stretch flex items-center justify-between p-[5px] relative rounded-[8px] shrink-0 w-full" data-name="Expandable List Item" data-node-id="I573:7511;810:4222;340:4053">
|
|
203
|
+
<div className="content-stretch flex gap-[10px] items-center relative shrink-0 w-[217px]" data-name="Icon Link Name" data-node-id="I573:7511;810:4222;340:4054">
|
|
204
|
+
<div className="grid grid-cols-[repeat(1,minmax(0,1fr))] grid-rows-[repeat(1,minmax(0,1fr))] overflow-clip p-[2px] relative shrink-0 size-[24px]" data-name="icon-Front" data-node-id="I573:7511;810:4222;340:4055">
|
|
205
|
+
<div className="col-1 overflow-clip relative row-1 shrink-0 size-[20px]" data-name="Icon" data-node-id="I573:7511;810:4222;340:4056">
|
|
206
|
+
<div className="absolute inset-[12.5%]" data-name="Vector" data-node-id="I573:7511;810:4222;340:4056;2706:15657">
|
|
207
|
+
<div className="absolute inset-[-4.43%]">
|
|
208
|
+
<img alt="" className="block max-w-none size-full" src={imgVector3} />
|
|
209
|
+
</div>
|
|
210
|
+
</div>
|
|
211
|
+
</div>
|
|
212
|
+
</div>
|
|
213
|
+
<div className="flex flex-col font-['Inter:Medium',sans-serif] font-medium h-[18.049px] justify-center leading-[0] not-italic relative shrink-0 text-[#363636] text-[18px] text-left w-[165.952px]" data-node-id="I573:7511;810:4222;340:4057">
|
|
214
|
+
<p className="leading-[normal]">Scenarios</p>
|
|
215
|
+
</div>
|
|
216
|
+
</div>
|
|
217
|
+
<div className="flex items-center justify-center relative shrink-0 size-[24.056px]" style={{ "--transform-inner-width": "120", "--transform-inner-height": "15" } as React.CSSProperties}>
|
|
218
|
+
<div className="flex-none rotate-[90.13deg]">
|
|
219
|
+
<div className="relative size-[24px]" data-name="icon-Back" data-node-id="I573:7511;810:4222;340:4058">
|
|
220
|
+
<div className="absolute left-0 overflow-clip size-[24px] top-0" data-name="Chevron Icon" data-node-id="I573:7511;810:4222;340:4059">
|
|
221
|
+
<div className="absolute bottom-1/4 left-[37.5%] right-[37.5%] top-1/4" data-name="Vector" data-node-id="I573:7511;810:4222;340:4059;330:4497">
|
|
222
|
+
<div className="absolute inset-[-9.17%_-18.33%]">
|
|
223
|
+
<img alt="" className="block max-w-none size-full" src={imgVector1} />
|
|
224
|
+
</div>
|
|
225
|
+
</div>
|
|
226
|
+
</div>
|
|
227
|
+
</div>
|
|
228
|
+
</div>
|
|
229
|
+
</div>
|
|
230
|
+
</div>
|
|
231
|
+
<div className="content-stretch flex items-center justify-end pl-[30px] pr-[5px] py-[5px] relative rounded-[8px] shrink-0 w-[241px]" data-name="Expandable List Item" data-node-id="I573:7511;810:4222;354:3122">
|
|
232
|
+
<div className="content-stretch flex items-center relative shrink-0 w-[217px]" data-name="Icon Link Name" data-node-id="I573:7511;810:4222;354:3122;782:3202">
|
|
233
|
+
<div className="flex flex-col font-['Inter:Medium',sans-serif] font-medium h-[18.049px] justify-center leading-[0] not-italic relative shrink-0 text-[#363636] text-[16px] text-left w-[191.565px]" data-node-id="I573:7511;810:4222;354:3122;782:3203">
|
|
234
|
+
<p className="leading-[normal]">MyQueue</p>
|
|
235
|
+
</div>
|
|
236
|
+
</div>
|
|
237
|
+
</div>
|
|
238
|
+
<div className="bg-[var(--secondary\/80,#bbcda1)] content-stretch flex items-center justify-end pl-[30px] pr-[5px] py-[5px] relative rounded-[8px] shrink-0 w-[241px]" data-name="Expandable List Item" data-node-id="I573:7511;810:4222;354:3127" role="button" tabIndex="0">
|
|
239
|
+
<div className="content-stretch flex items-center relative shrink-0 w-[217px]" data-name="Icon Link Name" data-node-id="I573:7511;810:4222;354:3127;782:3181">
|
|
240
|
+
<div className="flex flex-col font-['Inter:Medium',sans-serif] font-medium h-[18.049px] justify-center leading-[0] not-italic relative shrink-0 text-[#363636] text-[0px] text-left w-[162.403px]" data-node-id="I573:7511;810:4222;354:3127;782:3182">
|
|
241
|
+
<p className="leading-[normal] text-[16px]">Conversation Studio</p>
|
|
242
|
+
</div>
|
|
243
|
+
</div>
|
|
244
|
+
</div>
|
|
245
|
+
<div className="content-stretch flex items-center justify-end pl-[30px] pr-[5px] py-[5px] relative rounded-[8px] shrink-0 w-[241px]" data-name="Expandable List Item" data-node-id="I573:7511;810:4222;354:3162" role="button" tabIndex="0">
|
|
246
|
+
<div className="content-stretch flex items-center relative shrink-0 w-[217px]" data-name="Icon Link Name" data-node-id="I573:7511;810:4222;354:3162;782:3184">
|
|
247
|
+
<div className="flex flex-col font-['Inter:Medium',sans-serif] font-medium h-[18.049px] justify-center leading-[0] not-italic relative shrink-0 text-[#363636] text-[16px] text-left w-[162.403px]" data-node-id="I573:7511;810:4222;354:3162;782:3185">
|
|
248
|
+
<p className="leading-[normal]">Studio Setup</p>
|
|
249
|
+
</div>
|
|
250
|
+
</div>
|
|
251
|
+
</div>
|
|
252
|
+
<div className="content-stretch flex items-center justify-end pl-[30px] pr-[5px] py-[5px] relative rounded-[8px] shrink-0 w-[241px]" data-name="Expandable List Item" data-node-id="I573:7511;810:4222;354:3186" role="button" tabIndex="0">
|
|
253
|
+
<div className="content-stretch flex items-center relative shrink-0 w-[217px]" data-name="Icon Link Name" data-node-id="I573:7511;810:4222;354:3186;782:3187">
|
|
254
|
+
<div className="flex flex-col font-['Inter:Medium',sans-serif] font-medium h-[18.049px] justify-center leading-[0] not-italic relative shrink-0 text-[#363636] text-[16px] text-left w-[162.403px]" data-node-id="I573:7511;810:4222;354:3186;782:3188">
|
|
255
|
+
<p className="leading-[normal]">By Level</p>
|
|
256
|
+
</div>
|
|
257
|
+
</div>
|
|
258
|
+
</div>
|
|
259
|
+
<div className="content-stretch flex items-center justify-end pl-[30px] pr-[5px] py-[5px] relative rounded-[8px] shrink-0 w-[241px]" data-name="Expandable List Item" data-node-id="I573:7511;810:4222;758:2293" role="button" tabIndex="0">
|
|
260
|
+
<div className="content-stretch flex items-center relative shrink-0 w-[217px]" data-name="Icon Link Name" data-node-id="I573:7511;810:4222;758:2293;354:3093">
|
|
261
|
+
<div className="flex flex-col font-['Inter:Medium',sans-serif] font-medium h-[18.049px] justify-center leading-[0] not-italic relative shrink-0 text-[#363636] text-[16px] text-left w-[162.403px]" data-node-id="I573:7511;810:4222;758:2293;354:3096">
|
|
262
|
+
<p className="leading-[normal] whitespace-pre-wrap">{`By Skill`}</p>
|
|
263
|
+
</div>
|
|
264
|
+
</div>
|
|
265
|
+
</div>
|
|
266
|
+
</button>
|
|
267
|
+
<button className="content-stretch flex flex-col items-start overflow-clip p-[10px] relative shrink-0 w-full" data-name="ListItem" data-node-id="I573:7511;810:4223">
|
|
268
|
+
<div className="content-stretch flex items-center justify-between p-[5px] relative rounded-[8px] shrink-0 w-full" data-name="Expandable List Item" data-node-id="I573:7511;810:4223;340:4002">
|
|
269
|
+
<div className="content-stretch flex gap-[10px] items-center relative shrink-0 w-[217px]" data-name="Icon Link Name" data-node-id="I573:7511;810:4223;340:4003">
|
|
270
|
+
<div className="grid grid-cols-[repeat(1,minmax(0,1fr))] grid-rows-[repeat(1,minmax(0,1fr))] overflow-clip p-[2px] relative shrink-0 size-[24px]" data-name="icon-Front" data-node-id="I573:7511;810:4223;340:4004">
|
|
271
|
+
<div className="col-1 overflow-clip relative row-1 shrink-0 size-[20px]" data-name="Icon" data-node-id="I573:7511;810:4223;340:4005">
|
|
272
|
+
<div className="absolute inset-[28.93%_8.22%_20.83%_8.33%]" data-name="Vector" data-node-id="I573:7511;810:4223;340:4005;2706:15321">
|
|
273
|
+
<div className="absolute inset-[-6.62%_-3.98%]">
|
|
274
|
+
<img alt="" className="block max-w-none size-full" src={imgVector4} />
|
|
275
|
+
</div>
|
|
276
|
+
</div>
|
|
277
|
+
</div>
|
|
278
|
+
</div>
|
|
279
|
+
<div className="flex flex-col font-['Inter:Regular',sans-serif] font-normal h-[18.049px] justify-center leading-[0] not-italic relative shrink-0 text-[#363636] text-[18px] text-left w-[165.952px]" data-node-id="I573:7511;810:4223;340:4006">
|
|
280
|
+
<p className="leading-[30px]">Help</p>
|
|
281
|
+
</div>
|
|
282
|
+
</div>
|
|
283
|
+
<div className="relative shrink-0 size-[24px]" data-name="icon-Back" data-node-id="I573:7511;810:4223;340:4007">
|
|
284
|
+
<div className="absolute left-0 overflow-clip size-[24px] top-0" data-name="Chevron Icon" data-node-id="I573:7511;810:4223;340:4008">
|
|
285
|
+
<div className="absolute bottom-1/4 left-[37.5%] right-[37.5%] top-1/4" data-name="Vector" data-node-id="I573:7511;810:4223;340:4008;330:4497">
|
|
286
|
+
<div className="absolute inset-[-9.17%_-18.33%]">
|
|
287
|
+
<img alt="" className="block max-w-none size-full" src={imgVector1} />
|
|
288
|
+
</div>
|
|
289
|
+
</div>
|
|
290
|
+
</div>
|
|
291
|
+
</div>
|
|
292
|
+
</div>
|
|
293
|
+
</button>
|
|
294
|
+
<button className="content-stretch flex flex-col items-start overflow-clip p-[10px] relative shrink-0 w-full" data-name="ListItem" data-node-id="I573:7511;810:4224">
|
|
295
|
+
<div className="content-stretch flex items-center justify-between p-[5px] relative rounded-[8px] shrink-0 w-full" data-name="Expandable List Item" data-node-id="I573:7511;810:4224;340:4002">
|
|
296
|
+
<div className="content-stretch flex gap-[10px] items-center relative shrink-0 w-[217px]" data-name="Icon Link Name" data-node-id="I573:7511;810:4224;340:4003">
|
|
297
|
+
<div className="grid grid-cols-[repeat(1,minmax(0,1fr))] grid-rows-[repeat(1,minmax(0,1fr))] overflow-clip p-[2px] relative shrink-0 size-[24px]" data-name="icon-Front" data-node-id="I573:7511;810:4224;340:4004">
|
|
298
|
+
<div className="col-1 overflow-clip relative row-1 shrink-0 size-[20px]" data-name="Icon" data-node-id="I573:7511;810:4224;340:4005">
|
|
299
|
+
<div className="absolute inset-[12.5%_16.67%]" data-name="Vector" data-node-id="I573:7511;810:4224;340:4005;2706:16360">
|
|
300
|
+
<div className="absolute inset-[-4.43%_-4.99%]">
|
|
301
|
+
<img alt="" className="block max-w-none size-full" src={imgVector5} />
|
|
302
|
+
</div>
|
|
303
|
+
</div>
|
|
304
|
+
</div>
|
|
305
|
+
</div>
|
|
306
|
+
<div className="flex flex-col font-['Inter:Regular',sans-serif] font-normal h-[18.049px] justify-center leading-[0] not-italic relative shrink-0 text-[#363636] text-[18px] text-left w-[165.952px]" data-node-id="I573:7511;810:4224;340:4006">
|
|
307
|
+
<p className="leading-[30px]">Account</p>
|
|
308
|
+
</div>
|
|
309
|
+
</div>
|
|
310
|
+
<div className="relative shrink-0 size-[24px]" data-name="icon-Back" data-node-id="I573:7511;810:4224;340:4007">
|
|
311
|
+
<div className="absolute left-0 overflow-clip size-[24px] top-0" data-name="Chevron Icon" data-node-id="I573:7511;810:4224;340:4008">
|
|
312
|
+
<div className="absolute bottom-1/4 left-[37.5%] right-[37.5%] top-1/4" data-name="Vector" data-node-id="I573:7511;810:4224;340:4008;330:4497">
|
|
313
|
+
<div className="absolute inset-[-9.17%_-18.33%]">
|
|
314
|
+
<img alt="" className="block max-w-none size-full" src={imgVector1} />
|
|
315
|
+
</div>
|
|
316
|
+
</div>
|
|
317
|
+
</div>
|
|
318
|
+
</div>
|
|
319
|
+
</div>
|
|
320
|
+
</button>
|
|
321
|
+
</div>
|
|
322
|
+
<SettingsPopover className="absolute bg-[var(--neutralvariant\/95,#eff2e3)] border-[var(--neutral\/90,#e3e3db)] border-solid border-t-[length:var(--border\/thin,1px)] content-stretch flex flex-col h-[67px] items-start justify-center left-0 overflow-clip py-[6px] top-[1025px] w-[285px]" property1="Default" />
|
|
323
|
+
</div>
|
|
324
|
+
<div className="bg-[#faf8f5] content-stretch flex flex-col gap-[10px] h-[1095px] items-start overflow-clip pb-[10px] pt-[100px] px-[100px] relative shrink-0 w-[1089px]" data-name="Stage" data-node-id="38:3432">
|
|
325
|
+
<div className="absolute bg-[var(--neutral\/0,black)] h-[1095px] left-[-284px] top-0 w-[1723px]" data-name="image backgournd" data-node-id="38:3433">
|
|
326
|
+
<div className="absolute h-[1161.99px] left-0 opacity-0 top-[-21.44px] w-[1728px]" data-name="image 1" data-node-id="38:3434">
|
|
327
|
+
<img alt="" className="absolute inset-0 max-w-none object-cover pointer-events-none size-full" src={imgImage1} />
|
|
328
|
+
</div>
|
|
329
|
+
<div className="-translate-x-1/2 -translate-y-1/2 absolute bg-[var(--neutral\/99,#fdfcf5)] border-[length:var(--border\/thin,1px)] border-[var(--neutral\/70,#abaca5)] border-solid content-stretch flex flex-col gap-[52px] h-[832px] items-center justify-center left-[calc(50%-28.72px)] overflow-clip px-[var(--spacing\/xl,32px)] py-[var(--spacing\/xxl,48px)] rounded-[var(--radii\/large,16px)] top-[calc(50%+21.5px)] w-[892px]" data-name="Instructions Container" data-node-id="38:3435">
|
|
330
|
+
<div className="content-stretch flex flex-col gap-[40px] h-[279px] items-start relative shrink-0 w-full" data-name="List" data-node-id="38:3436">
|
|
331
|
+
<div className="content-stretch flex items-start overflow-clip p-[5px] relative shrink-0" data-name="List Topic" data-node-id="38:3437">
|
|
332
|
+
<p className="font-['Fraunces:Regular',sans-serif] font-normal leading-[0] relative shrink-0 text-[0px] text-black whitespace-nowrap" data-node-id="38:3438" style={{ fontVariationSettings: "'SOFT' 0, 'WONK' 1" }}>
|
|
333
|
+
<span className="leading-[normal] text-[#1b1c18] text-[28px]" style={{ fontVariationSettings: "'SOFT' 0, 'WONK' 1" }}>
|
|
334
|
+
Before You Start:
|
|
335
|
+
</span>
|
|
336
|
+
<span className="leading-[normal] text-[28px]" style={{ fontVariationSettings: "'SOFT' 0, 'WONK' 1" }}>{` `}</span>
|
|
337
|
+
</p>
|
|
338
|
+
</div>
|
|
339
|
+
<div className="content-stretch flex flex-col h-[177px] items-start justify-between px-[10px] relative shrink-0" data-name="List Items" data-node-id="38:3439">
|
|
340
|
+
<div className="h-[24px] relative shrink-0 w-[564px]" data-name="List Item" data-node-id="38:3440">
|
|
341
|
+
<ul className="absolute block font-['Poppins:Regular',sans-serif] leading-[0] left-0 not-italic text-[#2e2e2e] text-[18px] top-0 w-[394.447px]" data-node-id="38:3441">
|
|
342
|
+
<li className="list-disc ms-[27px] whitespace-pre-wrap">
|
|
343
|
+
<span className="leading-[normal]">{`Find a quiet space `}</span>
|
|
344
|
+
</li>
|
|
345
|
+
</ul>
|
|
346
|
+
</div>
|
|
347
|
+
<div className="h-[24px] relative shrink-0 w-[732px]" data-name="List Item" data-node-id="38:3442">
|
|
348
|
+
<ul className="absolute block font-['Poppins:Regular',sans-serif] leading-[0] left-0 not-italic text-[#2e2e2e] text-[18px] top-0 w-[711.254px]" data-node-id="38:3443">
|
|
349
|
+
<li className="list-disc ms-[27px]">
|
|
350
|
+
<span className="leading-[normal]">{`Speak at normal volume and use headphones for best quality. `}</span>
|
|
351
|
+
</li>
|
|
352
|
+
</ul>
|
|
353
|
+
</div>
|
|
354
|
+
<div className="h-[43px] relative shrink-0 w-[778px]" data-name="List Item" data-node-id="38:3444">
|
|
355
|
+
<ul className="absolute block font-['Poppins:Regular',sans-serif] leading-[0] left-0 not-italic text-[#2e2e2e] text-[18px] top-0 w-[791px]" data-node-id="38:3445">
|
|
356
|
+
<li className="list-disc ms-[27px] whitespace-pre-wrap">
|
|
357
|
+
<span className="leading-[normal]">{`If you have not set up the audio output and microphone input, use the right panel to do so before you start`}</span>
|
|
358
|
+
</li>
|
|
359
|
+
</ul>
|
|
360
|
+
</div>
|
|
361
|
+
</div>
|
|
362
|
+
</div>
|
|
363
|
+
<div className="content-stretch flex flex-col gap-[40px] h-[309px] items-start relative shrink-0 w-full" data-name="List" data-node-id="38:3446">
|
|
364
|
+
<div className="content-stretch flex items-start overflow-clip p-[5px] relative shrink-0" data-name="List Topic" data-node-id="38:3447">
|
|
365
|
+
<p className="font-['Fraunces:Regular',sans-serif] font-normal leading-[normal] relative shrink-0 text-[28px] text-[color:var(--neutralvariant\/10,#191d14)] whitespace-nowrap" data-node-id="38:3448" style={{ fontVariationSettings: "'SOFT' 0, 'WONK' 1" }}>
|
|
366
|
+
Once the Conversation Starts:
|
|
367
|
+
</p>
|
|
368
|
+
</div>
|
|
369
|
+
<div className="content-stretch flex flex-col gap-[30px] items-start px-[10px] relative shrink-0" data-name="List Items" data-node-id="38:3449">
|
|
370
|
+
<div className="content-stretch flex gap-[10px] items-center relative shrink-0 w-[856px]" data-name="List Item" data-node-id="38:3450">
|
|
371
|
+
<div className="bg-[var(--secondary\/50,#6c7d56)] content-stretch flex items-center justify-center p-[9.404px] relative rounded-[50px] shrink-0 size-[47.02px]" data-name="audio- Pause Button Small" data-node-id="875:6109">
|
|
372
|
+
<div className="relative shrink-0 size-[28.212px]" data-name="icon pause frame" data-node-id="I875:6109;38:8371">
|
|
373
|
+
<div className="absolute left-0 size-[28.58px] top-0" data-node-id="I875:6109;38:8371;38:9850">
|
|
374
|
+
<img alt="" className="absolute block max-w-none size-full" src={imgGroup4890} />
|
|
375
|
+
</div>
|
|
376
|
+
<div className="absolute left-[8.89px] overflow-clip size-[10.804px] top-[8.89px]" data-name="Lucide Icons / stretch-vertical" data-node-id="I875:6109;38:8371;38:9852">
|
|
377
|
+
<div className="absolute inset-[8.33%_16.67%]" data-name="Vector" data-node-id="I875:6109;38:8371;38:9852;2706:14933">
|
|
378
|
+
<div className="absolute inset-[-5.25%_-6.56%]">
|
|
379
|
+
<img alt="" className="block max-w-none size-full" src={imgVector6} />
|
|
380
|
+
</div>
|
|
381
|
+
</div>
|
|
382
|
+
</div>
|
|
383
|
+
</div>
|
|
384
|
+
</div>
|
|
385
|
+
<div className="flex flex-col font-['Poppins:Regular',sans-serif] justify-end leading-[0] not-italic relative shrink-0 text-[18px] text-[color:var(--neutral\/20,#30312c)] whitespace-nowrap" data-node-id="38:3452">
|
|
386
|
+
<p className="leading-[normal]">{` Tap pause on the bottom right panel if you feel compelled to stop for a moment `}</p>
|
|
387
|
+
</div>
|
|
388
|
+
</div>
|
|
389
|
+
<div className="content-stretch flex items-center relative shrink-0" data-name="List Item" data-node-id="38:3453">
|
|
390
|
+
<div className="bg-[var(--secondary\/50,#6c7d56)] content-stretch flex flex-col items-center justify-center relative rounded-[50px] shrink-0 size-[47.018px]" data-name="audio- ExitButtonMajor small" data-node-id="573:7610">
|
|
391
|
+
<div className="relative shrink-0 size-[27.994px]" data-name="icon- exist" data-node-id="I573:7610;881:7413">
|
|
392
|
+
<div className="-translate-x-1/2 -translate-y-1/2 absolute left-[calc(50%+0.11px)] size-[28.211px] top-[calc(50%+0.11px)]" data-node-id="I573:7610;881:7413;880:7299">
|
|
393
|
+
<img alt="" className="absolute block max-w-none size-full" src={imgGroup4891} />
|
|
394
|
+
</div>
|
|
395
|
+
</div>
|
|
396
|
+
</div>
|
|
397
|
+
<p className="font-['Poppins:Regular',sans-serif] h-[19.621px] leading-[normal] not-italic relative shrink-0 text-[18px] text-[color:var(--neutral\/20,#30312c)] w-[586.352px] whitespace-pre-wrap" data-node-id="38:3455">{` Use the exit button to leave the conversation abruptly`}</p>
|
|
398
|
+
</div>
|
|
399
|
+
<div className="content-stretch flex items-center relative shrink-0" data-name="List Item" data-node-id="38:3456">
|
|
400
|
+
<button className="bg-[var(--secondary\/50,#6c7d56)] block cursor-pointer relative rounded-[50px] shrink-0 size-[47.018px]" data-name="audio- Rewind small" data-node-id="573:7606">
|
|
401
|
+
<div className="-translate-x-1/2 -translate-y-1/2 absolute flex h-[37.614px] items-center justify-center left-[calc(50%-0.47px)] top-[calc(50%-0.47px)] w-[43.257px]">
|
|
402
|
+
<div className="flex-none rotate-180">
|
|
403
|
+
<div className="h-[37.614px] relative w-[43.257px]" data-name="Lucide Icons / iteration-ccw" data-node-id="I573:7606;709:12364">
|
|
404
|
+
<img alt="" className="absolute block max-w-none size-full" src={imgLucideIconsIterationCcw} />
|
|
405
|
+
</div>
|
|
406
|
+
</div>
|
|
407
|
+
</div>
|
|
408
|
+
</button>
|
|
409
|
+
<p className="font-['Poppins:Regular',sans-serif] leading-[normal] not-italic relative shrink-0 text-[18px] text-[color:var(--neutral\/20,#30312c)] w-[781px] whitespace-pre-wrap" data-node-id="38:3458">
|
|
410
|
+
{` Use replay on the bottom right to hear the previous statement from your `}
|
|
411
|
+
<br aria-hidden="true" />
|
|
412
|
+
{` conversation partner`}
|
|
413
|
+
</p>
|
|
414
|
+
</div>
|
|
415
|
+
</div>
|
|
416
|
+
</div>
|
|
417
|
+
<div className="bg-[var(--secondary\/50,#6c7d56)] content-stretch flex gap-[var(--p-2,8px)] h-[52px] items-center justify-center px-[var(--p-4,16px)] py-[var(--p-2,8px)] relative rounded-[var(--calc(var(--radius)-2px),8px)] shadow-[var(--shadow\/2xs\/layer-1\/x,0px)_var(--shadow\/2xs\/layer-1\/y,1px)_var(--shadow\/2xs\/layer-1\/blur,2px)_0px_var(--shadow\/2xs,rgba(26,26,26,0.05))] shrink-0 w-[352px]" data-name="Discourser Button" data-node-id="875:6042">
|
|
418
|
+
<p className="font-['Poppins:Medium',sans-serif] leading-[normal] not-italic relative shrink-0 text-[18px] text-[color:var(--surface,#f9faef)] whitespace-pre" data-node-id="I875:6042;534:3729">{`Start Scenario Conversation `}</p>
|
|
419
|
+
<div className="overflow-clip relative shrink-0 size-[20px]" data-name="Lucide Icons / arrow-right" data-node-id="I875:6042;534:3731">
|
|
420
|
+
<div className="absolute inset-[20.83%]" data-name="Vector" data-node-id="I875:6042;534:3731;2706:13911">
|
|
421
|
+
<div className="absolute inset-[-8.57%]">
|
|
422
|
+
<img alt="" className="block max-w-none size-full" src={imgVector7} />
|
|
423
|
+
</div>
|
|
424
|
+
</div>
|
|
425
|
+
</div>
|
|
426
|
+
</div>
|
|
427
|
+
</div>
|
|
428
|
+
</div>
|
|
429
|
+
<div className="absolute bg-[var(--neutral\/30,#464742)] border border-[var(--neutral\/80,#c7c7c0)] border-solid content-stretch flex flex-col items-start left-[28.5px] p-[20px] rounded-[var(--radii\/medium,12px)] top-[20px]" data-name="masthead container" data-node-id="38:3459">
|
|
430
|
+
<div className="content-stretch flex flex-col gap-[10px] items-start justify-center relative shrink-0 w-[417px]" data-name="Breadcrumb" data-node-id="697:5275">
|
|
431
|
+
<div className="content-stretch flex items-start overflow-clip relative shrink-0 w-[466px]" data-name="Static Section" data-node-id="I697:5275;697:5215">
|
|
432
|
+
<div className="content-stretch flex gap-[6px] items-center pl-[6px] relative shrink-0" data-name="Static Crumb" data-node-id="I697:5275;697:5232">
|
|
433
|
+
<div className="flex flex-col font-['Poppins:Regular',sans-serif] justify-center leading-[0] not-italic relative shrink-0 text-[14px] text-[color:var(--neutral\/95,#f2f1e9)] whitespace-nowrap" data-node-id="I697:5275;697:5219">
|
|
434
|
+
<p className="leading-[normal]">Scenarios</p>
|
|
435
|
+
</div>
|
|
436
|
+
<div className="h-[11.591px] relative shrink-0 w-[3.908px]" data-name="slash" data-node-id="I697:5275;697:5227">
|
|
437
|
+
<div className="absolute inset-[-8.63%_-5.07%_-8.63%_-25.6%]">
|
|
438
|
+
<img alt="" className="block max-w-none size-full" src={imgSlash} />
|
|
439
|
+
</div>
|
|
440
|
+
</div>
|
|
441
|
+
</div>
|
|
442
|
+
<div className="content-stretch flex gap-[6px] items-center px-[6px] relative shrink-0" data-name="Static Crumb" data-node-id="I697:5275;697:5237">
|
|
443
|
+
<div className="flex flex-col font-['Poppins:Regular',sans-serif] justify-center leading-[0] not-italic relative shrink-0 text-[14px] text-[color:var(--neutral\/99,#fdfcf5)] whitespace-nowrap" data-node-id="I697:5275;697:5238">
|
|
444
|
+
<p className="leading-[normal]">{`Conversation Studio `}</p>
|
|
445
|
+
</div>
|
|
446
|
+
<div className="h-[11.591px] relative shrink-0 w-[3.908px]" data-name="slash" data-node-id="I697:5275;697:5239">
|
|
447
|
+
<div className="absolute inset-[-8.63%_-5.07%_-8.63%_-25.6%]">
|
|
448
|
+
<img alt="" className="block max-w-none size-full" src={imgSlash1} />
|
|
449
|
+
</div>
|
|
450
|
+
</div>
|
|
451
|
+
</div>
|
|
452
|
+
</div>
|
|
453
|
+
<div className="content-stretch flex items-center overflow-clip relative shrink-0" data-name="DynmicSection" data-node-id="I697:5275;697:5198">
|
|
454
|
+
<div className="content-stretch flex gap-[2px] h-[36px] items-center pl-[6px] py-[6px] relative rounded-[4px] shrink-0" data-name="button / android / small / outline / default / with-icon / Roboto" data-node-id="I697:5275;38:7979">
|
|
455
|
+
<div className="flex flex-col font-[family-name:var(--typography\/family\/body,'Poppins:SemiBold',sans-serif)] justify-center leading-[0] not-italic relative shrink-0 text-[color:var(--primary\/80,#97d945)] text-[length:var(--typography\/size\/xl,18px)] whitespace-nowrap" data-node-id="I697:5275;38:7980">
|
|
456
|
+
<p className="leading-[normal]">Level Setting</p>
|
|
457
|
+
</div>
|
|
458
|
+
<div className="flex items-center justify-center relative shrink-0">
|
|
459
|
+
<div className="-scale-y-100 flex-none">
|
|
460
|
+
<div className="overflow-clip relative size-[18px]" data-name="icon-cheveron-left" data-node-id="I697:5275;38:7982">
|
|
461
|
+
<div className="absolute bottom-1/4 left-[37.5%] right-[37.5%] top-1/4" data-name="Vector" data-node-id="I697:5275;38:7982;685:5159">
|
|
462
|
+
<div className="absolute inset-[-12.22%_-24.44%]">
|
|
463
|
+
<img alt="" className="block max-w-none size-full" src={imgVector8} />
|
|
464
|
+
</div>
|
|
465
|
+
</div>
|
|
466
|
+
</div>
|
|
467
|
+
</div>
|
|
468
|
+
</div>
|
|
469
|
+
</div>
|
|
470
|
+
<div className="content-stretch flex gap-[2px] h-[36px] items-center p-[6px] relative rounded-[4px] shrink-0" data-name="button / android / small / outline / default / with-icon / Roboto" data-node-id="I697:5275;38:7984">
|
|
471
|
+
<div className="flex flex-col font-[family-name:var(--typography\/family\/body,'Poppins:SemiBold',sans-serif)] justify-center leading-[0] not-italic relative shrink-0 text-[color:var(--primary\/80,#97d945)] text-[length:var(--typography\/size\/xl,18px)] whitespace-nowrap" data-node-id="I697:5275;38:7985">
|
|
472
|
+
<p className="leading-[normal]">Lobby</p>
|
|
473
|
+
</div>
|
|
474
|
+
<div className="h-[11px] shrink-0 w-[4px]" data-name="spacer" data-node-id="I697:5275;38:7986" />
|
|
475
|
+
<div className="flex items-center justify-center relative shrink-0">
|
|
476
|
+
<div className="-scale-y-100 flex-none">
|
|
477
|
+
<div className="overflow-clip relative size-[18px]" data-name="icon-cheveron-left" data-node-id="I697:5275;38:7987">
|
|
478
|
+
<div className="absolute bottom-1/4 left-[37.5%] right-[37.5%] top-1/4" data-name="Vector" data-node-id="I697:5275;38:7987;685:5159">
|
|
479
|
+
<div className="absolute inset-[-12.22%_-24.44%]">
|
|
480
|
+
<img alt="" className="block max-w-none size-full" src={imgVector8} />
|
|
481
|
+
</div>
|
|
482
|
+
</div>
|
|
483
|
+
</div>
|
|
484
|
+
</div>
|
|
485
|
+
</div>
|
|
486
|
+
</div>
|
|
487
|
+
<div className="content-stretch flex gap-[2px] h-[36px] items-center pl-[6px] py-[6px] relative rounded-[4px] shrink-0" data-name="button / android / small / outline / default / with-icon / Roboto" data-node-id="I697:5275;685:5135">
|
|
488
|
+
<div className="flex flex-col font-[family-name:var(--typography\/family\/body,'Poppins:SemiBold',sans-serif)] justify-center leading-[0] not-italic relative shrink-0 text-[color:var(--primary\/99,#f9ffe9)] text-[length:var(--typography\/size\/xl,18px)] whitespace-nowrap" data-node-id="I697:5275;685:5136">
|
|
489
|
+
<p className="leading-[normal]">Pre-conversation</p>
|
|
490
|
+
</div>
|
|
491
|
+
<div className="h-[11px] shrink-0 w-[4px]" data-name="spacer" data-node-id="I697:5275;685:5137" />
|
|
492
|
+
</div>
|
|
493
|
+
</div>
|
|
494
|
+
</div>
|
|
495
|
+
</div>
|
|
496
|
+
<div className="absolute bg-[var(--primary\/10,#102000)] border border-black border-solid content-stretch flex items-center justify-center left-[950.04px] overflow-clip p-[var(--spacing\/md,16px)] rounded-[12px] top-[1000px]" data-name="Clock" data-node-id="38:3464">
|
|
497
|
+
<div className="flex flex-col font-['Poppins:SemiBold',sans-serif] h-[41.521px] justify-center leading-[0] not-italic relative shrink-0 text-[18px] text-[color:var(--primary\/80,#97d945)] text-center w-[89.476px]" data-node-id="38:3465">
|
|
498
|
+
<p className="leading-[normal]">15:00</p>
|
|
499
|
+
</div>
|
|
500
|
+
</div>
|
|
501
|
+
</div>
|
|
502
|
+
<div className="bg-[var(--neutral\/99,#fdfcf5)] border-[#e5e7eb] border-l border-solid content-stretch flex flex-col h-[1319px] items-start overflow-clip pl-px relative rounded-[8px] shrink-0 w-[354px]" data-name="RightControlPanel" data-node-id="38:3466">
|
|
503
|
+
<div className="border-[#e0dcd5] border-b border-solid h-[78px] shrink-0 sticky top-0 w-[353px]" data-name="Container" data-node-id="38:3467">
|
|
504
|
+
<div className="bg-clip-padding border-0 border-[transparent] border-solid content-stretch flex items-center justify-between pb-px px-[24px] relative size-full">
|
|
505
|
+
<div className="h-[27px] relative shrink-0 w-[187px]" data-name="Heading 2" data-node-id="38:3468">
|
|
506
|
+
<div className="bg-clip-padding border-0 border-[transparent] border-solid relative size-full">
|
|
507
|
+
<div className="-translate-x-1/2 -translate-y-full absolute flex flex-col font-['Georgia:Bold',sans-serif] justify-end leading-[0] left-[calc(50%+14px)] not-italic text-[#363636] text-[24px] text-center top-[29px] whitespace-nowrap" data-node-id="38:3469">
|
|
508
|
+
<p className="leading-[normal]">Studio Controls</p>
|
|
509
|
+
</div>
|
|
510
|
+
</div>
|
|
511
|
+
</div>
|
|
512
|
+
</div>
|
|
513
|
+
</div>
|
|
514
|
+
<div className="bg-[var(--neutral\/99,#fdfcf5)] h-[1695px] relative shrink-0 w-[350px]" data-name="StudioControlsMenu" data-node-id="875:5855">
|
|
515
|
+
<div className="bg-clip-padding border-0 border-[transparent] border-solid content-stretch cursor-pointer flex flex-col items-start relative size-full">
|
|
516
|
+
<button className="border-[#f5f1eb] border-b border-solid content-stretch flex flex-col gap-[var(--p-0,0px)] items-center justify-center relative shrink-0 w-full" data-name="Discourse Accordion Item (Info Panel)" data-node-id="I875:5855;38:8233">
|
|
517
|
+
<div className="content-stretch flex gap-[var(--p-4,16px)] items-center justify-center px-[20px] py-[var(--p-4,16px)] relative shrink-0 w-full" data-name="AccordionTrigger" data-node-id="I875:5855;38:8233;38:8141">
|
|
518
|
+
<div className="overflow-clip relative shrink-0 size-[40px]" data-name="icon- Configure Settings" data-node-id="I875:5855;38:8233;38:8142">
|
|
519
|
+
<div className="absolute bottom-3/4 left-[33.33%] right-[33.33%] top-[8.33%]" data-name="Vector" data-node-id="I875:5855;38:8233;38:8142;38:9805">
|
|
520
|
+
<div className="absolute inset-[-18.75%_-9.38%]">
|
|
521
|
+
<img alt="" className="block max-w-none size-full" src={imgVector9} />
|
|
522
|
+
</div>
|
|
523
|
+
</div>
|
|
524
|
+
<div className="absolute inset-[16.67%_16.67%_8.33%_16.67%]" data-name="Vector" data-node-id="I875:5855;38:8233;38:8142;38:9806">
|
|
525
|
+
<div className="absolute inset-[-3.33%_-3.75%]">
|
|
526
|
+
<img alt="" className="block max-w-none size-full" src={imgVector10} />
|
|
527
|
+
</div>
|
|
528
|
+
</div>
|
|
529
|
+
<div className="absolute bottom-[54.17%] left-1/2 right-[33.33%] top-[45.83%]" data-name="Vector" data-node-id="I875:5855;38:8233;38:8142;38:9807">
|
|
530
|
+
<div className="absolute inset-[-1px_-15%]">
|
|
531
|
+
<img alt="" className="block max-w-none size-full" src={imgVector11} />
|
|
532
|
+
</div>
|
|
533
|
+
</div>
|
|
534
|
+
<div className="absolute bottom-[33.33%] left-1/2 right-[33.33%] top-[66.67%]" data-name="Vector" data-node-id="I875:5855;38:8233;38:8142;38:9808">
|
|
535
|
+
<div className="absolute inset-[-1px_-15%]">
|
|
536
|
+
<img alt="" className="block max-w-none size-full" src={imgVector11} />
|
|
537
|
+
</div>
|
|
538
|
+
</div>
|
|
539
|
+
<div className="absolute inset-[45.83%_66.62%_54.17%_33.33%]" data-name="Vector" data-node-id="I875:5855;38:8233;38:8142;38:9809">
|
|
540
|
+
<div className="absolute inset-[-1px_-5999.86%]">
|
|
541
|
+
<img alt="" className="block max-w-none size-full" src={imgVector12} />
|
|
542
|
+
</div>
|
|
543
|
+
</div>
|
|
544
|
+
<div className="absolute inset-[66.67%_66.62%_33.33%_33.33%]" data-name="Vector" data-node-id="I875:5855;38:8233;38:8142;38:9810">
|
|
545
|
+
<div className="absolute inset-[-1px_-5999.86%]">
|
|
546
|
+
<img alt="" className="block max-w-none size-full" src={imgVector12} />
|
|
547
|
+
</div>
|
|
548
|
+
</div>
|
|
549
|
+
</div>
|
|
550
|
+
<p className="flex-[1_0_0] font-[family-name:var(--font\/family\/font-sans,'Inter:Medium',sans-serif)] font-[var(--font\/weight\/font-medium,500)] leading-[normal] min-h-px min-w-px not-italic overflow-hidden relative text-[#363636] text-[20px] text-ellipsis text-left whitespace-nowrap" data-node-id="I875:5855;38:8233;38:8143">
|
|
551
|
+
Scenario Settings
|
|
552
|
+
</p>
|
|
553
|
+
<div className="overflow-clip relative shrink-0 size-[24px]" data-name="Lucide Icons / chevron-down" data-node-id="I875:5855;38:8233;38:8144">
|
|
554
|
+
<div className="absolute bottom-[37.5%] left-1/4 right-1/4 top-[37.5%]" data-name="Vector" data-node-id="I875:5855;38:8233;38:8144;2706:13883">
|
|
555
|
+
<div className="absolute inset-[-20.83%_-10.42%]">
|
|
556
|
+
<img alt="" className="block max-w-none size-full" src={imgVector13} />
|
|
557
|
+
</div>
|
|
558
|
+
</div>
|
|
559
|
+
</div>
|
|
560
|
+
</div>
|
|
561
|
+
<div className="bg-[#fffdfa] border border-[#e5e7eb] border-solid content-stretch flex flex-col gap-[26px] items-start p-[20px] relative rounded-[6px] shrink-0" data-name="panel- Information Slot Contents" data-node-id="I875:5855;38:8233;38:8145">
|
|
562
|
+
<div className="content-stretch flex flex-col gap-[8px] h-[76px] items-start relative shrink-0 w-[280px]" data-name="Scenarios type" data-node-id="I875:5855;38:8233;38:8145;38:8208">
|
|
563
|
+
<div className="flex flex-col font-['Inter:Medium',sans-serif] font-medium h-[30px] justify-center leading-[0] not-italic relative shrink-0 text-[#363636] text-[20px] text-left w-[207px]" data-node-id="I875:5855;38:8233;38:8145;38:8209">
|
|
564
|
+
<p className="leading-[normal]">UX Interview Practice</p>
|
|
565
|
+
</div>
|
|
566
|
+
<div className="content-stretch flex flex-col h-[33px] items-start relative shrink-0" data-name="List" data-node-id="I875:5855;38:8233;38:8145;38:8210">
|
|
567
|
+
<div className="content-stretch flex flex-col items-start relative shrink-0 w-[275px]" data-name="List Item" data-node-id="I875:5855;38:8233;38:8145;38:8211">
|
|
568
|
+
<p className="font-['Inter:Regular',sans-serif] font-normal h-[20.318px] leading-[0] not-italic relative shrink-0 text-[#4a5565] text-[0px] text-left w-[293px]" data-node-id="I875:5855;38:8233;38:8145;38:8212">
|
|
569
|
+
<span className="font-['Inter:Medium',sans-serif] font-medium leading-[30px] text-[#2e2e2e] text-[18px]">Focus</span>
|
|
570
|
+
<span className="leading-[30px] text-[#363636] text-[18px]">: Technical Communication</span>
|
|
571
|
+
</p>
|
|
572
|
+
</div>
|
|
573
|
+
</div>
|
|
574
|
+
</div>
|
|
575
|
+
<div className="content-stretch flex flex-col gap-[16px] items-start relative shrink-0 w-full" data-name="Ai Settings" data-node-id="I875:5855;38:8233;38:8145;38:8213">
|
|
576
|
+
<div className="h-[23px] relative shrink-0 w-[284px]" data-name="Heading 5" data-node-id="I875:5855;38:8233;38:8145;38:8214">
|
|
577
|
+
<p className="absolute font-['Inter:Medium',sans-serif] font-medium leading-[normal] left-0 not-italic text-[#363636] text-[20px] text-left top-[-1px] whitespace-pre" data-node-id="I875:5855;38:8233;38:8145;38:8215">{`Scenario Settings`}</p>
|
|
578
|
+
</div>
|
|
579
|
+
<div className="bg-[#f5f1eb] content-stretch flex flex-col items-center justify-center px-[20px] py-[10px] relative rounded-[8px] shrink-0 w-full" data-name="Interviewer Settings" data-node-id="I875:5855;38:8233;38:8145;38:8216">
|
|
580
|
+
<div className="content-stretch flex flex-col gap-[10px] h-[122px] items-start relative shrink-0" data-name="List" data-node-id="I875:5855;38:8233;38:8145;38:8217">
|
|
581
|
+
<div className="content-stretch flex gap-[2px] items-center relative shrink-0 w-full" data-name="List Item" data-node-id="I875:5855;38:8233;38:8145;38:8218">
|
|
582
|
+
<p className="flex-[1_0_0] font-['Inter:Medium',sans-serif] font-medium leading-[normal] min-h-px min-w-px not-italic relative text-[#363636] text-[16px] text-left whitespace-pre-wrap" data-node-id="I875:5855;38:8233;38:8145;38:8219">{`Conversation Flow: `}</p>
|
|
583
|
+
<div className="bg-[rgba(192,209,92,0.4)] content-stretch flex gap-[var(--p-1,4px)] items-center justify-center overflow-clip px-[10px] py-[4px] relative rounded-[var(--calc(var(--radius)-2px),8px)] shrink-0" data-name="Badge" data-node-id="I875:5855;38:8233;38:8145;38:8220">
|
|
584
|
+
<p className="font-[family-name:var(--font\/family\/font-sans,'Inter:Regular',sans-serif)] font-[var(--font\/weight\/font-medium,400)] leading-[normal] not-italic overflow-hidden relative shrink-0 text-[#2e2e2e] text-[14px] text-ellipsis text-left whitespace-nowrap" data-node-id="I875:5855;38:8233;38:8145;38:8220;135:1174">
|
|
585
|
+
Beginner
|
|
586
|
+
</p>
|
|
587
|
+
</div>
|
|
588
|
+
</div>
|
|
589
|
+
<div className="content-stretch flex gap-[10px] items-center justify-center relative shrink-0" data-name="List Item" data-node-id="I875:5855;38:8233;38:8145;38:8221">
|
|
590
|
+
<p className="font-['Inter:Medium',sans-serif] font-medium leading-[normal] not-italic relative shrink-0 text-[#363636] text-[16px] text-left whitespace-pre" data-node-id="I875:5855;38:8233;38:8145;38:8222">{`Question Complexity: `}</p>
|
|
591
|
+
<div className="bg-[rgba(192,209,92,0.4)] content-stretch flex gap-[var(--p-1,4px)] items-center justify-center overflow-clip px-[var(--p-2\,5,10px)] py-[4px] relative rounded-[var(--calc(var(--radius)-2px),8px)] shrink-0" data-name="Badge" data-node-id="I875:5855;38:8233;38:8145;38:8223">
|
|
592
|
+
<p className="font-[family-name:var(--font\/family\/font-sans,'Inter:Regular',sans-serif)] font-[var(--font\/weight\/font-medium,400)] leading-[normal] not-italic overflow-hidden relative shrink-0 text-[#2e2e2e] text-[14px] text-ellipsis text-left whitespace-nowrap" data-node-id="I875:5855;38:8233;38:8145;38:8223;135:1174">
|
|
593
|
+
Beginner
|
|
594
|
+
</p>
|
|
595
|
+
</div>
|
|
596
|
+
</div>
|
|
597
|
+
<div className="content-stretch flex gap-[10px] items-center relative shrink-0" data-name="List Item" data-node-id="I875:5855;38:8233;38:8145;38:8224">
|
|
598
|
+
<p className="font-['Inter:Medium',sans-serif] font-medium leading-[normal] not-italic relative shrink-0 text-[#363636] text-[16px] text-left w-[143.956px] whitespace-pre-wrap" data-node-id="I875:5855;38:8233;38:8145;38:8225">{`Response Pacing: `}</p>
|
|
599
|
+
<div className="bg-[rgba(192,209,92,0.4)] content-stretch flex gap-[var(--p-1,4px)] items-center justify-center overflow-clip px-[var(--p-2,8px)] py-[var(--p-0\,5,2px)] relative rounded-[var(--calc(var(--radius)-2px),8px)] shrink-0" data-name="Badge" data-node-id="I875:5855;38:8233;38:8145;38:8226">
|
|
600
|
+
<p className="font-[family-name:var(--font\/family\/font-sans,'Inter:Regular',sans-serif)] font-[var(--font\/weight\/font-medium,400)] leading-[normal] not-italic overflow-hidden relative shrink-0 text-[#2e2e2e] text-[14px] text-ellipsis text-left whitespace-nowrap" data-node-id="I875:5855;38:8233;38:8145;38:8226;135:1174">
|
|
601
|
+
Beginner
|
|
602
|
+
</p>
|
|
603
|
+
</div>
|
|
604
|
+
</div>
|
|
605
|
+
<div className="content-stretch flex gap-[10px] items-center relative shrink-0" data-name="List Item" data-node-id="I875:5855;38:8233;38:8145;38:8227">
|
|
606
|
+
<p className="font-['Inter:Medium',sans-serif] font-medium leading-[normal] not-italic relative shrink-0 text-[#363636] text-[16px] text-left whitespace-pre" data-node-id="I875:5855;38:8233;38:8145;38:8228">{`Interview Tone: `}</p>
|
|
607
|
+
<div className="bg-[rgba(192,209,92,0.4)] content-stretch flex gap-[var(--p-1,4px)] items-center justify-center overflow-clip px-[10px] py-[4px] relative rounded-[var(--calc(var(--radius)-2px),8px)] shrink-0" data-name="Badge" data-node-id="I875:5855;38:8233;38:8145;38:8229">
|
|
608
|
+
<p className="font-[family-name:var(--font\/family\/font-sans,'Inter:Regular',sans-serif)] font-[var(--font\/weight\/font-medium,400)] leading-[normal] not-italic overflow-hidden relative shrink-0 text-[#2e2e2e] text-[14px] text-ellipsis text-left whitespace-nowrap" data-node-id="I875:5855;38:8233;38:8145;38:8229;135:1174">
|
|
609
|
+
Beginner
|
|
610
|
+
</p>
|
|
611
|
+
</div>
|
|
612
|
+
</div>
|
|
613
|
+
</div>
|
|
614
|
+
</div>
|
|
615
|
+
</div>
|
|
616
|
+
</div>
|
|
617
|
+
</button>
|
|
618
|
+
<button className="border-[#f5f1eb] border-b border-solid content-stretch flex flex-col gap-[var(--p-0,0px)] items-start relative shrink-0 w-full" data-name="Discourse Accordion Item ( Audio Output Panel)" data-node-id="I875:5855;38:8234">
|
|
619
|
+
<div className="content-stretch flex gap-[var(--p-4,16px)] items-center justify-center px-[20px] py-[var(--p-4,16px)] relative shrink-0 w-full" data-name="AccordionTrigger" data-node-id="I875:5855;38:8234;38:8153">
|
|
620
|
+
<div className="content-stretch flex flex-col items-start relative shrink-0" data-name="icon- Audio Output" data-node-id="I875:5855;38:8234;38:8154">
|
|
621
|
+
<div className="flex items-center justify-center relative shrink-0">
|
|
622
|
+
<div className="-scale-y-100 flex-none rotate-180">
|
|
623
|
+
<div className="relative size-[35px]" data-name="Icon" data-node-id="I875:5855;38:8234;38:8154;38:9813">
|
|
624
|
+
<img alt="" className="absolute block max-w-none size-full" src={imgIcon} />
|
|
625
|
+
</div>
|
|
626
|
+
</div>
|
|
627
|
+
</div>
|
|
628
|
+
</div>
|
|
629
|
+
<p className="flex-[1_0_0] font-[family-name:var(--font\/family\/font-sans,'Inter:Medium',sans-serif)] font-[var(--font\/weight\/font-medium,500)] leading-[normal] min-h-px min-w-px not-italic overflow-hidden relative text-[#363636] text-[20px] text-ellipsis text-left whitespace-nowrap" data-node-id="I875:5855;38:8234;38:8155">
|
|
630
|
+
Audio Output
|
|
631
|
+
</p>
|
|
632
|
+
<div className="overflow-clip relative shrink-0 size-[24px]" data-name="Lucide Icons / chevron-down" data-node-id="I875:5855;38:8234;38:8156">
|
|
633
|
+
<div className="absolute bottom-[37.5%] left-1/4 right-1/4 top-[37.5%]" data-name="Vector" data-node-id="I875:5855;38:8234;38:8156;2706:13883">
|
|
634
|
+
<div className="absolute inset-[-20.83%_-10.42%]">
|
|
635
|
+
<img alt="" className="block max-w-none size-full" src={imgVector13} />
|
|
636
|
+
</div>
|
|
637
|
+
</div>
|
|
638
|
+
</div>
|
|
639
|
+
</div>
|
|
640
|
+
<div className="content-stretch flex flex-col items-center py-[20px] relative shrink-0 w-[350px]" data-name="panel- Audio Output controls" data-node-id="I875:5855;38:8234;38:8157">
|
|
641
|
+
<div className="content-stretch flex flex-col h-[66px] items-center justify-between px-[20px] py-[40px] relative shrink-0 w-[334px]" data-name="Audio Output Controls Container" data-node-id="I875:5855;38:8234;38:8157;38:8308">
|
|
642
|
+
<div className="content-stretch flex flex-col items-start relative shrink-0 w-full" data-name="audio output slider" data-node-id="I875:5855;38:8234;38:8157;38:8309">
|
|
643
|
+
<div className="h-[6px] relative shrink-0 w-[314px]" data-name="slide container" data-node-id="I875:5855;38:8234;38:8157;38:8310">
|
|
644
|
+
<div className="absolute bg-[#e0dcd5] content-stretch flex gap-[var(--p-0,0px)] items-center left-[5px] p-[var(--p-0,0px)] rounded-[var(--radius\/rounded-full,9999px)] top-0 w-[290px]" data-name="Slider" data-node-id="I875:5855;38:8234;38:8157;38:8311">
|
|
645
|
+
<div className="bg-[#6b7a1f] h-[6px] rounded-[var(--radius\/rounded-full,9999px)] shrink-0 w-[201px]" data-name="Range" data-node-id="I875:5855;38:8234;38:8157;38:8311;38:7989" />
|
|
646
|
+
<div className="absolute h-[35px] left-[183px] top-[-14.5px] w-[34px]" data-name="Slider Button" data-node-id="I875:5855;38:8234;38:8157;38:8311;38:7990">
|
|
647
|
+
<div className="-translate-x-1/2 absolute bg-[#b8a9c9] border-2 border-[#cfc4db] border-solid h-[35px] left-1/2 rounded-[var(--rounded-full,9999px)] shadow-[var(--shadow\/md\/layer-1\/x,0px)_var(--shadow\/md\/layer-1\/y,2px)_var(--shadow\/md\/layer-1\/blur,4px)_var(--shadow\/md\/layer-1\/spread,-2px)_var(--shadow\/md,rgba(26,26,26,0.05)),var(--shadow\/md\/layer-2\/x,0px)_var(--shadow\/md\/layer-2\/y,4px)_var(--shadow\/md\/layer-2\/blur,6px)_var(--shadow\/md\/layer-2\/spread,-1px)_var(--shadow\/md,rgba(26,26,26,0.05))] top-0 w-[34px]" data-name=".Slider Item" data-node-id="I875:5855;38:8234;38:8157;38:8311;38:7991" />
|
|
648
|
+
<div className="absolute h-[19px] left-[8px] overflow-clip top-[8px] w-[18px]" data-name="Lucide Icons / stretch-horizontal" data-node-id="I875:5855;38:8234;38:8157;38:8311;38:7992">
|
|
649
|
+
<div className="absolute inset-[16.67%_8.33%]" data-name="Vector" data-node-id="I875:5855;38:8234;38:8157;38:8311;38:7992;2706:14963">
|
|
650
|
+
<div className="absolute inset-[-3.95%_-3.33%]">
|
|
651
|
+
<img alt="" className="block max-w-none size-full" src={imgVector14} />
|
|
652
|
+
</div>
|
|
653
|
+
</div>
|
|
654
|
+
</div>
|
|
655
|
+
</div>
|
|
656
|
+
</div>
|
|
657
|
+
</div>
|
|
658
|
+
</div>
|
|
659
|
+
</div>
|
|
660
|
+
</div>
|
|
661
|
+
</button>
|
|
662
|
+
<button className="border-[#f5f1eb] border-b border-solid content-stretch flex flex-col gap-[var(--p-0,0px)] h-[245px] items-start relative shrink-0 w-full" data-name="Discourse Accordion Item ( EQ & Slider container" data-node-id="I875:5855;38:8235">
|
|
663
|
+
<div className="content-stretch flex gap-[var(--p-4,16px)] items-center justify-center px-[20px] py-[var(--p-4,16px)] relative shrink-0 w-full" data-name="AccordionTrigger" data-node-id="I875:5855;38:8235;38:8165">
|
|
664
|
+
<div className="content-stretch flex flex-col items-start pt-[4px] relative shrink-0 size-[40px]" data-name="icon- Microphone" data-node-id="I875:5855;38:8235;38:8166">
|
|
665
|
+
<div className="relative shrink-0 size-[40px]" data-name="Icon" data-node-id="I875:5855;38:8235;38:8166;38:9821">
|
|
666
|
+
<img alt="" className="absolute block max-w-none size-full" src={imgIcon1} />
|
|
667
|
+
</div>
|
|
668
|
+
</div>
|
|
669
|
+
<p className="flex-[1_0_0] font-[family-name:var(--font\/family\/font-sans,'Inter:Medium',sans-serif)] font-[var(--font\/weight\/font-medium,500)] leading-[normal] min-h-px min-w-px not-italic overflow-hidden relative text-[#363636] text-[20px] text-ellipsis text-left whitespace-nowrap" data-node-id="I875:5855;38:8235;38:8167">
|
|
670
|
+
Microphone Output
|
|
671
|
+
</p>
|
|
672
|
+
<div className="overflow-clip relative shrink-0 size-[24px]" data-name="Lucide Icons / chevron-down" data-node-id="I875:5855;38:8235;38:8168">
|
|
673
|
+
<div className="absolute bottom-[37.5%] left-1/4 right-1/4 top-[37.5%]" data-name="Vector" data-node-id="I875:5855;38:8235;38:8168;2706:13883">
|
|
674
|
+
<div className="absolute inset-[-20.83%_-10.42%]">
|
|
675
|
+
<img alt="" className="block max-w-none size-full" src={imgVector13} />
|
|
676
|
+
</div>
|
|
677
|
+
</div>
|
|
678
|
+
</div>
|
|
679
|
+
</div>
|
|
680
|
+
<div className="content-stretch flex flex-col gap-[37px] items-center py-[20px] relative shrink-0 w-full" data-name="panel- Eq & Slide container" data-node-id="I875:5855;38:8235;38:8169">
|
|
681
|
+
<div className="h-[24px] relative shrink-0 w-[289px]" data-name="Out.put Eq" data-node-id="I875:5855;38:8235;38:8169;38:8315">
|
|
682
|
+
<div className="absolute inset-[-7.73%_-0.8%_-7.71%_-0.64%]">
|
|
683
|
+
<img alt="" className="block max-w-none size-full" src={imgOutPutEq} />
|
|
684
|
+
</div>
|
|
685
|
+
</div>
|
|
686
|
+
<div className="content-stretch flex flex-col h-[48px] items-center justify-center relative shrink-0 w-[305px]" data-name="Slide output container" data-node-id="I875:5855;38:8235;38:8169;38:8317">
|
|
687
|
+
<div className="content-stretch flex flex-col items-start relative shrink-0 w-full" data-name="microphone output slide" data-node-id="I875:5855;38:8235;38:8169;38:8318">
|
|
688
|
+
<div className="h-[6px] relative shrink-0 w-[314px]" data-name="Mic Input Gain Control" data-node-id="I875:5855;38:8235;38:8169;38:8319">
|
|
689
|
+
<div className="absolute bg-[#e0dcd5] content-stretch flex gap-[var(--p-0,0px)] h-[6px] items-center left-[5px] p-[var(--p-0,0px)] rounded-[var(--radius\/rounded-full,9999px)] top-0 w-[290px]" data-name="Slider" data-node-id="I875:5855;38:8235;38:8169;38:8320">
|
|
690
|
+
<div className="bg-[#6b7a1f] h-[6px] rounded-[var(--radius\/rounded-full,9999px)] shrink-0 w-[201px]" data-name="Range" data-node-id="I875:5855;38:8235;38:8169;38:8320;38:7989" />
|
|
691
|
+
<div className="absolute h-[35px] left-[183px] top-[-14.5px] w-[34px]" data-name="Slider Button" data-node-id="I875:5855;38:8235;38:8169;38:8320;38:7990">
|
|
692
|
+
<div className="-translate-x-1/2 absolute bg-[#b8a9c9] border-2 border-[#cfc4db] border-solid h-[35px] left-1/2 rounded-[var(--rounded-full,9999px)] shadow-[var(--shadow\/md\/layer-1\/x,0px)_var(--shadow\/md\/layer-1\/y,2px)_var(--shadow\/md\/layer-1\/blur,4px)_var(--shadow\/md\/layer-1\/spread,-2px)_var(--shadow\/md,rgba(26,26,26,0.05)),var(--shadow\/md\/layer-2\/x,0px)_var(--shadow\/md\/layer-2\/y,4px)_var(--shadow\/md\/layer-2\/blur,6px)_var(--shadow\/md\/layer-2\/spread,-1px)_var(--shadow\/md,rgba(26,26,26,0.05))] top-0 w-[34px]" data-name=".Slider Item" data-node-id="I875:5855;38:8235;38:8169;38:8320;38:7991" />
|
|
693
|
+
<div className="absolute h-[19px] left-[8px] overflow-clip top-[8px] w-[18px]" data-name="Lucide Icons / stretch-horizontal" data-node-id="I875:5855;38:8235;38:8169;38:8320;38:7992">
|
|
694
|
+
<div className="absolute inset-[16.67%_8.33%]" data-name="Vector" data-node-id="I875:5855;38:8235;38:8169;38:8320;38:7992;2706:14963">
|
|
695
|
+
<div className="absolute inset-[-3.95%_-3.33%]">
|
|
696
|
+
<img alt="" className="block max-w-none size-full" src={imgVector14} />
|
|
697
|
+
</div>
|
|
698
|
+
</div>
|
|
699
|
+
</div>
|
|
700
|
+
</div>
|
|
701
|
+
</div>
|
|
702
|
+
</div>
|
|
703
|
+
</div>
|
|
704
|
+
</div>
|
|
705
|
+
</div>
|
|
706
|
+
</button>
|
|
707
|
+
<button className="border-[#f5f1eb] border-b border-solid content-stretch flex flex-col gap-[var(--p-0,0px)] items-center justify-center relative shrink-0 w-full" data-name="Discourse Accordion Item ( A/V Record )" data-node-id="I875:5855;855:5501">
|
|
708
|
+
<div className="content-stretch flex gap-[var(--p-4,16px)] items-center justify-center px-[20px] py-[var(--p-4,16px)] relative shrink-0 w-full" data-name="AccordionTrigger" data-node-id="I875:5855;855:5501;38:8177">
|
|
709
|
+
<div className="content-stretch flex flex-col h-[40px] items-center justify-center p-[3px] relative shrink-0" data-name="icon- Record" data-node-id="I875:5855;855:5501;38:8178">
|
|
710
|
+
<div className="relative shrink-0 size-[29.167px]" data-name="SVGRepo_iconCarrier" data-node-id="I875:5855;855:5501;38:8178;38:9844">
|
|
711
|
+
<div className="absolute inset-[-3.43%]">
|
|
712
|
+
<img alt="" className="block max-w-none size-full" src={imgSvgRepoIconCarrier3} />
|
|
713
|
+
</div>
|
|
714
|
+
</div>
|
|
715
|
+
</div>
|
|
716
|
+
<p className="flex-[1_0_0] font-[family-name:var(--font\/family\/font-sans,'Inter:Medium',sans-serif)] font-[var(--font\/weight\/font-medium,500)] leading-[normal] min-h-px min-w-px not-italic overflow-hidden relative text-[#363636] text-[20px] text-ellipsis text-left whitespace-nowrap" data-node-id="I875:5855;855:5501;38:8179">
|
|
717
|
+
A/V Recording
|
|
718
|
+
</p>
|
|
719
|
+
<div className="overflow-clip relative shrink-0 size-[24px]" data-name="Lucide Icons / chevron-down" data-node-id="I875:5855;855:5501;38:8180">
|
|
720
|
+
<div className="absolute bottom-[37.5%] left-1/4 right-1/4 top-[37.5%]" data-name="Vector" data-node-id="I875:5855;855:5501;38:8180;2706:13883">
|
|
721
|
+
<div className="absolute inset-[-20.83%_-10.42%]">
|
|
722
|
+
<img alt="" className="block max-w-none size-full" src={imgVector13} />
|
|
723
|
+
</div>
|
|
724
|
+
</div>
|
|
725
|
+
</div>
|
|
726
|
+
</div>
|
|
727
|
+
<div className="content-stretch flex flex-col items-center justify-center p-[20px] relative shrink-0 w-full" data-name="panel- A/V radio selection" data-node-id="I875:5855;855:5501;38:8181">
|
|
728
|
+
<div className="content-stretch cursor-pointer flex flex-col gap-[var(--p-3,12px)] items-start max-w-[576px] min-w-[144px] p-[var(--p-0,0px)] relative shrink-0 w-[280px]" data-name="Radio Group" data-node-id="I875:5855;855:5501;38:8181;38:8324">
|
|
729
|
+
<div className="content-stretch flex gap-[var(--p-2,8px)] items-start p-[var(--p-0,0px)] relative shrink-0 w-full" data-name=".Radio Group Item" data-node-id="I875:5855;855:5501;38:8181;38:8324;2780:51111" role="button" tabIndex="0">
|
|
730
|
+
<div className="content-stretch flex flex-[1_0_0] flex-col gap-[var(--p-1\,5,6px)] items-start min-h-px min-w-px pb-[var(--p-0,0px)] pt-px px-[var(--p-0,0px)] relative" data-name="Content" data-node-id="I875:5855;855:5501;38:8181;38:8324;2780:51111;7095:70573">
|
|
731
|
+
<p className="font-[family-name:var(--font\/family\/font-sans,'Inter:Regular',sans-serif)] font-[var(--font\/weight\/font-medium,400)] leading-[30px] not-italic relative shrink-0 text-[#363636] text-[length:var(--text-sm,18px)] text-left w-full whitespace-pre-wrap" data-node-id="I875:5855;855:5501;38:8181;38:8324;2780:51111;7095:70574">{`Record just audio `}</p>
|
|
732
|
+
</div>
|
|
733
|
+
<div className="relative shadow-[var(--shadow\/xs\/layer-1\/x,0px)_var(--shadow\/xs\/layer-1\/y,1px)_var(--shadow\/xs\/layer-1\/blur,2px)_0px_var(--shadow\/xs,rgba(26,26,26,0.05))] shrink-0 size-[16px]" data-name=".Radio Group Radio Toggle" data-node-id="I875:5855;855:5501;38:8181;38:8324;2780:51111;7095:70576">
|
|
734
|
+
<div className="absolute border-3 border-[var(--primary\/60,#64a104)] border-solid left-0 rounded-[var(--radius\/rounded-full,9999px)] size-[var(--width\/w-4,16px)] top-0" data-name="base" data-node-id="I875:5855;855:5501;38:8181;38:8324;2780:51111;7095:70576;2780:51100" />
|
|
735
|
+
</div>
|
|
736
|
+
</div>
|
|
737
|
+
<div className="content-stretch flex gap-[var(--p-2,8px)] items-start p-[var(--p-0,0px)] relative shrink-0 w-full" data-name=".Radio Group Item" data-node-id="I875:5855;855:5501;38:8181;38:8324;2780:51112" role="button" tabIndex="0">
|
|
738
|
+
<div className="content-stretch flex flex-[1_0_0] flex-col gap-[var(--p-1\,5,6px)] items-start min-h-px min-w-px pb-[var(--p-0,0px)] pt-px px-[var(--p-0,0px)] relative" data-name="Content" data-node-id="I875:5855;855:5501;38:8181;38:8324;2780:51112;7095:70573">
|
|
739
|
+
<p className="font-[family-name:var(--font\/family\/font-sans,'Inter:Regular',sans-serif)] font-[var(--font\/weight\/font-medium,400)] leading-[30px] not-italic relative shrink-0 text-[#363636] text-[length:var(--text-sm,18px)] text-left w-full whitespace-pre-wrap" data-node-id="I875:5855;855:5501;38:8181;38:8324;2780:51112;7095:70574">{`Record video & audio `}</p>
|
|
740
|
+
</div>
|
|
741
|
+
<div className="relative shadow-[var(--shadow\/xs\/layer-1\/x,0px)_var(--shadow\/xs\/layer-1\/y,1px)_var(--shadow\/xs\/layer-1\/blur,2px)_0px_var(--shadow\/xs,rgba(26,26,26,0.05))] shrink-0 size-[16px]" data-name=".Radio Group Radio Toggle" data-node-id="I875:5855;855:5501;38:8181;38:8324;2780:51112;7095:70576">
|
|
742
|
+
<div className="absolute bg-[#c5d24d] border-[#b8a9c9] border-[length:var(--border-width\/w-100,1px)] border-solid left-0 rounded-[var(--radius\/rounded-full,9999px)] size-[var(--width\/w-4,16px)] top-0" data-name="base" data-node-id="I875:5855;855:5501;38:8181;38:8324;2780:51112;7095:70576;2780:51100" />
|
|
743
|
+
</div>
|
|
744
|
+
</div>
|
|
745
|
+
</div>
|
|
746
|
+
</div>
|
|
747
|
+
</button>
|
|
748
|
+
<button className="border-[#f5f1eb] border-b border-solid content-stretch flex flex-col gap-[var(--p-0,0px)] items-center justify-center relative shrink-0 w-full" data-name="Discourse Accordion Item ( A/V Record )" data-node-id="I875:5855;38:8236">
|
|
749
|
+
<div className="content-stretch flex gap-[var(--p-4,16px)] items-center justify-center px-[20px] py-[var(--p-4,16px)] relative shrink-0 w-full" data-name="AccordionTrigger" data-node-id="I875:5855;38:8236;38:8177">
|
|
750
|
+
<div className="content-stretch flex flex-col h-[40px] items-center justify-center p-[3px] relative shrink-0" data-name="icon- Record" data-node-id="I875:5855;38:8236;38:8178">
|
|
751
|
+
<div className="relative shrink-0 size-[29.167px]" data-name="SVGRepo_iconCarrier" data-node-id="I875:5855;38:8236;38:8178;38:9844">
|
|
752
|
+
<div className="absolute inset-[-3.43%]">
|
|
753
|
+
<img alt="" className="block max-w-none size-full" src={imgSvgRepoIconCarrier3} />
|
|
754
|
+
</div>
|
|
755
|
+
</div>
|
|
756
|
+
</div>
|
|
757
|
+
<p className="flex-[1_0_0] font-[family-name:var(--font\/family\/font-sans,'Inter:Medium',sans-serif)] font-[var(--font\/weight\/font-medium,500)] leading-[normal] min-h-px min-w-px not-italic overflow-hidden relative text-[#363636] text-[20px] text-ellipsis text-left whitespace-nowrap" data-node-id="I875:5855;38:8236;38:8179">
|
|
758
|
+
A/V Recording
|
|
759
|
+
</p>
|
|
760
|
+
<div className="overflow-clip relative shrink-0 size-[24px]" data-name="Lucide Icons / chevron-down" data-node-id="I875:5855;38:8236;38:8180">
|
|
761
|
+
<div className="absolute bottom-[37.5%] left-1/4 right-1/4 top-[37.5%]" data-name="Vector" data-node-id="I875:5855;38:8236;38:8180;2706:13883">
|
|
762
|
+
<div className="absolute inset-[-20.83%_-10.42%]">
|
|
763
|
+
<img alt="" className="block max-w-none size-full" src={imgVector13} />
|
|
764
|
+
</div>
|
|
765
|
+
</div>
|
|
766
|
+
</div>
|
|
767
|
+
</div>
|
|
768
|
+
<div className="content-stretch flex flex-col items-center p-[20px] relative shrink-0 w-full" data-name="panel- A/V radio selection" data-node-id="I875:5855;38:8236;38:8181">
|
|
769
|
+
<div className="content-stretch cursor-pointer flex flex-col gap-[var(--p-3,12px)] items-start max-w-[576px] min-w-[144px] p-[var(--p-0,0px)] relative shrink-0 w-[280px]" data-name="Radio Group" data-node-id="I875:5855;38:8236;38:8181;38:8324">
|
|
770
|
+
<div className="content-stretch flex gap-[var(--p-2,8px)] items-start p-[var(--p-0,0px)] relative shrink-0 w-full" data-name=".Radio Group Item" data-node-id="I875:5855;38:8236;38:8181;38:8324;2780:51111" role="button" tabIndex="0">
|
|
771
|
+
<div className="content-stretch flex flex-[1_0_0] flex-col gap-[var(--p-1\,5,6px)] items-start min-h-px min-w-px pb-[var(--p-0,0px)] pt-px px-[var(--p-0,0px)] relative" data-name="Content" data-node-id="I875:5855;38:8236;38:8181;38:8324;2780:51111;7095:70573">
|
|
772
|
+
<p className="font-[family-name:var(--font\/family\/font-sans,'Inter:Regular',sans-serif)] font-[var(--font\/weight\/font-medium,400)] leading-[30px] not-italic relative shrink-0 text-[#363636] text-[length:var(--text-sm,18px)] text-left w-full whitespace-pre-wrap" data-node-id="I875:5855;38:8236;38:8181;38:8324;2780:51111;7095:70574">{`Record just audio `}</p>
|
|
773
|
+
</div>
|
|
774
|
+
<div className="relative shadow-[var(--shadow\/xs\/layer-1\/x,0px)_var(--shadow\/xs\/layer-1\/y,1px)_var(--shadow\/xs\/layer-1\/blur,2px)_0px_var(--shadow\/xs,rgba(26,26,26,0.05))] shrink-0 size-[16px]" data-name=".Radio Group Radio Toggle" data-node-id="I875:5855;38:8236;38:8181;38:8324;2780:51111;7095:70576">
|
|
775
|
+
<div className="absolute border-3 border-[var(--primary\/60,#64a104)] border-solid left-0 rounded-[var(--radius\/rounded-full,9999px)] size-[var(--width\/w-4,16px)] top-0" data-name="base" data-node-id="I875:5855;38:8236;38:8181;38:8324;2780:51111;7095:70576;2780:51100" />
|
|
776
|
+
</div>
|
|
777
|
+
</div>
|
|
778
|
+
<div className="content-stretch flex gap-[var(--p-2,8px)] items-start p-[var(--p-0,0px)] relative shrink-0 w-full" data-name=".Radio Group Item" data-node-id="I875:5855;38:8236;38:8181;38:8324;2780:51112" role="button" tabIndex="0">
|
|
779
|
+
<div className="content-stretch flex flex-[1_0_0] flex-col gap-[var(--p-1\,5,6px)] items-start min-h-px min-w-px pb-[var(--p-0,0px)] pt-px px-[var(--p-0,0px)] relative" data-name="Content" data-node-id="I875:5855;38:8236;38:8181;38:8324;2780:51112;7095:70573">
|
|
780
|
+
<p className="font-[family-name:var(--font\/family\/font-sans,'Inter:Regular',sans-serif)] font-[var(--font\/weight\/font-medium,400)] leading-[30px] not-italic relative shrink-0 text-[#363636] text-[length:var(--text-sm,18px)] text-left w-full whitespace-pre-wrap" data-node-id="I875:5855;38:8236;38:8181;38:8324;2780:51112;7095:70574">{`Record video & audio `}</p>
|
|
781
|
+
</div>
|
|
782
|
+
<div className="relative shadow-[var(--shadow\/xs\/layer-1\/x,0px)_var(--shadow\/xs\/layer-1\/y,1px)_var(--shadow\/xs\/layer-1\/blur,2px)_0px_var(--shadow\/xs,rgba(26,26,26,0.05))] shrink-0 size-[16px]" data-name=".Radio Group Radio Toggle" data-node-id="I875:5855;38:8236;38:8181;38:8324;2780:51112;7095:70576">
|
|
783
|
+
<div className="absolute bg-[#c5d24d] border-[#b8a9c9] border-[length:var(--border-width\/w-100,1px)] border-solid left-0 rounded-[var(--radius\/rounded-full,9999px)] size-[var(--width\/w-4,16px)] top-0" data-name="base" data-node-id="I875:5855;38:8236;38:8181;38:8324;2780:51112;7095:70576;2780:51100" />
|
|
784
|
+
</div>
|
|
785
|
+
</div>
|
|
786
|
+
</div>
|
|
787
|
+
</div>
|
|
788
|
+
</button>
|
|
789
|
+
<button className="border-[#f5f1eb] border-b border-solid content-stretch flex flex-col gap-[var(--p-0,0px)] items-start relative shrink-0 w-full" data-name="Discourse Accordion Item ( Show Timer )" data-node-id="I875:5855;38:8237">
|
|
790
|
+
<div className="content-stretch flex gap-[var(--p-4,16px)] items-center justify-center px-[20px] py-[var(--p-4,16px)] relative shrink-0 w-full" data-name="AccordionTrigger" data-node-id="I875:5855;38:8237;38:8190">
|
|
791
|
+
<div className="content-stretch flex flex-col items-center justify-center overflow-clip p-[5px] relative shrink-0 size-[40px]" data-name="icon- Timer" data-node-id="I875:5855;38:8237;38:8191">
|
|
792
|
+
<div className="relative shrink-0 size-[27px]" data-name="SVGRepo_iconCarrier" data-node-id="I875:5855;38:8237;38:8191;38:9818">
|
|
793
|
+
<div className="absolute inset-[-4.63%]">
|
|
794
|
+
<img alt="" className="block max-w-none size-full" src={imgSvgRepoIconCarrier4} />
|
|
795
|
+
</div>
|
|
796
|
+
</div>
|
|
797
|
+
</div>
|
|
798
|
+
<p className="flex-[1_0_0] font-[family-name:var(--font\/family\/font-sans,'Inter:Medium',sans-serif)] font-[var(--font\/weight\/font-medium,500)] leading-[normal] min-h-px min-w-px not-italic overflow-hidden relative text-[#363636] text-[20px] text-ellipsis text-left whitespace-nowrap" data-node-id="I875:5855;38:8237;38:8192">
|
|
799
|
+
Display timer
|
|
800
|
+
</p>
|
|
801
|
+
<div className="overflow-clip relative shrink-0 size-[24px]" data-name="Lucide Icons / chevron-down" data-node-id="I875:5855;38:8237;38:8193">
|
|
802
|
+
<div className="absolute bottom-[37.5%] left-1/4 right-1/4 top-[37.5%]" data-name="Vector" data-node-id="I875:5855;38:8237;38:8193;2706:13883">
|
|
803
|
+
<div className="absolute inset-[-20.83%_-10.42%]">
|
|
804
|
+
<img alt="" className="block max-w-none size-full" src={imgVector13} />
|
|
805
|
+
</div>
|
|
806
|
+
</div>
|
|
807
|
+
</div>
|
|
808
|
+
</div>
|
|
809
|
+
<div className="content-stretch flex gap-[10px] h-[128px] items-center justify-center p-[20px] relative shrink-0 w-full" data-name="panel- clock display" data-node-id="I875:5855;38:8237;38:8194">
|
|
810
|
+
<div className="flex flex-col font-['Inter:Regular',sans-serif] font-normal h-[62.589px] justify-center leading-[0] not-italic relative shrink-0 text-[#363636] text-[18px] text-left w-[260.713px] whitespace-pre-wrap" data-node-id="I875:5855;38:8237;38:8194;38:8326">
|
|
811
|
+
<p className="leading-[30px] mb-0">{`Hide timer to create more `}</p>
|
|
812
|
+
<p className="leading-[30px]">realistic interview</p>
|
|
813
|
+
</div>
|
|
814
|
+
<div className="bg-[rgba(192,209,92,0.4)] content-stretch flex h-[20px] items-center p-[var(--p-0\,5,2px)] relative rounded-[var(--radius\/rounded-full,9999px)] shadow-[var(--shadow\/2xs\/layer-1\/x,0px)_var(--shadow\/2xs\/layer-1\/y,1px)_var(--shadow\/2xs\/layer-1\/blur,2px)_0px_var(--shadow\/2xs,rgba(26,26,26,0.05))] shrink-0 w-[36px]" data-name="Discourser AI Switch Toggle" data-node-id="I875:5855;38:8237;38:8194;38:8327">
|
|
815
|
+
<div className="relative shrink-0 size-[16px]" data-name="Switch" data-node-id="I875:5855;38:8237;38:8194;38:8327;38:8123">
|
|
816
|
+
<div className="absolute inset-[-6.25%_-12.5%_-18.75%_-12.5%]">
|
|
817
|
+
<img alt="" className="block max-w-none size-full" src={imgSwitch2} />
|
|
818
|
+
</div>
|
|
819
|
+
</div>
|
|
820
|
+
</div>
|
|
821
|
+
</div>
|
|
822
|
+
</button>
|
|
823
|
+
<button className="border-[#f5f1eb] border-b border-solid content-stretch flex flex-col gap-[var(--p-0,0px)] items-center justify-center relative shrink-0 w-full" data-name="Discourse Accordion Item ( Hide Interview )" data-node-id="I875:5855;38:8238">
|
|
824
|
+
<div className="content-stretch flex gap-[var(--p-4,16px)] items-center justify-center px-[20px] py-[var(--p-4,16px)] relative shrink-0 w-full" data-name="AccordionTrigger" data-node-id="I875:5855;38:8238;38:8202">
|
|
825
|
+
<div className="content-stretch flex flex-col items-center justify-center overflow-clip p-px relative shrink-0 size-[40px]" data-name="icon- ScreenView" data-node-id="I875:5855;38:8238;38:8203">
|
|
826
|
+
<div className="relative shrink-0 size-[24.891px]" data-name="SVGRepo_iconCarrier" data-node-id="I875:5855;38:8238;38:8203;38:9826">
|
|
827
|
+
<img alt="" className="absolute block max-w-none size-full" src={imgSvgRepoIconCarrier5} />
|
|
828
|
+
</div>
|
|
829
|
+
</div>
|
|
830
|
+
<p className="flex-[1_0_0] font-[family-name:var(--font\/family\/font-sans,'Inter:Medium',sans-serif)] font-[var(--font\/weight\/font-medium,500)] leading-[normal] min-h-px min-w-px not-italic overflow-hidden relative text-[#363636] text-[20px] text-ellipsis text-left whitespace-nowrap" data-node-id="I875:5855;38:8238;38:8204">
|
|
831
|
+
Hide Interviewers
|
|
832
|
+
</p>
|
|
833
|
+
<div className="overflow-clip relative shrink-0 size-[24px]" data-name="Lucide Icons / chevron-down" data-node-id="I875:5855;38:8238;38:8205">
|
|
834
|
+
<div className="absolute bottom-[37.5%] left-1/4 right-1/4 top-[37.5%]" data-name="Vector" data-node-id="I875:5855;38:8238;38:8205;2706:13883">
|
|
835
|
+
<div className="absolute inset-[-20.83%_-10.42%]">
|
|
836
|
+
<img alt="" className="block max-w-none size-full" src={imgVector13} />
|
|
837
|
+
</div>
|
|
838
|
+
</div>
|
|
839
|
+
</div>
|
|
840
|
+
</div>
|
|
841
|
+
<div className="content-stretch flex gap-[10px] items-center justify-center py-[20px] relative shrink-0" data-name="panel- hide interview video" data-node-id="I875:5855;38:8238;38:8206">
|
|
842
|
+
<div className="font-['Inter:Regular',sans-serif] font-normal leading-[0] not-italic relative shrink-0 text-[#363636] text-[18px] text-left w-[244.007px] whitespace-pre-wrap" data-node-id="I875:5855;38:8238;38:8206;38:8329">
|
|
843
|
+
<p className="leading-[30px] mb-0">{`Switch to off to hide video of interviewers if it is too `}</p>
|
|
844
|
+
<p className="leading-[30px]">distracting</p>
|
|
845
|
+
</div>
|
|
846
|
+
<DiscourserAiSwitchToggle className="bg-[#c5d24d] content-stretch flex h-[20px] items-center justify-end p-[var(--p-0\,5,2px)] relative rounded-[var(--radius\/rounded-full,9999px)] shadow-[var(--shadow\/2xs\/layer-1\/x,0px)_var(--shadow\/2xs\/layer-1\/y,1px)_var(--shadow\/2xs\/layer-1\/blur,2px)_0px_var(--shadow\/2xs,rgba(26,26,26,0.05))] shrink-0 w-[36px]" toggled />
|
|
847
|
+
</div>
|
|
848
|
+
</button>
|
|
849
|
+
</div>
|
|
850
|
+
</div>
|
|
851
|
+
</div>
|
|
852
|
+
</div>
|
|
853
|
+
</div>
|
|
854
|
+
);
|
|
855
|
+
}
|
|
856
|
+
SUPER CRITICAL: The generated React+Tailwind code MUST be converted to match the target project's technology stack and styling system.
|
|
857
|
+
1. Analyze the target codebase to identify: technology stack, styling approach, component patterns, and design tokens
|
|
858
|
+
2. Convert React syntax to the target framework/library
|
|
859
|
+
3. Transform all Tailwind classes to the target styling system while preserving exact visual design
|
|
860
|
+
4. Follow the project's existing patterns and conventions
|
|
861
|
+
DO NOT install any Tailwind as a dependency unless the user instructs you to do so.
|
|
862
|
+
|
|
863
|
+
Node ids have been added to the code as data attributes, e.g. `data-node-id="1:2"`.
|
|
864
|
+
These styles are contained in the design: Black/Neutral/30%/600: #363636, Dsktp/Inter/Button/Regular/18: Font(family: "Inter", style: Regular, size: 18, weight: 400, lineHeight: 30, letterSpacing: 0), Dsktp/Inter/Button/Medium/18px: Font(family: "Inter", style: Medium, size: 18, weight: 500, lineHeight: 100, letterSpacing: 0), Dsktp/Inter/Link/Medium/16: Font(family: "Inter", style: Medium, size: 16, weight: 500, lineHeight: 100, letterSpacing: 0), bodyLarge: Font(family: "Poppins", style: Medium, size: 18, weight: 500, lineHeight: 100, letterSpacing: 0), bodyMedium: Font(family: "Poppins", style: Regular, size: 14, weight: 400, lineHeight: 100, letterSpacing: 0), headlineMedium: Font(family: "Fraunces", style: Regular, size: 28, weight: 400, lineHeight: 100, letterSpacing: 0), Black/Neutral/30%/700: #2E2E2E, bodyLargeReg: Font(family: "Poppins", style: Regular, size: 18, weight: 400, lineHeight: 100, letterSpacing: 0), shadows/2xs: Effect(type: DROP_SHADOW, color: shadow/2xs, offset: (shadow/2xs/layer-1/x, shadow/2xs/layer-1/y), radius: shadow/2xs/layer-1/blur, spread: shadow/2xs/layer-1/spread), bodyLargeSemiBold: Font(family: "Poppins", style: SemiBold, size: 18, weight: 600, lineHeight: 100, letterSpacing: 0), Stone/60%/400: #FAF8F5, Dsktp/Georgia/H4/SemiB/24: Font(family: "Georgia", style: Bold, size: 24, weight: 700, lineHeight: 100, letterSpacing: 0), Gray/Neutral/30%/500: #E0DCD5, Primary/700: #6B7A1F, Dsktp/Inter/BodyP/Medium/20: Font(family: "Inter", style: Medium, size: 20, weight: 500, lineHeight: 100, letterSpacing: 0), Dsktp/Mobile/Inter/Button/Regular/14: Font(family: "Inter", style: Regular, size: 14, weight: 400, lineHeight: 100, letterSpacing: 0), Primary/Beginner/40%: #C0D15C, Primary/400/60%: #C0D15C, Stone/60%/500: #F5F1EB, Accent/500: #B8A9C9, Accent/400: #CFC4DB, shadows/md: Effect(type: DROP_SHADOW, color: shadow/md, offset: (shadow/md/layer-2/x, shadow/md/layer-2/y), radius: shadow/md/layer-2/blur, spread: shadow/md/layer-2/spread); Effect(type: DROP_SHADOW, color: shadow/md, offset: (shadow/md/layer-1/x, shadow/md/layer-1/y), radius: shadow/md/layer-1/blur, spread: shadow/md/layer-1/spread), Accent/600: #8D7EA3, Accent/300: #E5DFEC, shadows/xs: Effect(type: DROP_SHADOW, color: shadow/xs, offset: (shadow/xs/layer-1/x, shadow/xs/layer-1/y), radius: shadow/xs/layer-1/blur, spread: shadow/xs/layer-1/spread), Primary/500: #C5D24D, Accent/700: #6B5A7D.
|
|
865
|
+
Component descriptions: The following components have usage descriptions or documentation links defined in Figma. These descriptions provide important context about the intended usage, best practices, and any constraints for each component. Follow these guidelines when implementing or using these components.
|
|
866
|
+
|
|
867
|
+
## Lucide Icons / layout-dashboard
|
|
868
|
+
**Node ID:** 38:217
|
|
869
|
+
|
|
870
|
+
**Documentation:**
|
|
871
|
+
- [https://lucide.dev/icons/](https://lucide.dev/icons/)
|
|
872
|
+
|
|
873
|
+
## Lucide Icons / book-open-text
|
|
874
|
+
**Node ID:** 38:256
|
|
875
|
+
|
|
876
|
+
**Documentation:**
|
|
877
|
+
- [https://lucide.dev/icons/](https://lucide.dev/icons/)
|
|
878
|
+
|
|
879
|
+
## Lucide Icons / message-square
|
|
880
|
+
**Node ID:** 38:30
|
|
881
|
+
|
|
882
|
+
**Documentation:**
|
|
883
|
+
- [https://lucide.dev/icons/](https://lucide.dev/icons/)
|
|
884
|
+
|
|
885
|
+
## Lucide Icons / hand-helping
|
|
886
|
+
**Node ID:** 38:26
|
|
887
|
+
|
|
888
|
+
**Documentation:**
|
|
889
|
+
- [https://lucide.dev/icons/](https://lucide.dev/icons/)
|
|
890
|
+
|
|
891
|
+
## Lucide Icons / user-round
|
|
892
|
+
**Node ID:** 38:28
|
|
893
|
+
|
|
894
|
+
**Documentation:**
|
|
895
|
+
- [https://lucide.dev/icons/](https://lucide.dev/icons/)
|
|
896
|
+
|
|
897
|
+
## Lucide Icons / stretch-vertical
|
|
898
|
+
**Node ID:** 38:289
|
|
899
|
+
|
|
900
|
+
**Documentation:**
|
|
901
|
+
- [https://lucide.dev/icons/](https://lucide.dev/icons/)
|
|
902
|
+
|
|
903
|
+
## Lucide Icons / arrow-right
|
|
904
|
+
**Node ID:** 38:375
|
|
905
|
+
|
|
906
|
+
**Documentation:**
|
|
907
|
+
- [https://lucide.dev/icons/](https://lucide.dev/icons/)
|
|
908
|
+
|
|
909
|
+
## Discourse Accordion Item (Info Panel)
|
|
910
|
+
**Node ID:** 38:8134
|
|
911
|
+
|
|
912
|
+
**Documentation:**
|
|
913
|
+
- [https://ui.shadcn.com/docs/components/accordion](https://ui.shadcn.com/docs/components/accordion)
|
|
914
|
+
|
|
915
|
+
## Lucide Icons / chevron-down
|
|
916
|
+
**Node ID:** 38:610
|
|
917
|
+
|
|
918
|
+
**Documentation:**
|
|
919
|
+
- [https://lucide.dev/icons/](https://lucide.dev/icons/)
|
|
920
|
+
|
|
921
|
+
## Badge
|
|
922
|
+
**Node ID:** 38:668
|
|
923
|
+
|
|
924
|
+
**Documentation:**
|
|
925
|
+
- [https://ui.shadcn.com/docs/components/badge](https://ui.shadcn.com/docs/components/badge)
|
|
926
|
+
|
|
927
|
+
## Discourse Accordion Item ( Audio Output Panel)
|
|
928
|
+
**Node ID:** 38:8146
|
|
929
|
+
|
|
930
|
+
**Documentation:**
|
|
931
|
+
- [https://ui.shadcn.com/docs/components/accordion](https://ui.shadcn.com/docs/components/accordion)
|
|
932
|
+
|
|
933
|
+
## Lucide Icons / stretch-horizontal
|
|
934
|
+
**Node ID:** 38:348
|
|
935
|
+
|
|
936
|
+
**Documentation:**
|
|
937
|
+
- [https://lucide.dev/icons/](https://lucide.dev/icons/)
|
|
938
|
+
|
|
939
|
+
## Discourse Accordion Item ( EQ & Slider container
|
|
940
|
+
**Node ID:** 38:8158
|
|
941
|
+
|
|
942
|
+
**Documentation:**
|
|
943
|
+
- [https://ui.shadcn.com/docs/components/accordion](https://ui.shadcn.com/docs/components/accordion)
|
|
944
|
+
|
|
945
|
+
## Discourse Accordion Item ( A/V Record )
|
|
946
|
+
**Node ID:** 38:8170
|
|
947
|
+
|
|
948
|
+
**Documentation:**
|
|
949
|
+
- [https://ui.shadcn.com/docs/components/accordion](https://ui.shadcn.com/docs/components/accordion)
|
|
950
|
+
|
|
951
|
+
## Radio Group
|
|
952
|
+
**Node ID:** 38:929
|
|
953
|
+
|
|
954
|
+
**Documentation:**
|
|
955
|
+
- [https://ui.shadcn.com/docs/components/radio-group](https://ui.shadcn.com/docs/components/radio-group)
|
|
956
|
+
|
|
957
|
+
## .Radio Group Item
|
|
958
|
+
**Node ID:** 38:806
|
|
959
|
+
|
|
960
|
+
**Documentation:**
|
|
961
|
+
- [https://ui.shadcn.com/docs/components/radio-group](https://ui.shadcn.com/docs/components/radio-group)
|
|
962
|
+
|
|
963
|
+
## .Radio Group Radio Toggle
|
|
964
|
+
**Node ID:** 38:778
|
|
965
|
+
|
|
966
|
+
**Documentation:**
|
|
967
|
+
- [https://ui.shadcn.com/docs/components/radio-group](https://ui.shadcn.com/docs/components/radio-group)
|
|
968
|
+
|
|
969
|
+
## Discourse Accordion Item ( Show Timer )
|
|
970
|
+
**Node ID:** 38:8182
|
|
971
|
+
|
|
972
|
+
**Documentation:**
|
|
973
|
+
- [https://ui.shadcn.com/docs/components/accordion](https://ui.shadcn.com/docs/components/accordion)
|
|
974
|
+
|
|
975
|
+
## Discourse Accordion Item ( Hide Interview )
|
|
976
|
+
**Node ID:** 38:8195
|
|
977
|
+
|
|
978
|
+
**Documentation:**
|
|
979
|
+
- [https://ui.shadcn.com/docs/components/accordion](https://ui.shadcn.com/docs/components/accordion)
|
|
980
|
+
Image assets are stored on a localhost server. Clients can use these images directly in code as a way to view the image assets the same way they would other remote servers. Images and SVGs will be stored as constants, e.g. const image = 'http://localhost:3845/assets/10c13ac1a228a365cb98a0064b1d5afbc84887b2.png' These constants will be used in the code as the source for the image, e.g. <img src={image} /> This is true for both images and SVGs, so you can use the same approach for both types of assets.
|
|
981
|
+
IMPORTANT: After you call this tool, you MUST call get_screenshot to get a screenshot of the node for context.
|
|
982
|
+
```
|