Files
klz-cables.com/.pnpm-store/v10/files/7a/abb0d66848fc51650b0c68ccaca38d4f20a0e21181802c92bfb68ae9697d997e211f7630a38f80ae1203958b1d30bbf65e0cf183e00deb00975825837390c2
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

29 lines
1.4 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