wicked-studio 0.4.3 → 0.4.5
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/assets/index-BjM4ynD1.js +533 -0
- package/dist/assets/index-CwXkX3jQ.css +32 -0
- package/dist/index.html +2 -2
- package/dist/testid-inventory.json +281 -21
- package/package.json +1 -1
- package/dist/assets/index-BAW9rqNT.css +0 -32
- package/dist/assets/index-UahdRwF7.js +0 -532
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Copyright (c) 2014 The xterm.js authors. All rights reserved.
|
|
3
|
+
* Copyright (c) 2012-2013, Christopher Jeffrey (MIT License)
|
|
4
|
+
* https://github.com/chjj/term.js
|
|
5
|
+
* @license MIT
|
|
6
|
+
*
|
|
7
|
+
* Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
8
|
+
* of this software and associated documentation files (the "Software"), to deal
|
|
9
|
+
* in the Software without restriction, including without limitation the rights
|
|
10
|
+
* to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
11
|
+
* copies of the Software, and to permit persons to whom the Software is
|
|
12
|
+
* furnished to do so, subject to the following conditions:
|
|
13
|
+
*
|
|
14
|
+
* The above copyright notice and this permission notice shall be included in
|
|
15
|
+
* all copies or substantial portions of the Software.
|
|
16
|
+
*
|
|
17
|
+
* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
18
|
+
* IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
19
|
+
* FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
20
|
+
* AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
21
|
+
* LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
22
|
+
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
23
|
+
* THE SOFTWARE.
|
|
24
|
+
*
|
|
25
|
+
* Originally forked from (with the author's permission):
|
|
26
|
+
* Fabrice Bellard's javascript vt100 for jslinux:
|
|
27
|
+
* http://bellard.org/jslinux/
|
|
28
|
+
* Copyright (c) 2011 Fabrice Bellard
|
|
29
|
+
* The original design remains. The terminal itself
|
|
30
|
+
* has been extended to include xterm CSI codes, among
|
|
31
|
+
* other features.
|
|
32
|
+
*/.xterm{cursor:text;position:relative;-moz-user-select:none;user-select:none;-ms-user-select:none;-webkit-user-select:none}.xterm.focus,.xterm:focus{outline:none}.xterm .xterm-helpers{position:absolute;top:0;z-index:5}.xterm .xterm-helper-textarea{padding:0;border:0;margin:0;position:absolute;opacity:0;left:-9999em;top:0;width:0;height:0;z-index:-5;white-space:nowrap;overflow:hidden;resize:none}.xterm .composition-view{background:#000;color:#fff;display:none;position:absolute;white-space:nowrap;z-index:1}.xterm .composition-view.active{display:block}.xterm .xterm-viewport{background-color:#000;overflow-y:scroll;cursor:default;position:absolute;right:0;left:0;top:0;bottom:0}.xterm .xterm-screen{position:relative}.xterm .xterm-screen canvas{position:absolute;left:0;top:0}.xterm .xterm-scroll-area{visibility:hidden}.xterm-char-measure-element{display:inline-block;visibility:hidden;position:absolute;top:0;left:-9999em;line-height:normal}.xterm.enable-mouse-events{cursor:default}.xterm.xterm-cursor-pointer,.xterm .xterm-cursor-pointer{cursor:pointer}.xterm.column-select.focus{cursor:crosshair}.xterm .xterm-accessibility:not(.debug),.xterm .xterm-message{position:absolute;left:0;top:0;bottom:0;right:0;z-index:10;color:transparent;pointer-events:none}.xterm .xterm-accessibility-tree:not(.debug) *::-moz-selection{color:transparent}.xterm .xterm-accessibility-tree:not(.debug) *::selection{color:transparent}.xterm .xterm-accessibility-tree{-webkit-user-select:text;-moz-user-select:text;user-select:text;white-space:pre}.xterm .live-region{position:absolute;left:-9999px;width:1px;height:1px;overflow:hidden}.xterm-dim{opacity:1!important}.xterm-underline-1{text-decoration:underline}.xterm-underline-2{-webkit-text-decoration:double underline;text-decoration:double underline}.xterm-underline-3{-webkit-text-decoration:wavy underline;text-decoration:wavy underline}.xterm-underline-4{-webkit-text-decoration:dotted underline;text-decoration:dotted underline}.xterm-underline-5{-webkit-text-decoration:dashed underline;text-decoration:dashed underline}.xterm-overline{text-decoration:overline}.xterm-overline.xterm-underline-1{text-decoration:overline underline}.xterm-overline.xterm-underline-2{-webkit-text-decoration:overline double underline;text-decoration:overline double underline}.xterm-overline.xterm-underline-3{-webkit-text-decoration:overline wavy underline;text-decoration:overline wavy underline}.xterm-overline.xterm-underline-4{-webkit-text-decoration:overline dotted underline;text-decoration:overline dotted underline}.xterm-overline.xterm-underline-5{-webkit-text-decoration:overline dashed underline;text-decoration:overline dashed underline}.xterm-strikethrough{text-decoration:line-through}.xterm-screen .xterm-decoration-container .xterm-decoration{z-index:6;position:absolute}.xterm-screen .xterm-decoration-container .xterm-decoration.xterm-decoration-top-layer{z-index:7}.xterm-decoration-overview-ruler{z-index:8;position:absolute;top:0;right:0;pointer-events:none}.xterm-decoration-top{z-index:2;position:relative}:root{--_surface-0: #09090f;--_surface-1: #11111a;--_surface-2: #1a1a26;--_surface-3: #242433;--_surface-4: #2e2e40;--surface-base: var(--_surface-0);--surface-rail: var(--_surface-1);--surface-card: var(--_surface-2);--surface-raised: var(--_surface-3);--surface-overlay: var(--_surface-4);--_ink-a35: rgba(255, 255, 255, .35);--_ink-a55: rgba(255, 255, 255, .55);--_ink-a80: rgba(255, 255, 255, .8);--_ink-100: #ffffff;--ink-dim: var(--_ink-a35);--ink-muted: var(--_ink-a55);--ink-body: var(--_ink-a80);--ink-high: var(--_ink-100);--_accent-h: 258;--_accent-s: 72%;--_accent-l: 62%;--accent: hsl(var(--_accent-h) var(--_accent-s) var(--_accent-l));--accent-dim: hsl(var(--_accent-h) var(--_accent-s) calc(var(--_accent-l) - 18%));--accent-subtle: hsl(var(--_accent-h) calc(var(--_accent-s) * .35) calc(var(--_accent-l) - 30%));--accent-fg: var(--ink-high);--_sg-h: 45;--_sf-h: 4;--_sr-h: 148;--status-gate: hsl(var(--_sg-h) 90% 68%);--status-gate-dim: hsl(var(--_sg-h) 55% 22%);--status-fail: hsl(var(--_sf-h) 88% 62%);--status-fail-dim: hsl(var(--_sf-h) 45% 18%);--status-run: hsl(var(--_sr-h) 58% 58%);--status-run-dim: hsl(var(--_sr-h) 38% 16%);--status-done: var(--_ink-a35);--status-done-dim: transparent;--space-1: 4px;--space-2: 8px;--space-3: 12px;--space-4: 16px;--space-5: 20px;--space-6: 24px;--space-8: 32px;--space-10: 40px;--space-12: 48px;--space-16: 64px;--font-sans: "Inter", system-ui, -apple-system, sans-serif;--font-mono: "JetBrains Mono", "Fira Code", ui-monospace, monospace;--text-2xs: 10px;--text-xs: 11px;--text-sm: 13px;--text-md: 15px;--text-lg: 18px;--text-xl: 22px;--text-2xl: 28px;--weight-normal: 400;--weight-medium: 500;--weight-semi: 600;--weight-bold: 700;--leading-tight: 1.2;--leading-body: 1.5;--leading-loose: 1.75;--radius-sm: 4px;--radius-md: 8px;--radius-lg: 12px;--radius-xl: 16px;--radius-full: 9999px;--shadow-card: 0 1px 3px rgba(0,0,0,.5), 0 0 0 1px rgba(255,255,255,.05);--shadow-raised: 0 4px 12px rgba(0,0,0,.6), 0 0 0 1px rgba(255,255,255,.08);--shadow-overlay: 0 8px 24px rgba(0,0,0,.7), 0 0 0 1px rgba(255,255,255,.1);--scrim: rgba(0, 0, 0, .6);--ease-out: cubic-bezier(.16, 1, .3, 1);--ease-spring: cubic-bezier(.34, 1.56, .64, 1);--ease-in-out: cubic-bezier(.4, 0, .2, 1);--dur-instant: 80ms;--dur-fast: .12s;--dur-base: .22s;--dur-slow: .3s;--dur-slower: .38s}[data-theme=light]{--_surface-0: #f4f4f8;--_surface-1: #eeeef4;--_surface-2: #e5e5ef;--_surface-3: #d8d8e8;--_surface-4: #ccccdc;--_ink-a35: rgba(0, 0, 0, .3);--_ink-a55: rgba(0, 0, 0, .52);--_ink-a80: rgba(0, 0, 0, .78);--_ink-100: #080810;--status-gate-dim: hsl(var(--_sg-h) 80% 88%);--status-fail-dim: hsl(var(--_sf-h) 75% 91%);--status-run-dim: hsl(var(--_sr-h) 55% 88%)}*,:before,:after{--tw-border-spacing-x: 0;--tw-border-spacing-y: 0;--tw-translate-x: 0;--tw-translate-y: 0;--tw-rotate: 0;--tw-skew-x: 0;--tw-skew-y: 0;--tw-scale-x: 1;--tw-scale-y: 1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness: proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width: 0px;--tw-ring-offset-color: #fff;--tw-ring-color: rgb(59 130 246 / .5);--tw-ring-offset-shadow: 0 0 #0000;--tw-ring-shadow: 0 0 #0000;--tw-shadow: 0 0 #0000;--tw-shadow-colored: 0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }::backdrop{--tw-border-spacing-x: 0;--tw-border-spacing-y: 0;--tw-translate-x: 0;--tw-translate-y: 0;--tw-rotate: 0;--tw-skew-x: 0;--tw-skew-y: 0;--tw-scale-x: 1;--tw-scale-y: 1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness: proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width: 0px;--tw-ring-offset-color: #fff;--tw-ring-color: rgb(59 130 246 / .5);--tw-ring-offset-shadow: 0 0 #0000;--tw-ring-shadow: 0 0 #0000;--tw-shadow: 0 0 #0000;--tw-shadow-colored: 0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }*,:before,:after{box-sizing:border-box;border-width:0;border-style:solid;border-color:#e5e7eb}:before,:after{--tw-content: ""}html,:host{line-height:1.5;-webkit-text-size-adjust:100%;-moz-tab-size:4;-o-tab-size:4;tab-size:4;font-family:ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji";font-feature-settings:normal;font-variation-settings:normal;-webkit-tap-highlight-color:transparent}body{margin:0;line-height:inherit}hr{height:0;color:inherit;border-top-width:1px}abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,samp,pre{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-feature-settings:normal;font-variation-settings:normal;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}button,input,optgroup,select,textarea{font-family:inherit;font-feature-settings:inherit;font-variation-settings:inherit;font-size:100%;font-weight:inherit;line-height:inherit;letter-spacing:inherit;color:inherit;margin:0;padding:0}button,select{text-transform:none}button,input:where([type=button]),input:where([type=reset]),input:where([type=submit]){-webkit-appearance:button;background-color:transparent;background-image:none}:-moz-focusring{outline:auto}:-moz-ui-invalid{box-shadow:none}progress{vertical-align:baseline}::-webkit-inner-spin-button,::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}summary{display:list-item}blockquote,dl,dd,h1,h2,h3,h4,h5,h6,hr,figure,p,pre{margin:0}fieldset{margin:0;padding:0}legend{padding:0}ol,ul,menu{list-style:none;margin:0;padding:0}dialog{padding:0}textarea{resize:vertical}input::-moz-placeholder,textarea::-moz-placeholder{opacity:1;color:#9ca3af}input::placeholder,textarea::placeholder{opacity:1;color:#9ca3af}button,[role=button]{cursor:pointer}:disabled{cursor:default}img,svg,video,canvas,audio,iframe,embed,object{display:block;vertical-align:middle}img,video{max-width:100%;height:auto}[hidden]:where(:not([hidden=until-found])){display:none}.container{width:100%}@media(min-width:640px){.container{max-width:640px}}@media(min-width:768px){.container{max-width:768px}}@media(min-width:1024px){.container{max-width:1024px}}@media(min-width:1280px){.container{max-width:1280px}}@media(min-width:1536px){.container{max-width:1536px}}.pointer-events-none{pointer-events:none}.visible{visibility:visible}.invisible{visibility:hidden}.collapse{visibility:collapse}.static{position:static}.fixed{position:fixed}.absolute{position:absolute}.relative{position:relative}.sticky{position:sticky}.inset-0{top:0;right:0;bottom:0;left:0}.inset-y-0{top:0;bottom:0}.-right-0\.5{right:-.125rem}.-top-0\.5{top:-.125rem}.bottom-0{bottom:0}.bottom-full{bottom:100%}.left-0{left:0}.left-8{left:2rem}.right-0{right:0}.right-1{right:.25rem}.right-1\.5{right:.375rem}.right-4{right:1rem}.top-1{top:.25rem}.top-1\.5{top:.375rem}.top-6{top:1.5rem}.top-8{top:2rem}.top-full{top:100%}.z-20{z-index:20}.z-30{z-index:30}.z-40{z-index:40}.z-50{z-index:50}.m-0{margin:0}.m-4{margin:1rem}.mx-8{margin-left:2rem;margin-right:2rem}.mx-auto{margin-left:auto;margin-right:auto}.my-2{margin-top:.5rem;margin-bottom:.5rem}.my-3{margin-top:.75rem;margin-bottom:.75rem}.mb-0\.5{margin-bottom:.125rem}.mb-1{margin-bottom:.25rem}.mb-1\.5{margin-bottom:.375rem}.mb-2{margin-bottom:.5rem}.mb-3{margin-bottom:.75rem}.mb-4{margin-bottom:1rem}.mb-5{margin-bottom:1.25rem}.mb-6{margin-bottom:1.5rem}.mb-8{margin-bottom:2rem}.ml-0\.5{margin-left:.125rem}.ml-1{margin-left:.25rem}.ml-1\.5{margin-left:.375rem}.ml-2{margin-left:.5rem}.ml-auto{margin-left:auto}.mr-1{margin-right:.25rem}.mr-2{margin-right:.5rem}.mt-0\.5{margin-top:.125rem}.mt-1{margin-top:.25rem}.mt-1\.5{margin-top:.375rem}.mt-2{margin-top:.5rem}.mt-2\.5{margin-top:.625rem}.mt-3{margin-top:.75rem}.mt-4{margin-top:1rem}.mt-5{margin-top:1.25rem}.mt-8{margin-top:2rem}.mt-auto{margin-top:auto}.line-clamp-2{overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2}.block{display:block}.inline-block{display:inline-block}.\!inline{display:inline!important}.inline{display:inline}.flex{display:flex}.inline-flex{display:inline-flex}.table{display:table}.grid{display:grid}.contents{display:contents}.\!hidden{display:none!important}.hidden{display:none}.h-1{height:.25rem}.h-1\.5{height:.375rem}.h-2{height:.5rem}.h-2\.5{height:.625rem}.h-3{height:.75rem}.h-3\.5{height:.875rem}.h-4{height:1rem}.h-5{height:1.25rem}.h-56{height:14rem}.h-6{height:1.5rem}.h-64{height:16rem}.h-7{height:1.75rem}.h-8{height:2rem}.h-9{height:2.25rem}.h-\[80vh\]{height:80vh}.h-\[92vh\]{height:92vh}.h-full{height:100%}.h-px{height:1px}.h-screen{height:100vh}.max-h-36{max-height:9rem}.max-h-48{max-height:12rem}.max-h-64{max-height:16rem}.max-h-96{max-height:24rem}.max-h-\[28rem\]{max-height:28rem}.max-h-\[60vh\]{max-height:60vh}.max-h-\[86vh\]{max-height:86vh}.min-h-0{min-height:0px}.min-h-\[3\.5rem\]{min-height:3.5rem}.min-h-\[3rem\]{min-height:3rem}.min-h-\[4rem\]{min-height:4rem}.w-1{width:.25rem}.w-1\.5{width:.375rem}.w-10{width:2.5rem}.w-12{width:3rem}.w-14{width:3.5rem}.w-16{width:4rem}.w-2{width:.5rem}.w-2\.5{width:.625rem}.w-20{width:5rem}.w-24{width:6rem}.w-28{width:7rem}.w-3{width:.75rem}.w-3\.5{width:.875rem}.w-40{width:10rem}.w-48{width:12rem}.w-5{width:1.25rem}.w-52{width:13rem}.w-56{width:14rem}.w-6{width:1.5rem}.w-60{width:15rem}.w-64{width:16rem}.w-7{width:1.75rem}.w-72{width:18rem}.w-8{width:2rem}.w-9{width:2.25rem}.w-\[26rem\]{width:26rem}.w-\[280px\]{width:280px}.w-\[28rem\]{width:28rem}.w-\[34rem\]{width:34rem}.w-\[380px\]{width:380px}.w-\[420px\]{width:420px}.w-\[90vw\]{width:90vw}.w-\[92vw\]{width:92vw}.w-full{width:100%}.w-px{width:1px}.min-w-0{min-width:0px}.min-w-64{min-width:16rem}.min-w-\[10rem\]{min-width:10rem}.min-w-\[3\.5rem\]{min-width:3.5rem}.min-w-\[60px\]{min-width:60px}.min-w-\[8rem\]{min-width:8rem}.min-w-max{min-width:-moz-max-content;min-width:max-content}.max-w-2xl{max-width:42rem}.max-w-3xl{max-width:48rem}.max-w-5xl{max-width:64rem}.max-w-\[14rem\]{max-width:14rem}.max-w-\[70\%\]{max-width:70%}.max-w-\[72\%\]{max-width:72%}.max-w-\[80\%\]{max-width:80%}.max-w-\[80px\]{max-width:80px}.max-w-\[85\%\]{max-width:85%}.max-w-\[90\%\]{max-width:90%}.max-w-\[92vw\]{max-width:92vw}.max-w-full{max-width:100%}.max-w-md{max-width:28rem}.max-w-sm{max-width:24rem}.max-w-xl{max-width:36rem}.max-w-xs{max-width:20rem}.flex-1{flex:1 1 0%}.shrink-0{flex-shrink:0}.grow{flex-grow:1}.border-collapse{border-collapse:collapse}.transform{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}@keyframes pulse{50%{opacity:.5}}.animate-pulse{animation:pulse 2s cubic-bezier(.4,0,.6,1) infinite}.cursor-grab{cursor:grab}.cursor-pointer{cursor:pointer}.select-none{-webkit-user-select:none;-moz-user-select:none;user-select:none}.resize-none{resize:none}.resize-y{resize:vertical}.resize{resize:both}.list-inside{list-style-position:inside}.list-decimal{list-style-type:decimal}.list-disc{list-style-type:disc}.list-none{list-style-type:none}.appearance-none{-webkit-appearance:none;-moz-appearance:none;appearance:none}.grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))}.grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}.flex-col{flex-direction:column}.flex-wrap{flex-wrap:wrap}.items-start{align-items:flex-start}.items-end{align-items:flex-end}.items-center{align-items:center}.items-baseline{align-items:baseline}.items-stretch{align-items:stretch}.justify-end{justify-content:flex-end}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.gap-0\.5{gap:.125rem}.gap-1{gap:.25rem}.gap-1\.5{gap:.375rem}.gap-2{gap:.5rem}.gap-2\.5{gap:.625rem}.gap-3{gap:.75rem}.gap-4{gap:1rem}.gap-5{gap:1.25rem}.gap-6{gap:1.5rem}.gap-x-1\.5{-moz-column-gap:.375rem;column-gap:.375rem}.gap-x-4{-moz-column-gap:1rem;column-gap:1rem}.gap-x-8{-moz-column-gap:2rem;column-gap:2rem}.gap-y-0\.5{row-gap:.125rem}.gap-y-1\.5{row-gap:.375rem}.gap-y-4{row-gap:1rem}.space-y-0\.5>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(.125rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.125rem * var(--tw-space-y-reverse))}.space-y-1>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(.25rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.25rem * var(--tw-space-y-reverse))}.divide-y>:not([hidden])~:not([hidden]){--tw-divide-y-reverse: 0;border-top-width:calc(1px * calc(1 - var(--tw-divide-y-reverse)));border-bottom-width:calc(1px * var(--tw-divide-y-reverse))}.self-start{align-self:flex-start}.self-end{align-self:flex-end}.overflow-auto{overflow:auto}.overflow-hidden{overflow:hidden}.overflow-x-auto{overflow-x:auto}.overflow-y-auto{overflow-y:auto}.truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.whitespace-nowrap{white-space:nowrap}.whitespace-pre{white-space:pre}.whitespace-pre-wrap{white-space:pre-wrap}.text-wrap{text-wrap:wrap}.break-words{overflow-wrap:break-word}.break-all{word-break:break-all}.rounded{border-radius:.25rem}.rounded-2xl{border-radius:1rem}.rounded-full{border-radius:9999px}.rounded-lg{border-radius:.5rem}.rounded-md{border-radius:.375rem}.rounded-xl{border-radius:.75rem}.rounded-t{border-top-left-radius:.25rem;border-top-right-radius:.25rem}.border{border-width:1px}.border-0{border-width:0px}.border-b{border-bottom-width:1px}.border-l{border-left-width:1px}.border-t{border-top-width:1px}.bg-surface-base{background-color:var(--surface-base)}.bg-surface-raised{background-color:var(--surface-raised)}.bg-transparent{background-color:transparent}.p-0{padding:0}.p-0\.5{padding:.125rem}.p-1{padding:.25rem}.p-1\.5{padding:.375rem}.p-10{padding:2.5rem}.p-2{padding:.5rem}.p-2\.5{padding:.625rem}.p-3{padding:.75rem}.p-3\.5{padding:.875rem}.p-4{padding:1rem}.p-5{padding:1.25rem}.p-6{padding:1.5rem}.p-8{padding:2rem}.px-1{padding-left:.25rem;padding-right:.25rem}.px-1\.5{padding-left:.375rem;padding-right:.375rem}.px-2{padding-left:.5rem;padding-right:.5rem}.px-2\.5{padding-left:.625rem;padding-right:.625rem}.px-3{padding-left:.75rem;padding-right:.75rem}.px-3\.5{padding-left:.875rem;padding-right:.875rem}.px-4{padding-left:1rem;padding-right:1rem}.px-5{padding-left:1.25rem;padding-right:1.25rem}.px-6{padding-left:1.5rem;padding-right:1.5rem}.px-8{padding-left:2rem;padding-right:2rem}.py-0\.5{padding-top:.125rem;padding-bottom:.125rem}.py-1{padding-top:.25rem;padding-bottom:.25rem}.py-1\.5{padding-top:.375rem;padding-bottom:.375rem}.py-2{padding-top:.5rem;padding-bottom:.5rem}.py-2\.5{padding-top:.625rem;padding-bottom:.625rem}.py-24{padding-top:6rem;padding-bottom:6rem}.py-3{padding-top:.75rem;padding-bottom:.75rem}.py-3\.5{padding-top:.875rem;padding-bottom:.875rem}.py-4{padding-top:1rem;padding-bottom:1rem}.py-6{padding-top:1.5rem;padding-bottom:1.5rem}.py-px{padding-top:1px;padding-bottom:1px}.pb-0\.5{padding-bottom:.125rem}.pb-1{padding-bottom:.25rem}.pb-1\.5{padding-bottom:.375rem}.pb-10{padding-bottom:2.5rem}.pb-2{padding-bottom:.5rem}.pb-3{padding-bottom:.75rem}.pb-4{padding-bottom:1rem}.pb-8{padding-bottom:2rem}.pl-0{padding-left:0}.pl-1{padding-left:.25rem}.pl-3{padding-left:.75rem}.pl-5{padding-left:1.25rem}.pl-8{padding-left:2rem}.pr-1{padding-right:.25rem}.pr-2{padding-right:.5rem}.pr-3{padding-right:.75rem}.pr-4{padding-right:1rem}.pr-5{padding-right:1.25rem}.pt-0\.5{padding-top:.125rem}.pt-1{padding-top:.25rem}.pt-1\.5{padding-top:.375rem}.pt-2{padding-top:.5rem}.pt-3{padding-top:.75rem}.pt-4{padding-top:1rem}.pt-6{padding-top:1.5rem}.pt-8{padding-top:2rem}.text-left{text-align:left}.text-center{text-align:center}.text-right{text-align:right}.align-top{vertical-align:top}.font-mono{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace}.text-2xl{font-size:1.5rem;line-height:2rem}.text-3xl{font-size:1.875rem;line-height:2.25rem}.text-\[10px\]{font-size:10px}.text-\[11px\]{font-size:11px}.text-\[12\.5px\]{font-size:12.5px}.text-\[12px\]{font-size:12px}.text-\[13px\]{font-size:13px}.text-\[9px\]{font-size:9px}.text-base{font-size:1rem;line-height:1.5rem}.text-lg{font-size:1.125rem;line-height:1.75rem}.text-sm{font-size:.875rem;line-height:1.25rem}.text-xl{font-size:1.25rem;line-height:1.75rem}.text-xs{font-size:.75rem;line-height:1rem}.font-bold{font-weight:700}.font-light{font-weight:300}.font-medium{font-weight:500}.font-semibold{font-weight:600}.uppercase{text-transform:uppercase}.lowercase{text-transform:lowercase}.capitalize{text-transform:capitalize}.italic{font-style:italic}.ordinal{--tw-ordinal: ordinal;font-variant-numeric:var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction)}.tabular-nums{--tw-numeric-spacing: tabular-nums;font-variant-numeric:var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction)}.leading-5{line-height:1.25rem}.leading-6{line-height:1.5rem}.leading-none{line-height:1}.leading-relaxed{line-height:1.625}.leading-snug{line-height:1.375}.leading-tight{line-height:1.25}.tracking-tight{letter-spacing:-.025em}.tracking-wide{letter-spacing:.025em}.tracking-wider{letter-spacing:.05em}.tracking-widest{letter-spacing:.1em}.text-ink-muted{color:var(--ink-muted)}.underline{text-decoration-line:underline}.opacity-0{opacity:0}.opacity-50{opacity:.5}.opacity-60{opacity:.6}.opacity-70{opacity:.7}.shadow{--tw-shadow: 0 1px 3px 0 rgb(0 0 0 / .1), 0 1px 2px -1px rgb(0 0 0 / .1);--tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.shadow-2xl{--tw-shadow: 0 25px 50px -12px rgb(0 0 0 / .25);--tw-shadow-colored: 0 25px 50px -12px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.outline-none{outline:2px solid transparent;outline-offset:2px}.outline{outline-style:solid}.ring{--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow, 0 0 #0000)}.filter{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.transition{transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-all{transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-colors{transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-opacity{transition-property:opacity;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.duration-200{transition-duration:.2s}.ease-in-out{transition-timing-function:cubic-bezier(.4,0,.2,1)}.ease-out{transition-timing-function:cubic-bezier(0,0,.2,1)}html,body,#root{background:var(--surface-base);color:var(--ink-body);height:100%;font-family:var(--font-sans);-webkit-font-smoothing:antialiased}code,pre,.font-mono{font-family:var(--font-mono)}@keyframes wk-live-pulse{0%,to{opacity:.5}50%{opacity:1}}.wk-live-edge{position:absolute;left:0;top:0;bottom:0;width:2px;background:var(--status-run);box-shadow:0 0 8px var(--status-run-dim);animation:wk-live-pulse 2s ease-in-out infinite;pointer-events:none}.wk-live-edge--static{animation:none;opacity:1;width:3px}@media(prefers-reduced-motion:reduce){.wk-live-edge{animation:none;opacity:1;width:3px}}.wk-live-edge--gate{width:3px;background:var(--status-gate);box-shadow:0 0 10px var(--status-gate-dim);animation:none;opacity:1}.wk-live-edge--pill{left:3px;top:4px;bottom:4px;width:2px;border-radius:1px;box-shadow:none}@keyframes wk-palette-in{0%{opacity:0;transform:translateY(4px)}to{opacity:1;transform:none}}.wk-palette-in{animation:wk-palette-in var(--dur-fast) var(--ease-out)}@media(prefers-reduced-motion:reduce){.wk-palette-in{animation:none}}@keyframes wk-sheet-in{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:none}}.wk-sheet-in{animation:wk-sheet-in var(--dur-fast) var(--ease-out)}@media(prefers-reduced-motion:reduce){.wk-sheet-in{animation:none}}@keyframes wk-feed-in{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:none}}.wk-feed-line{animation:wk-feed-in var(--dur-fast) var(--ease-out)}.wk-feed-block{animation:wk-feed-in var(--dur-base) var(--ease-out)}@media(prefers-reduced-motion:reduce){.wk-feed-line,.wk-feed-block{animation:none}}.wk-fade-in{animation:wk-feed-in var(--dur-fast) var(--ease-out)}.wk-disclose{animation:wk-feed-in var(--dur-base) var(--ease-out)}.wk-composer:focus,.wk-composer:focus-within{outline:none;box-shadow:0 0 0 2px var(--accent-dim)}.wk-chip-x{color:var(--ink-dim)}.wk-chip-x:hover{color:var(--ink-high)}@keyframes wk-anchor-flash{0%{background-color:var(--accent-subtle)}to{background-color:transparent}}.wk-anchor-flash{animation:wk-anchor-flash 1s var(--ease-out)}@media(prefers-reduced-motion:reduce){.wk-fade-in,.wk-disclose,.wk-anchor-flash{animation:none}}.wk-river-gate-waiting{animation:wk-live-pulse 2s ease-in-out infinite}@media(prefers-reduced-motion:reduce){.wk-river-gate-waiting{animation:none;opacity:1}}.wk-reject-note::-moz-placeholder{color:var(--ink-dim)}.wk-reject-note::placeholder{color:var(--ink-dim)}.wk-annotate::-moz-placeholder{color:var(--ink-muted)}.wk-annotate::placeholder{color:var(--ink-muted)}.wk-switcher-row:focus-visible{outline:2px solid var(--accent);outline-offset:-2px}.wk-feed-link{color:var(--ink-body);text-decoration:none;display:block}.wk-feed-link:hover{color:var(--ink-high)}.wk-feed-link:after{content:"↗";opacity:0;transition:opacity var(--dur-instant) var(--ease-out);margin-left:4px}.wk-feed-link:hover:after{opacity:1}.skip-link{position:fixed;top:-100px;left:12px;z-index:100;padding:6px 12px;border-radius:var(--radius-md);background:var(--accent);color:var(--accent-fg);font-size:12px;font-weight:600;text-decoration:none;transition:top .1s ease-out}.skip-link:focus{top:12px;outline:2px solid var(--accent-dim);outline-offset:2px}.last\:mb-0:last-child{margin-bottom:0}.last\:border-0:last-child{border-width:0px}.last\:border-b-0:last-child{border-bottom-width:0px}.hover\:bg-\[var\(--surface-raised\)\]:hover{background-color:var(--surface-raised)}.hover\:bg-surface-card:hover{background-color:var(--surface-card)}.hover\:bg-surface-raised:hover{background-color:var(--surface-raised)}.hover\:text-ink-body:hover{color:var(--ink-body)}.hover\:underline:hover{text-decoration-line:underline}.hover\:opacity-100:hover{opacity:1}.hover\:opacity-70:hover{opacity:.7}.hover\:opacity-80:hover{opacity:.8}.hover\:opacity-90:hover{opacity:.9}.focus\:opacity-100:focus{opacity:1}.focus\:outline-none:focus{outline:2px solid transparent;outline-offset:2px}.focus-visible\:bg-surface-card:focus-visible{background-color:var(--surface-card)}.focus-visible\:bg-surface-raised:focus-visible{background-color:var(--surface-raised)}.focus-visible\:text-ink-body:focus-visible{color:var(--ink-body)}.focus-visible\:outline-none:focus-visible{outline:2px solid transparent;outline-offset:2px}.focus-visible\:outline:focus-visible{outline-style:solid}.focus-visible\:outline-2:focus-visible{outline-width:2px}.focus-visible\:outline-accent:focus-visible{outline-color:var(--accent)}.focus-visible\:ring-1:focus-visible{--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow, 0 0 #0000)}.focus-visible\:ring-accent-dim:focus-visible{--tw-ring-color: var(--accent-dim)}.active\:cursor-grabbing:active{cursor:grabbing}.disabled\:cursor-default:disabled{cursor:default}.disabled\:cursor-not-allowed:disabled{cursor:not-allowed}.disabled\:opacity-30:disabled{opacity:.3}.disabled\:opacity-40:disabled{opacity:.4}.disabled\:opacity-50:disabled{opacity:.5}.group:hover .group-hover\:opacity-100{opacity:1}@media(min-width:640px){.sm\:grid-cols-5{grid-template-columns:repeat(5,minmax(0,1fr))}}@media(min-width:768px){.md\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(min-width:1024px){.lg\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}}
|
package/dist/index.html
CHANGED
|
@@ -9,8 +9,8 @@
|
|
|
9
9
|
<!-- The two faces of DES-VISION-001 §2.8: Inter (the --font-sans token names it;
|
|
10
10
|
the legacy Archivo load was reconciled away in slice 3) + JetBrains Mono. -->
|
|
11
11
|
<link href="https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=JetBrains+Mono:ital,wght@0,100..800;1,100..800&display=swap" rel="stylesheet" />
|
|
12
|
-
<script type="module" crossorigin src="/assets/index-
|
|
13
|
-
<link rel="stylesheet" crossorigin href="/assets/index-
|
|
12
|
+
<script type="module" crossorigin src="/assets/index-BjM4ynD1.js"></script>
|
|
13
|
+
<link rel="stylesheet" crossorigin href="/assets/index-CwXkX3jQ.css">
|
|
14
14
|
</head>
|
|
15
15
|
<body>
|
|
16
16
|
<div id="root"></div>
|
|
@@ -8,13 +8,13 @@
|
|
|
8
8
|
"Entry kinds: `static` values appear verbatim in the DOM; `dynamic` are template-literal testids with each ${expr} normalised to '*'; `computed` carry the raw JSX expression — dynamic/computed resolve only against a live DOM."
|
|
9
9
|
],
|
|
10
10
|
"version": 1,
|
|
11
|
-
"studioVersion": "0.4.
|
|
11
|
+
"studioVersion": "0.4.5",
|
|
12
12
|
"counts": {
|
|
13
|
-
"files":
|
|
14
|
-
"occurrences":
|
|
15
|
-
"static":
|
|
16
|
-
"dynamic":
|
|
17
|
-
"computed":
|
|
13
|
+
"files": 115,
|
|
14
|
+
"occurrences": 836,
|
|
15
|
+
"static": 717,
|
|
16
|
+
"dynamic": 41,
|
|
17
|
+
"computed": 6
|
|
18
18
|
},
|
|
19
19
|
"static": [
|
|
20
20
|
{
|
|
@@ -169,6 +169,24 @@
|
|
|
169
169
|
"src/components/AppearanceSettings.tsx"
|
|
170
170
|
]
|
|
171
171
|
},
|
|
172
|
+
{
|
|
173
|
+
"testId": "approval-dock",
|
|
174
|
+
"files": [
|
|
175
|
+
"src/components/ApprovalDock.tsx"
|
|
176
|
+
]
|
|
177
|
+
},
|
|
178
|
+
{
|
|
179
|
+
"testId": "artifact-card",
|
|
180
|
+
"files": [
|
|
181
|
+
"src/components/ArtifactCard.tsx"
|
|
182
|
+
]
|
|
183
|
+
},
|
|
184
|
+
{
|
|
185
|
+
"testId": "artifact-open",
|
|
186
|
+
"files": [
|
|
187
|
+
"src/components/ArtifactCard.tsx"
|
|
188
|
+
]
|
|
189
|
+
},
|
|
172
190
|
{
|
|
173
191
|
"testId": "assumption-transform",
|
|
174
192
|
"files": [
|
|
@@ -475,6 +493,12 @@
|
|
|
475
493
|
"src/components/CampaignsPage.tsx"
|
|
476
494
|
]
|
|
477
495
|
},
|
|
496
|
+
{
|
|
497
|
+
"testId": "campaigns-empty-cta",
|
|
498
|
+
"files": [
|
|
499
|
+
"src/components/CampaignsPage.tsx"
|
|
500
|
+
]
|
|
501
|
+
},
|
|
478
502
|
{
|
|
479
503
|
"testId": "campaigns-page",
|
|
480
504
|
"files": [
|
|
@@ -508,13 +532,13 @@
|
|
|
508
532
|
{
|
|
509
533
|
"testId": "chat-cell",
|
|
510
534
|
"files": [
|
|
511
|
-
"src/components/
|
|
535
|
+
"src/components/ChatThread.tsx"
|
|
512
536
|
]
|
|
513
537
|
},
|
|
514
538
|
{
|
|
515
539
|
"testId": "chat-cell-empty",
|
|
516
540
|
"files": [
|
|
517
|
-
"src/components/
|
|
541
|
+
"src/components/ChatThread.tsx"
|
|
518
542
|
]
|
|
519
543
|
},
|
|
520
544
|
{
|
|
@@ -547,6 +571,18 @@
|
|
|
547
571
|
"src/components/GroupChat.tsx"
|
|
548
572
|
]
|
|
549
573
|
},
|
|
574
|
+
{
|
|
575
|
+
"testId": "chat-narration-line",
|
|
576
|
+
"files": [
|
|
577
|
+
"src/components/ChatThread.tsx"
|
|
578
|
+
]
|
|
579
|
+
},
|
|
580
|
+
{
|
|
581
|
+
"testId": "chat-narration-seat",
|
|
582
|
+
"files": [
|
|
583
|
+
"src/components/ChatThread.tsx"
|
|
584
|
+
]
|
|
585
|
+
},
|
|
550
586
|
{
|
|
551
587
|
"testId": "chat-project-row",
|
|
552
588
|
"files": [
|
|
@@ -568,13 +604,13 @@
|
|
|
568
604
|
{
|
|
569
605
|
"testId": "chat-round",
|
|
570
606
|
"files": [
|
|
571
|
-
"src/components/
|
|
607
|
+
"src/components/ChatThread.tsx"
|
|
572
608
|
]
|
|
573
609
|
},
|
|
574
610
|
{
|
|
575
611
|
"testId": "chat-round-grid",
|
|
576
612
|
"files": [
|
|
577
|
-
"src/components/
|
|
613
|
+
"src/components/ChatThread.tsx"
|
|
578
614
|
]
|
|
579
615
|
},
|
|
580
616
|
{
|
|
@@ -601,6 +637,18 @@
|
|
|
601
637
|
"src/components/GroupChat.tsx"
|
|
602
638
|
]
|
|
603
639
|
},
|
|
640
|
+
{
|
|
641
|
+
"testId": "chat-thread",
|
|
642
|
+
"files": [
|
|
643
|
+
"src/components/GroupChat.tsx"
|
|
644
|
+
]
|
|
645
|
+
},
|
|
646
|
+
{
|
|
647
|
+
"testId": "chat-view-toggle",
|
|
648
|
+
"files": [
|
|
649
|
+
"src/components/GroupChat.tsx"
|
|
650
|
+
]
|
|
651
|
+
},
|
|
604
652
|
{
|
|
605
653
|
"testId": "chats-empty",
|
|
606
654
|
"files": [
|
|
@@ -1145,6 +1193,24 @@
|
|
|
1145
1193
|
"src/components/FailureBanner.tsx"
|
|
1146
1194
|
]
|
|
1147
1195
|
},
|
|
1196
|
+
{
|
|
1197
|
+
"testId": "failure-engine-detail",
|
|
1198
|
+
"files": [
|
|
1199
|
+
"src/components/FailureBanner.tsx"
|
|
1200
|
+
]
|
|
1201
|
+
},
|
|
1202
|
+
{
|
|
1203
|
+
"testId": "failure-plain",
|
|
1204
|
+
"files": [
|
|
1205
|
+
"src/components/FailureBanner.tsx"
|
|
1206
|
+
]
|
|
1207
|
+
},
|
|
1208
|
+
{
|
|
1209
|
+
"testId": "failure-rule-link",
|
|
1210
|
+
"files": [
|
|
1211
|
+
"src/components/FailureBanner.tsx"
|
|
1212
|
+
]
|
|
1213
|
+
},
|
|
1148
1214
|
{
|
|
1149
1215
|
"testId": "feed-gate-approaching",
|
|
1150
1216
|
"files": [
|
|
@@ -1283,6 +1349,36 @@
|
|
|
1283
1349
|
"src/components/RightPanel.tsx"
|
|
1284
1350
|
]
|
|
1285
1351
|
},
|
|
1352
|
+
{
|
|
1353
|
+
"testId": "followup-bar",
|
|
1354
|
+
"files": [
|
|
1355
|
+
"src/components/FollowUpComposer.tsx"
|
|
1356
|
+
]
|
|
1357
|
+
},
|
|
1358
|
+
{
|
|
1359
|
+
"testId": "followup-close",
|
|
1360
|
+
"files": [
|
|
1361
|
+
"src/components/FollowUpComposer.tsx"
|
|
1362
|
+
]
|
|
1363
|
+
},
|
|
1364
|
+
{
|
|
1365
|
+
"testId": "followup-composer",
|
|
1366
|
+
"files": [
|
|
1367
|
+
"src/components/FollowUpComposer.tsx"
|
|
1368
|
+
]
|
|
1369
|
+
},
|
|
1370
|
+
{
|
|
1371
|
+
"testId": "followup-label",
|
|
1372
|
+
"files": [
|
|
1373
|
+
"src/components/FollowUpComposer.tsx"
|
|
1374
|
+
]
|
|
1375
|
+
},
|
|
1376
|
+
{
|
|
1377
|
+
"testId": "followup-open",
|
|
1378
|
+
"files": [
|
|
1379
|
+
"src/components/FollowUpComposer.tsx"
|
|
1380
|
+
]
|
|
1381
|
+
},
|
|
1286
1382
|
{
|
|
1287
1383
|
"testId": "gate-approaching",
|
|
1288
1384
|
"files": [
|
|
@@ -1780,14 +1876,14 @@
|
|
|
1780
1876
|
{
|
|
1781
1877
|
"testId": "live-output",
|
|
1782
1878
|
"files": [
|
|
1783
|
-
"src/components/
|
|
1879
|
+
"src/components/LiveNarration.tsx",
|
|
1784
1880
|
"src/components/LiveOutput.tsx"
|
|
1785
1881
|
]
|
|
1786
1882
|
},
|
|
1787
1883
|
{
|
|
1788
1884
|
"testId": "live-output-label",
|
|
1789
1885
|
"files": [
|
|
1790
|
-
"src/components/
|
|
1886
|
+
"src/components/LiveNarration.tsx"
|
|
1791
1887
|
]
|
|
1792
1888
|
},
|
|
1793
1889
|
{
|
|
@@ -1964,6 +2060,12 @@
|
|
|
1964
2060
|
"src/components/ModeSwitcher.tsx"
|
|
1965
2061
|
]
|
|
1966
2062
|
},
|
|
2063
|
+
{
|
|
2064
|
+
"testId": "narration-line",
|
|
2065
|
+
"files": [
|
|
2066
|
+
"src/components/NarratorFeed.tsx"
|
|
2067
|
+
]
|
|
2068
|
+
},
|
|
1967
2069
|
{
|
|
1968
2070
|
"testId": "narrative-band",
|
|
1969
2071
|
"files": [
|
|
@@ -2030,6 +2132,24 @@
|
|
|
2030
2132
|
"src/components/NewProjectModal.tsx"
|
|
2031
2133
|
]
|
|
2032
2134
|
},
|
|
2135
|
+
{
|
|
2136
|
+
"testId": "not-found",
|
|
2137
|
+
"files": [
|
|
2138
|
+
"src/components/NotFoundPage.tsx"
|
|
2139
|
+
]
|
|
2140
|
+
},
|
|
2141
|
+
{
|
|
2142
|
+
"testId": "not-found-link",
|
|
2143
|
+
"files": [
|
|
2144
|
+
"src/components/NotFoundPage.tsx"
|
|
2145
|
+
]
|
|
2146
|
+
},
|
|
2147
|
+
{
|
|
2148
|
+
"testId": "not-found-path",
|
|
2149
|
+
"files": [
|
|
2150
|
+
"src/components/NotFoundPage.tsx"
|
|
2151
|
+
]
|
|
2152
|
+
},
|
|
2033
2153
|
{
|
|
2034
2154
|
"testId": "notif-chime",
|
|
2035
2155
|
"files": [
|
|
@@ -2060,6 +2180,48 @@
|
|
|
2060
2180
|
"src/components/NotificationSettings.tsx"
|
|
2061
2181
|
]
|
|
2062
2182
|
},
|
|
2183
|
+
{
|
|
2184
|
+
"testId": "now-bar",
|
|
2185
|
+
"files": [
|
|
2186
|
+
"src/components/NowBar.tsx"
|
|
2187
|
+
]
|
|
2188
|
+
},
|
|
2189
|
+
{
|
|
2190
|
+
"testId": "now-bar-artifacts",
|
|
2191
|
+
"files": [
|
|
2192
|
+
"src/components/NowBar.tsx"
|
|
2193
|
+
]
|
|
2194
|
+
},
|
|
2195
|
+
{
|
|
2196
|
+
"testId": "now-bar-artifacts-pop",
|
|
2197
|
+
"files": [
|
|
2198
|
+
"src/components/NowBar.tsx"
|
|
2199
|
+
]
|
|
2200
|
+
},
|
|
2201
|
+
{
|
|
2202
|
+
"testId": "now-bar-jump",
|
|
2203
|
+
"files": [
|
|
2204
|
+
"src/components/NowBar.tsx"
|
|
2205
|
+
]
|
|
2206
|
+
},
|
|
2207
|
+
{
|
|
2208
|
+
"testId": "now-bar-narration",
|
|
2209
|
+
"files": [
|
|
2210
|
+
"src/components/NowBar.tsx"
|
|
2211
|
+
]
|
|
2212
|
+
},
|
|
2213
|
+
{
|
|
2214
|
+
"testId": "now-bar-phase",
|
|
2215
|
+
"files": [
|
|
2216
|
+
"src/components/NowBar.tsx"
|
|
2217
|
+
]
|
|
2218
|
+
},
|
|
2219
|
+
{
|
|
2220
|
+
"testId": "now-bar-status",
|
|
2221
|
+
"files": [
|
|
2222
|
+
"src/components/NowBar.tsx"
|
|
2223
|
+
]
|
|
2224
|
+
},
|
|
2063
2225
|
{
|
|
2064
2226
|
"testId": "outcome-unplaced-note",
|
|
2065
2227
|
"files": [
|
|
@@ -2459,6 +2621,12 @@
|
|
|
2459
2621
|
"src/components/LeftSidebar.tsx"
|
|
2460
2622
|
]
|
|
2461
2623
|
},
|
|
2624
|
+
{
|
|
2625
|
+
"testId": "raw-event",
|
|
2626
|
+
"files": [
|
|
2627
|
+
"src/components/NarratorFeed.tsx"
|
|
2628
|
+
]
|
|
2629
|
+
},
|
|
2462
2630
|
{
|
|
2463
2631
|
"testId": "repo-card",
|
|
2464
2632
|
"files": [
|
|
@@ -2766,7 +2934,7 @@
|
|
|
2766
2934
|
{
|
|
2767
2935
|
"testId": "seat-bubble",
|
|
2768
2936
|
"files": [
|
|
2769
|
-
"src/components/
|
|
2937
|
+
"src/components/ChatThread.tsx"
|
|
2770
2938
|
]
|
|
2771
2939
|
},
|
|
2772
2940
|
{
|
|
@@ -2793,6 +2961,12 @@
|
|
|
2793
2961
|
"src/components/ChatInput.tsx"
|
|
2794
2962
|
]
|
|
2795
2963
|
},
|
|
2964
|
+
{
|
|
2965
|
+
"testId": "skip-link",
|
|
2966
|
+
"files": [
|
|
2967
|
+
"src/components/SkipLink.tsx"
|
|
2968
|
+
]
|
|
2969
|
+
},
|
|
2796
2970
|
{
|
|
2797
2971
|
"testId": "source-attach",
|
|
2798
2972
|
"files": [
|
|
@@ -2925,6 +3099,18 @@
|
|
|
2925
3099
|
"src/components/DocumentThread.tsx"
|
|
2926
3100
|
]
|
|
2927
3101
|
},
|
|
3102
|
+
{
|
|
3103
|
+
"testId": "steering-diagnostics",
|
|
3104
|
+
"files": [
|
|
3105
|
+
"src/components/SteeringHealth.tsx"
|
|
3106
|
+
]
|
|
3107
|
+
},
|
|
3108
|
+
{
|
|
3109
|
+
"testId": "steering-diagnostics-toggle",
|
|
3110
|
+
"files": [
|
|
3111
|
+
"src/components/SteeringHealth.tsx"
|
|
3112
|
+
]
|
|
3113
|
+
},
|
|
2928
3114
|
{
|
|
2929
3115
|
"testId": "steering-drawer-close",
|
|
2930
3116
|
"files": [
|
|
@@ -3275,6 +3461,12 @@
|
|
|
3275
3461
|
"src/components/DocumentThread.tsx"
|
|
3276
3462
|
]
|
|
3277
3463
|
},
|
|
3464
|
+
{
|
|
3465
|
+
"testId": "steering-store-health",
|
|
3466
|
+
"files": [
|
|
3467
|
+
"src/components/SteeringHealth.tsx"
|
|
3468
|
+
]
|
|
3469
|
+
},
|
|
3278
3470
|
{
|
|
3279
3471
|
"testId": "steering-timeline",
|
|
3280
3472
|
"files": [
|
|
@@ -3401,6 +3593,12 @@
|
|
|
3401
3593
|
"src/components/TestingPage.tsx"
|
|
3402
3594
|
]
|
|
3403
3595
|
},
|
|
3596
|
+
{
|
|
3597
|
+
"testId": "testing-evals-blocked",
|
|
3598
|
+
"files": [
|
|
3599
|
+
"src/components/TestingPage.tsx"
|
|
3600
|
+
]
|
|
3601
|
+
},
|
|
3404
3602
|
{
|
|
3405
3603
|
"testId": "testing-evals-busy",
|
|
3406
3604
|
"files": [
|
|
@@ -3443,6 +3641,12 @@
|
|
|
3443
3641
|
"src/components/TestingPage.tsx"
|
|
3444
3642
|
]
|
|
3445
3643
|
},
|
|
3644
|
+
{
|
|
3645
|
+
"testId": "testing-evals-gaps",
|
|
3646
|
+
"files": [
|
|
3647
|
+
"src/components/TestingPage.tsx"
|
|
3648
|
+
]
|
|
3649
|
+
},
|
|
3446
3650
|
{
|
|
3447
3651
|
"testId": "testing-evals-nearest",
|
|
3448
3652
|
"files": [
|
|
@@ -3455,12 +3659,30 @@
|
|
|
3455
3659
|
"src/components/TestingPage.tsx"
|
|
3456
3660
|
]
|
|
3457
3661
|
},
|
|
3662
|
+
{
|
|
3663
|
+
"testId": "testing-evals-nearest-link",
|
|
3664
|
+
"files": [
|
|
3665
|
+
"src/components/TestingPage.tsx"
|
|
3666
|
+
]
|
|
3667
|
+
},
|
|
3458
3668
|
{
|
|
3459
3669
|
"testId": "testing-evals-nearest-rule",
|
|
3460
3670
|
"files": [
|
|
3461
3671
|
"src/components/TestingPage.tsx"
|
|
3462
3672
|
]
|
|
3463
3673
|
},
|
|
3674
|
+
{
|
|
3675
|
+
"testId": "testing-evals-passed",
|
|
3676
|
+
"files": [
|
|
3677
|
+
"src/components/TestingPage.tsx"
|
|
3678
|
+
]
|
|
3679
|
+
},
|
|
3680
|
+
{
|
|
3681
|
+
"testId": "testing-evals-provenance",
|
|
3682
|
+
"files": [
|
|
3683
|
+
"src/components/TestingPage.tsx"
|
|
3684
|
+
]
|
|
3685
|
+
},
|
|
3464
3686
|
{
|
|
3465
3687
|
"testId": "testing-evals-row",
|
|
3466
3688
|
"files": [
|
|
@@ -3491,12 +3713,24 @@
|
|
|
3491
3713
|
"src/components/TestingPage.tsx"
|
|
3492
3714
|
]
|
|
3493
3715
|
},
|
|
3716
|
+
{
|
|
3717
|
+
"testId": "testing-evals-verdict-word",
|
|
3718
|
+
"files": [
|
|
3719
|
+
"src/components/TestingPage.tsx"
|
|
3720
|
+
]
|
|
3721
|
+
},
|
|
3494
3722
|
{
|
|
3495
3723
|
"testId": "testing-harness",
|
|
3496
3724
|
"files": [
|
|
3497
3725
|
"src/components/TestingPage.tsx"
|
|
3498
3726
|
]
|
|
3499
3727
|
},
|
|
3728
|
+
{
|
|
3729
|
+
"testId": "testing-harness-explainer",
|
|
3730
|
+
"files": [
|
|
3731
|
+
"src/components/TestingPage.tsx"
|
|
3732
|
+
]
|
|
3733
|
+
},
|
|
3500
3734
|
{
|
|
3501
3735
|
"testId": "testing-page",
|
|
3502
3736
|
"files": [
|
|
@@ -3634,6 +3868,7 @@
|
|
|
3634
3868
|
"files": [
|
|
3635
3869
|
"src/components/ChatPanel.tsx",
|
|
3636
3870
|
"src/components/DocumentThread.tsx",
|
|
3871
|
+
"src/components/NarratorFeed.tsx",
|
|
3637
3872
|
"src/components/threadAnchor.ts"
|
|
3638
3873
|
]
|
|
3639
3874
|
},
|
|
@@ -3784,7 +4019,7 @@
|
|
|
3784
4019
|
{
|
|
3785
4020
|
"testId": "user-bubble",
|
|
3786
4021
|
"files": [
|
|
3787
|
-
"src/components/
|
|
4022
|
+
"src/components/ChatThread.tsx"
|
|
3788
4023
|
]
|
|
3789
4024
|
},
|
|
3790
4025
|
{
|
|
@@ -4072,6 +4307,12 @@
|
|
|
4072
4307
|
"src/components/WorkChronicle.tsx"
|
|
4073
4308
|
]
|
|
4074
4309
|
},
|
|
4310
|
+
{
|
|
4311
|
+
"testId": "work-hidden-chip",
|
|
4312
|
+
"files": [
|
|
4313
|
+
"src/components/WorkPage.tsx"
|
|
4314
|
+
]
|
|
4315
|
+
},
|
|
4075
4316
|
{
|
|
4076
4317
|
"testId": "work-range-hidden-note",
|
|
4077
4318
|
"files": [
|
|
@@ -4165,9 +4406,15 @@
|
|
|
4165
4406
|
]
|
|
4166
4407
|
},
|
|
4167
4408
|
{
|
|
4168
|
-
"pattern": "chat-
|
|
4409
|
+
"pattern": "chat-narration-raw-*",
|
|
4169
4410
|
"files": [
|
|
4170
|
-
"src/components/
|
|
4411
|
+
"src/components/ChatThread.tsx"
|
|
4412
|
+
]
|
|
4413
|
+
},
|
|
4414
|
+
{
|
|
4415
|
+
"pattern": "chat-narration-toggle-*",
|
|
4416
|
+
"files": [
|
|
4417
|
+
"src/components/ChatThread.tsx"
|
|
4171
4418
|
]
|
|
4172
4419
|
},
|
|
4173
4420
|
{
|
|
@@ -4182,6 +4429,12 @@
|
|
|
4182
4429
|
"src/components/DocumentThread.tsx"
|
|
4183
4430
|
]
|
|
4184
4431
|
},
|
|
4432
|
+
{
|
|
4433
|
+
"pattern": "feed-view-*",
|
|
4434
|
+
"files": [
|
|
4435
|
+
"src/components/NarratorFeed.tsx"
|
|
4436
|
+
]
|
|
4437
|
+
},
|
|
4185
4438
|
{
|
|
4186
4439
|
"pattern": "feedback-mode-*",
|
|
4187
4440
|
"files": [
|
|
@@ -4263,19 +4516,19 @@
|
|
|
4263
4516
|
{
|
|
4264
4517
|
"pattern": "live-narration-*",
|
|
4265
4518
|
"files": [
|
|
4266
|
-
"src/components/
|
|
4519
|
+
"src/components/LiveNarration.tsx"
|
|
4267
4520
|
]
|
|
4268
4521
|
},
|
|
4269
4522
|
{
|
|
4270
4523
|
"pattern": "live-narration-text-*",
|
|
4271
4524
|
"files": [
|
|
4272
|
-
"src/components/
|
|
4525
|
+
"src/components/LiveNarration.tsx"
|
|
4273
4526
|
]
|
|
4274
4527
|
},
|
|
4275
4528
|
{
|
|
4276
4529
|
"pattern": "live-narration-toggle-*",
|
|
4277
4530
|
"files": [
|
|
4278
|
-
"src/components/
|
|
4531
|
+
"src/components/LiveNarration.tsx"
|
|
4279
4532
|
]
|
|
4280
4533
|
},
|
|
4281
4534
|
{
|
|
@@ -4330,13 +4583,13 @@
|
|
|
4330
4583
|
{
|
|
4331
4584
|
"pattern": "unit-output-*",
|
|
4332
4585
|
"files": [
|
|
4333
|
-
"src/components/
|
|
4586
|
+
"src/components/NarratorFeed.tsx"
|
|
4334
4587
|
]
|
|
4335
4588
|
},
|
|
4336
4589
|
{
|
|
4337
4590
|
"pattern": "unit-output-toggle-*",
|
|
4338
4591
|
"files": [
|
|
4339
|
-
"src/components/
|
|
4592
|
+
"src/components/NarratorFeed.tsx"
|
|
4340
4593
|
]
|
|
4341
4594
|
}
|
|
4342
4595
|
],
|
|
@@ -4353,6 +4606,12 @@
|
|
|
4353
4606
|
"src/components/ComposerContext.tsx"
|
|
4354
4607
|
]
|
|
4355
4608
|
},
|
|
4609
|
+
{
|
|
4610
|
+
"expression": "s.testid",
|
|
4611
|
+
"files": [
|
|
4612
|
+
"src/components/WorkPage.tsx"
|
|
4613
|
+
]
|
|
4614
|
+
},
|
|
4356
4615
|
{
|
|
4357
4616
|
"expression": "testId",
|
|
4358
4617
|
"files": [
|
|
@@ -4369,6 +4628,7 @@
|
|
|
4369
4628
|
"expression": "testid",
|
|
4370
4629
|
"files": [
|
|
4371
4630
|
"src/components/CampaignScoreboard.tsx",
|
|
4631
|
+
"src/components/GroupChat.tsx",
|
|
4372
4632
|
"src/components/SteeringAddMenu.tsx",
|
|
4373
4633
|
"src/components/SteeringHealth.tsx",
|
|
4374
4634
|
"src/components/SteeringRuleDrawer.tsx",
|
package/package.json
CHANGED