@opentabs-dev/browser-extension 0.0.63 → 0.0.65
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/background-message-handlers.d.ts +5 -1
- package/dist/background-message-handlers.d.ts.map +1 -1
- package/dist/background-message-handlers.js +82 -2
- package/dist/background-message-handlers.js.map +1 -1
- package/dist/background.js +283 -140
- package/dist/browser-commands/interaction-commands.d.ts +2 -0
- package/dist/browser-commands/interaction-commands.d.ts.map +1 -1
- package/dist/browser-commands/interaction-commands.js +26 -3
- package/dist/browser-commands/interaction-commands.js.map +1 -1
- package/dist/browser-commands/key-press-command.d.ts +6 -0
- package/dist/browser-commands/key-press-command.d.ts.map +1 -1
- package/dist/browser-commands/key-press-command.js +137 -118
- package/dist/browser-commands/key-press-command.js.map +1 -1
- package/dist/dispatch-helpers.js +2 -2
- package/dist/dispatch-helpers.js.map +1 -1
- package/dist/extension-messages.d.ts +13 -1
- package/dist/extension-messages.d.ts.map +1 -1
- package/dist/iife-injection.d.ts +5 -4
- package/dist/iife-injection.d.ts.map +1 -1
- package/dist/iife-injection.js +21 -12
- package/dist/iife-injection.js.map +1 -1
- package/dist/message-router.d.ts +2 -0
- package/dist/message-router.d.ts.map +1 -1
- package/dist/message-router.js +16 -4
- package/dist/message-router.js.map +1 -1
- package/dist/offscreen/index.js +1 -0
- package/dist/offscreen/index.js.map +1 -1
- package/dist/side-panel/App.d.ts.map +1 -1
- package/dist/side-panel/App.js +46 -4
- package/dist/side-panel/App.js.map +1 -1
- package/dist/side-panel/bridge.d.ts +7 -1
- package/dist/side-panel/bridge.d.ts.map +1 -1
- package/dist/side-panel/bridge.js +5 -1
- package/dist/side-panel/bridge.js.map +1 -1
- package/dist/side-panel/components/BrowserToolsCard.d.ts.map +1 -1
- package/dist/side-panel/components/BrowserToolsCard.js +6 -27
- package/dist/side-panel/components/BrowserToolsCard.js.map +1 -1
- package/dist/side-panel/components/ConfirmationDialog.d.ts.map +1 -1
- package/dist/side-panel/components/ConfirmationDialog.js +2 -1
- package/dist/side-panel/components/ConfirmationDialog.js.map +1 -1
- package/dist/side-panel/components/EmptyStates.d.ts.map +1 -1
- package/dist/side-panel/components/EmptyStates.js +17 -3
- package/dist/side-panel/components/EmptyStates.js.map +1 -1
- package/dist/side-panel/components/FailedPluginCard.d.ts +6 -2
- package/dist/side-panel/components/FailedPluginCard.d.ts.map +1 -1
- package/dist/side-panel/components/FailedPluginCard.js +11 -3
- package/dist/side-panel/components/FailedPluginCard.js.map +1 -1
- package/dist/side-panel/components/NpmPluginCard.d.ts.map +1 -1
- package/dist/side-panel/components/NpmPluginCard.js +1 -1
- package/dist/side-panel/components/NpmPluginCard.js.map +1 -1
- package/dist/side-panel/components/PluginCard.d.ts.map +1 -1
- package/dist/side-panel/components/PluginCard.js +33 -34
- package/dist/side-panel/components/PluginCard.js.map +1 -1
- package/dist/side-panel/components/PluginList.d.ts +4 -2
- package/dist/side-panel/components/PluginList.d.ts.map +1 -1
- package/dist/side-panel/components/PluginList.js +39 -5
- package/dist/side-panel/components/PluginList.js.map +1 -1
- package/dist/side-panel/components/PluginMenu.d.ts +3 -1
- package/dist/side-panel/components/PluginMenu.d.ts.map +1 -1
- package/dist/side-panel/components/PluginMenu.js +2 -2
- package/dist/side-panel/components/PluginMenu.js.map +1 -1
- package/dist/side-panel/components/SearchResults.d.ts +5 -1
- package/dist/side-panel/components/SearchResults.d.ts.map +1 -1
- package/dist/side-panel/components/SearchResults.js +5 -4
- package/dist/side-panel/components/SearchResults.js.map +1 -1
- package/dist/side-panel/components/ToolRow.d.ts +6 -2
- package/dist/side-panel/components/ToolRow.d.ts.map +1 -1
- package/dist/side-panel/components/ToolRow.js +9 -3
- package/dist/side-panel/components/ToolRow.js.map +1 -1
- package/dist/side-panel/components/retro/Button.d.ts +1 -1
- package/dist/side-panel/components/retro/Loader.d.ts +1 -1
- package/dist/side-panel/components/retro/Loader.d.ts.map +1 -1
- package/dist/side-panel/components/retro/Loader.js +1 -0
- package/dist/side-panel/components/retro/Loader.js.map +1 -1
- package/dist/side-panel/components/storybook-helpers.d.ts +13 -0
- package/dist/side-panel/components/storybook-helpers.d.ts.map +1 -0
- package/dist/side-panel/components/storybook-helpers.js +55 -0
- package/dist/side-panel/components/storybook-helpers.js.map +1 -0
- package/dist/side-panel/components/tool-groups.d.ts +16 -0
- package/dist/side-panel/components/tool-groups.d.ts.map +1 -0
- package/dist/side-panel/components/tool-groups.js +31 -0
- package/dist/side-panel/components/tool-groups.js.map +1 -0
- package/dist/side-panel/constants.d.ts +1 -1
- package/dist/side-panel/constants.js +1 -1
- package/dist/side-panel/side-panel.js +2301 -1645
- package/dist/side-panel/styles.css +1 -1
- package/dist/tab-matching.d.ts +5 -3
- package/dist/tab-matching.d.ts.map +1 -1
- package/dist/tab-matching.js +27 -9
- package/dist/tab-matching.js.map +1 -1
- package/dist/tab-state.js +2 -2
- package/dist/tab-state.js.map +1 -1
- package/manifest.json +1 -1
- package/package.json +2 -1
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Loader.js","sourceRoot":"","sources":["../../../../src/side-panel/components/retro/Loader.tsx"],"names":[],"mappings":";AACA,OAAO,EAAE,GAAG,EAAE,MAAM,0BAA0B,CAAC;AAE/C,OAAO,EAAE,EAAE,EAAE,MAAM,cAAc,CAAC;AAElC,MAAM,cAAc,GAAG,GAAG,CAAC,YAAY,EAAE;IACvC,QAAQ,EAAE;QACR,OAAO,EAAE;YACP,OAAO,EAAE,0CAA0C;YACnD,SAAS,EAAE,4CAA4C;YACvD,OAAO,EAAE,8CAA8C;
|
|
1
|
+
{"version":3,"file":"Loader.js","sourceRoot":"","sources":["../../../../src/side-panel/components/retro/Loader.tsx"],"names":[],"mappings":";AACA,OAAO,EAAE,GAAG,EAAE,MAAM,0BAA0B,CAAC;AAE/C,OAAO,EAAE,EAAE,EAAE,MAAM,cAAc,CAAC;AAElC,MAAM,cAAc,GAAG,GAAG,CAAC,YAAY,EAAE;IACvC,QAAQ,EAAE;QACR,OAAO,EAAE;YACP,OAAO,EAAE,0CAA0C;YACnD,SAAS,EAAE,4CAA4C;YACvD,OAAO,EAAE,8CAA8C;YACvD,KAAK,EAAE,6DAA6D;SACrE;QACD,IAAI,EAAE;YACJ,EAAE,EAAE,yBAAyB;YAC7B,EAAE,EAAE,yBAAyB;YAC7B,EAAE,EAAE,yBAAyB;SAC9B;KACF;IACD,eAAe,EAAE;QACf,OAAO,EAAE,SAAS;QAClB,IAAI,EAAE,IAAI;KACX;CACF,CAAC,CAAC;AASH,MAAM,MAAM,GAAG,CAAC,EACd,SAAS,EACT,OAAO,EACP,IAAI,EACJ,KAAK,GAAG,CAAC,EACT,QAAQ,GAAG,GAAG,EACd,SAAS,GAAG,GAAG,EACf,GAAG,EACH,GAAG,KAAK,EACI,EAAE,EAAE,CAAC,CACjB,cACE,SAAS,EAAE,EAAE,CAAC,cAAc,CAAC,EAAE,OAAO,EAAE,IAAI,EAAE,CAAC,EAAE,SAAS,CAAC,EAC3D,GAAG,EAAE,GAAG,EACR,IAAI,EAAC,QAAQ,gBACF,YAAY,KACnB,KAAK,YACR,KAAK,CAAC,IAAI,CAAC,EAAE,MAAM,EAAE,KAAK,EAAE,CAAC,CAAC,GAAG,CAAC,CAAC,CAAC,EAAE,CAAC,EAAE,EAAE,CAAC,CAC3C,cAEE,SAAS,EAAC,iCAAiC,EAC3C,KAAK,EAAE;YACL,iBAAiB,EAAE,GAAG,QAAQ,GAAG;YACjC,uBAAuB,EAAE,UAAU;YACnC,cAAc,EAAE,GAAG,CAAC,GAAG,SAAS,IAAI;SACrC,IANI,CAAC,CAON,CACH,CAAC,GACE,CACP,CAAC;AAEF,OAAO,EAAE,MAAM,EAAE,CAAC"}
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import type { CSSProperties, ReactNode } from 'react';
|
|
2
|
+
/**
|
|
3
|
+
* Explicit CSS variable values for light and dark themes.
|
|
4
|
+
* Using inline styles guarantees correct theme isolation regardless of
|
|
5
|
+
* the Storybook global theme toggle state. Values must match styles.css.
|
|
6
|
+
*/
|
|
7
|
+
declare const lightVars: CSSProperties;
|
|
8
|
+
declare const darkVars: CSSProperties;
|
|
9
|
+
declare const ThemeGrid: ({ children }: {
|
|
10
|
+
children: ReactNode;
|
|
11
|
+
}) => import("react/jsx-runtime").JSX.Element;
|
|
12
|
+
export { ThemeGrid, lightVars, darkVars };
|
|
13
|
+
//# sourceMappingURL=storybook-helpers.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"storybook-helpers.d.ts","sourceRoot":"","sources":["../../../src/side-panel/components/storybook-helpers.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,aAAa,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AAEtD;;;;GAIG;AACH,QAAA,MAAM,SAAS,EAsBV,aAAa,CAAC;AAEnB,QAAA,MAAM,QAAQ,EAsBT,aAAa,CAAC;AAEnB,QAAA,MAAM,SAAS,GAAI,cAAc;IAAE,QAAQ,EAAE,SAAS,CAAA;CAAE,4CAevD,CAAC;AAEF,OAAO,EAAE,SAAS,EAAE,SAAS,EAAE,QAAQ,EAAE,CAAC"}
|
|
@@ -0,0 +1,55 @@
|
|
|
1
|
+
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
|
2
|
+
/**
|
|
3
|
+
* Explicit CSS variable values for light and dark themes.
|
|
4
|
+
* Using inline styles guarantees correct theme isolation regardless of
|
|
5
|
+
* the Storybook global theme toggle state. Values must match styles.css.
|
|
6
|
+
*/
|
|
7
|
+
const lightVars = {
|
|
8
|
+
'--background': '#fff',
|
|
9
|
+
'--foreground': '#000',
|
|
10
|
+
'--card': '#fff',
|
|
11
|
+
'--card-foreground': '#000',
|
|
12
|
+
'--primary': '#ffdb33',
|
|
13
|
+
'--primary-hover': '#ffcc00',
|
|
14
|
+
'--primary-foreground': '#000',
|
|
15
|
+
'--secondary': '#000',
|
|
16
|
+
'--secondary-hover': '#1a1a1a',
|
|
17
|
+
'--secondary-foreground': '#fff',
|
|
18
|
+
'--muted': '#cccccc',
|
|
19
|
+
'--muted-foreground': '#5a5a5a',
|
|
20
|
+
'--accent': '#fae583',
|
|
21
|
+
'--accent-foreground': '#000',
|
|
22
|
+
'--destructive': '#e63946',
|
|
23
|
+
'--destructive-foreground': '#fff',
|
|
24
|
+
'--success': '#16a34a',
|
|
25
|
+
'--success-foreground': '#fff',
|
|
26
|
+
'--border': '#000',
|
|
27
|
+
background: 'var(--background)',
|
|
28
|
+
color: 'var(--foreground)',
|
|
29
|
+
};
|
|
30
|
+
const darkVars = {
|
|
31
|
+
'--background': '#1a1a1a',
|
|
32
|
+
'--foreground': '#f5f5f5',
|
|
33
|
+
'--card': '#242424',
|
|
34
|
+
'--card-foreground': '#f5f5f5',
|
|
35
|
+
'--primary': '#ffdb33',
|
|
36
|
+
'--primary-hover': '#ffcc00',
|
|
37
|
+
'--primary-foreground': '#000',
|
|
38
|
+
'--secondary': '#3a3a3a',
|
|
39
|
+
'--secondary-hover': '#4a4a4a',
|
|
40
|
+
'--secondary-foreground': '#f5f5f5',
|
|
41
|
+
'--muted': '#3f3f46',
|
|
42
|
+
'--muted-foreground': '#a0a0a0',
|
|
43
|
+
'--accent': '#fae583',
|
|
44
|
+
'--accent-foreground': '#000',
|
|
45
|
+
'--destructive': '#e63946',
|
|
46
|
+
'--destructive-foreground': '#fff',
|
|
47
|
+
'--success': '#22c55e',
|
|
48
|
+
'--success-foreground': '#000',
|
|
49
|
+
'--border': '#5c5c5c',
|
|
50
|
+
background: 'var(--background)',
|
|
51
|
+
color: 'var(--foreground)',
|
|
52
|
+
};
|
|
53
|
+
const ThemeGrid = ({ children }) => (_jsxs("div", { className: "flex gap-6", children: [_jsxs("div", { className: "flex flex-col gap-2", children: [_jsx("span", { className: "font-mono text-muted-foreground text-xs", children: "Light" }), _jsx("div", { className: "w-80 rounded p-3", style: lightVars, children: children })] }), _jsxs("div", { className: "flex flex-col gap-2", children: [_jsx("span", { className: "font-mono text-muted-foreground text-xs", children: "Dark" }), _jsx("div", { className: "w-80 rounded p-3", style: darkVars, children: children })] })] }));
|
|
54
|
+
export { ThemeGrid, lightVars, darkVars };
|
|
55
|
+
//# sourceMappingURL=storybook-helpers.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"storybook-helpers.js","sourceRoot":"","sources":["../../../src/side-panel/components/storybook-helpers.tsx"],"names":[],"mappings":";AAEA;;;;GAIG;AACH,MAAM,SAAS,GAAG;IAChB,cAAc,EAAE,MAAM;IACtB,cAAc,EAAE,MAAM;IACtB,QAAQ,EAAE,MAAM;IAChB,mBAAmB,EAAE,MAAM;IAC3B,WAAW,EAAE,SAAS;IACtB,iBAAiB,EAAE,SAAS;IAC5B,sBAAsB,EAAE,MAAM;IAC9B,aAAa,EAAE,MAAM;IACrB,mBAAmB,EAAE,SAAS;IAC9B,wBAAwB,EAAE,MAAM;IAChC,SAAS,EAAE,SAAS;IACpB,oBAAoB,EAAE,SAAS;IAC/B,UAAU,EAAE,SAAS;IACrB,qBAAqB,EAAE,MAAM;IAC7B,eAAe,EAAE,SAAS;IAC1B,0BAA0B,EAAE,MAAM;IAClC,WAAW,EAAE,SAAS;IACtB,sBAAsB,EAAE,MAAM;IAC9B,UAAU,EAAE,MAAM;IAClB,UAAU,EAAE,mBAAmB;IAC/B,KAAK,EAAE,mBAAmB;CACV,CAAC;AAEnB,MAAM,QAAQ,GAAG;IACf,cAAc,EAAE,SAAS;IACzB,cAAc,EAAE,SAAS;IACzB,QAAQ,EAAE,SAAS;IACnB,mBAAmB,EAAE,SAAS;IAC9B,WAAW,EAAE,SAAS;IACtB,iBAAiB,EAAE,SAAS;IAC5B,sBAAsB,EAAE,MAAM;IAC9B,aAAa,EAAE,SAAS;IACxB,mBAAmB,EAAE,SAAS;IAC9B,wBAAwB,EAAE,SAAS;IACnC,SAAS,EAAE,SAAS;IACpB,oBAAoB,EAAE,SAAS;IAC/B,UAAU,EAAE,SAAS;IACrB,qBAAqB,EAAE,MAAM;IAC7B,eAAe,EAAE,SAAS;IAC1B,0BAA0B,EAAE,MAAM;IAClC,WAAW,EAAE,SAAS;IACtB,sBAAsB,EAAE,MAAM;IAC9B,UAAU,EAAE,SAAS;IACrB,UAAU,EAAE,mBAAmB;IAC/B,KAAK,EAAE,mBAAmB;CACV,CAAC;AAEnB,MAAM,SAAS,GAAG,CAAC,EAAE,QAAQ,EAA2B,EAAE,EAAE,CAAC,CAC3D,eAAK,SAAS,EAAC,YAAY,aACzB,eAAK,SAAS,EAAC,qBAAqB,aAClC,eAAM,SAAS,EAAC,yCAAyC,sBAAa,EACtE,cAAK,SAAS,EAAC,kBAAkB,EAAC,KAAK,EAAE,SAAS,YAC/C,QAAQ,GACL,IACF,EACN,eAAK,SAAS,EAAC,qBAAqB,aAClC,eAAM,SAAS,EAAC,yCAAyC,qBAAY,EACrE,cAAK,SAAS,EAAC,kBAAkB,EAAC,KAAK,EAAE,QAAQ,YAC9C,QAAQ,GACL,IACF,IACF,CACP,CAAC;AAEF,OAAO,EAAE,SAAS,EAAE,SAAS,EAAE,QAAQ,EAAE,CAAC"}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
interface Groupable {
|
|
2
|
+
readonly group?: string;
|
|
3
|
+
}
|
|
4
|
+
interface ToolGroup<T> {
|
|
5
|
+
readonly name: string;
|
|
6
|
+
readonly tools: T[];
|
|
7
|
+
}
|
|
8
|
+
/**
|
|
9
|
+
* Group tools by their `group` field, preserving first-seen order.
|
|
10
|
+
* The 'Other' group (tools with no group) is sorted to the end.
|
|
11
|
+
* Returns null if no tool has a group field (caller should render a flat list).
|
|
12
|
+
*/
|
|
13
|
+
declare function groupTools<T extends Groupable>(tools: readonly T[]): ToolGroup<T>[] | null;
|
|
14
|
+
export { groupTools };
|
|
15
|
+
export type { ToolGroup };
|
|
16
|
+
//# sourceMappingURL=tool-groups.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"tool-groups.d.ts","sourceRoot":"","sources":["../../../src/side-panel/components/tool-groups.ts"],"names":[],"mappings":"AAAA,UAAU,SAAS;IACjB,QAAQ,CAAC,KAAK,CAAC,EAAE,MAAM,CAAC;CACzB;AAED,UAAU,SAAS,CAAC,CAAC;IACnB,QAAQ,CAAC,IAAI,EAAE,MAAM,CAAC;IACtB,QAAQ,CAAC,KAAK,EAAE,CAAC,EAAE,CAAC;CACrB;AAED;;;;GAIG;AACH,iBAAS,UAAU,CAAC,CAAC,SAAS,SAAS,EAAE,KAAK,EAAE,SAAS,CAAC,EAAE,GAAG,SAAS,CAAC,CAAC,CAAC,EAAE,GAAG,IAAI,CAsBnF;AAED,OAAO,EAAE,UAAU,EAAE,CAAC;AACtB,YAAY,EAAE,SAAS,EAAE,CAAC"}
|
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Group tools by their `group` field, preserving first-seen order.
|
|
3
|
+
* The 'Other' group (tools with no group) is sorted to the end.
|
|
4
|
+
* Returns null if no tool has a group field (caller should render a flat list).
|
|
5
|
+
*/
|
|
6
|
+
function groupTools(tools) {
|
|
7
|
+
if (!tools.some(t => t.group))
|
|
8
|
+
return null;
|
|
9
|
+
const groupMap = new Map();
|
|
10
|
+
for (const tool of tools) {
|
|
11
|
+
const groupName = tool.group ?? 'Other';
|
|
12
|
+
let bucket = groupMap.get(groupName);
|
|
13
|
+
if (!bucket) {
|
|
14
|
+
bucket = [];
|
|
15
|
+
groupMap.set(groupName, bucket);
|
|
16
|
+
}
|
|
17
|
+
bucket.push(tool);
|
|
18
|
+
}
|
|
19
|
+
const otherBucket = groupMap.get('Other');
|
|
20
|
+
groupMap.delete('Other');
|
|
21
|
+
const result = [];
|
|
22
|
+
for (const [name, grouped] of groupMap) {
|
|
23
|
+
result.push({ name, tools: grouped });
|
|
24
|
+
}
|
|
25
|
+
if (otherBucket) {
|
|
26
|
+
result.push({ name: 'Other', tools: otherBucket });
|
|
27
|
+
}
|
|
28
|
+
return result;
|
|
29
|
+
}
|
|
30
|
+
export { groupTools };
|
|
31
|
+
//# sourceMappingURL=tool-groups.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"tool-groups.js","sourceRoot":"","sources":["../../../src/side-panel/components/tool-groups.ts"],"names":[],"mappings":"AASA;;;;GAIG;AACH,SAAS,UAAU,CAAsB,KAAmB;IAC1D,IAAI,CAAC,KAAK,CAAC,IAAI,CAAC,CAAC,CAAC,EAAE,CAAC,CAAC,CAAC,KAAK,CAAC;QAAE,OAAO,IAAI,CAAC;IAC3C,MAAM,QAAQ,GAAG,IAAI,GAAG,EAAe,CAAC;IACxC,KAAK,MAAM,IAAI,IAAI,KAAK,EAAE,CAAC;QACzB,MAAM,SAAS,GAAG,IAAI,CAAC,KAAK,IAAI,OAAO,CAAC;QACxC,IAAI,MAAM,GAAG,QAAQ,CAAC,GAAG,CAAC,SAAS,CAAC,CAAC;QACrC,IAAI,CAAC,MAAM,EAAE,CAAC;YACZ,MAAM,GAAG,EAAE,CAAC;YACZ,QAAQ,CAAC,GAAG,CAAC,SAAS,EAAE,MAAM,CAAC,CAAC;QAClC,CAAC;QACD,MAAM,CAAC,IAAI,CAAC,IAAI,CAAC,CAAC;IACpB,CAAC;IACD,MAAM,WAAW,GAAG,QAAQ,CAAC,GAAG,CAAC,OAAO,CAAC,CAAC;IAC1C,QAAQ,CAAC,MAAM,CAAC,OAAO,CAAC,CAAC;IACzB,MAAM,MAAM,GAAmB,EAAE,CAAC;IAClC,KAAK,MAAM,CAAC,IAAI,EAAE,OAAO,CAAC,IAAI,QAAQ,EAAE,CAAC;QACvC,MAAM,CAAC,IAAI,CAAC,EAAE,IAAI,EAAE,KAAK,EAAE,OAAO,EAAE,CAAC,CAAC;IACxC,CAAC;IACD,IAAI,WAAW,EAAE,CAAC;QAChB,MAAM,CAAC,IAAI,CAAC,EAAE,IAAI,EAAE,OAAO,EAAE,KAAK,EAAE,WAAW,EAAE,CAAC,CAAC;IACrD,CAAC;IACD,OAAO,MAAM,CAAC;AAChB,CAAC;AAED,OAAO,EAAE,UAAU,EAAE,CAAC"}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/** Duration (ms) to display toggle-error alerts before auto-dismissing */
|
|
2
|
-
export declare const ERROR_DISPLAY_DURATION_MS =
|
|
2
|
+
export declare const ERROR_DISPLAY_DURATION_MS = 5000;
|
|
3
3
|
/** Maximum duration (ms) a tool invocation can remain in activeTools before being auto-removed */
|
|
4
4
|
export declare const TOOL_INVOCATION_TIMEOUT_MS: number;
|
|
5
5
|
//# sourceMappingURL=constants.d.ts.map
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/** Duration (ms) to display toggle-error alerts before auto-dismissing */
|
|
2
|
-
export const ERROR_DISPLAY_DURATION_MS =
|
|
2
|
+
export const ERROR_DISPLAY_DURATION_MS = 5000;
|
|
3
3
|
/** Maximum duration (ms) a tool invocation can remain in activeTools before being auto-removed */
|
|
4
4
|
export const TOOL_INVOCATION_TIMEOUT_MS = 5 * 60 * 1000;
|
|
5
5
|
//# sourceMappingURL=constants.js.map
|