Files
klz-cables.com/.pnpm-store/v10/files/b8/7bf08eb042f8f0ce748ae32b37c4c63284245758393f478b452b994774cde00b99e86a78171a36b30386198e67bdfa48e9f45534196fdeca0957acdcf1a5a6
Marc Mintel 5397309103
Some checks failed
Build & Deploy / 🔍 Prepare (push) Successful in 20s
Build & Deploy / 🧪 QA (push) Failing after 34s
Build & Deploy / 🏗️ Build (push) Has started running
Build & Deploy / 🚀 Deploy (push) Has been cancelled
Build & Deploy / 🧪 Smoke Test (push) Has been cancelled
Build & Deploy / ⚡ Lighthouse (push) Has been cancelled
Build & Deploy / 🔔 Notify (push) Has been cancelled
fix(products): fix breadcrumbs and product filtering (backport from main)
2026-02-24 16:04:21 +01:00

30 lines
1.5 KiB
Plaintext

import { GLOBAL_OBJ } from '@sentry/core';
export declare const WINDOW: typeof GLOBAL_OBJ & Window;
export declare const DOCUMENT: Document;
export declare const NAVIGATOR: {
userAgent?: string;
maxTouchPoints?: number;
} & Navigator;
export declare const TRIGGER_LABEL = "Report a Bug";
export declare const CANCEL_BUTTON_LABEL = "Cancel";
export declare const SUBMIT_BUTTON_LABEL = "Send Bug Report";
export declare const CONFIRM_BUTTON_LABEL = "Confirm";
export declare const FORM_TITLE = "Report a Bug";
export declare const EMAIL_PLACEHOLDER = "your.email@example.org";
export declare const EMAIL_LABEL = "Email";
export declare const MESSAGE_PLACEHOLDER = "What's the bug? What did you expect?";
export declare const MESSAGE_LABEL = "Description";
export declare const NAME_PLACEHOLDER = "Your Name";
export declare const NAME_LABEL = "Name";
export declare const SUCCESS_MESSAGE_TEXT = "Thank you for your report!";
export declare const IS_REQUIRED_LABEL = "(required)";
export declare const ADD_SCREENSHOT_LABEL = "Add a screenshot";
export declare const REMOVE_SCREENSHOT_LABEL = "Remove screenshot";
export declare const HIGHLIGHT_TOOL_TEXT = "Highlight";
export declare const HIDE_TOOL_TEXT = "Hide";
export declare const REMOVE_HIGHLIGHT_TEXT = "Remove";
export declare const FEEDBACK_WIDGET_SOURCE = "widget";
export declare const FEEDBACK_API_SOURCE = "api";
export declare const SUCCESS_MESSAGE_TIMEOUT = 5000;
//# sourceMappingURL=index.d.ts.map