next
Version:
The React Framework
65 lines (64 loc) • 3.57 kB
JavaScript
import { _ as _tagged_template_literal_loose } from "@swc/helpers/_/_tagged_template_literal_loose";
function _templateObject() {
const data = _tagged_template_literal_loose([
"\n ",
"\n ",
"\n ",
"\n ",
"\n ",
"\n ",
"\n ",
"\n ",
"\n ",
"\n ",
"\n ",
"\n ",
"\n ",
"\n ",
"\n ",
"\n ",
"\n ",
"\n ",
"\n ",
"\n ",
"\n ",
"\n ",
"\n ",
"\n "
]);
_templateObject = function() {
return data;
};
return data;
}
import { jsx as _jsx } from "react/jsx-runtime";
import { CODE_FRAME_STYLES } from '../components/code-frame/code-frame';
import { styles as dialog } from '../components/dialog';
import { styles as errorLayout } from '../components/errors/error-overlay-layout/error-overlay-layout';
import { styles as bottomStack } from '../components/errors/error-overlay-bottom-stack';
import { styles as pagination } from '../components/errors/error-overlay-pagination/error-overlay-pagination';
import { styles as overlay } from '../components/overlay/styles';
import { styles as footer } from '../components/errors/error-overlay-footer/error-overlay-footer';
import { TERMINAL_STYLES } from '../components/terminal/terminal';
import { styles as toast } from '../components/toast';
import { styles as versionStaleness } from '../components/version-staleness-info/version-staleness-info';
import { styles as buildErrorStyles } from '../container/build-error';
import { styles as containerErrorStyles } from '../container/errors';
import { styles as containerRuntimeErrorStyles } from '../container/runtime-error';
import { COPY_BUTTON_STYLES } from '../components/copy-button';
import { CALL_STACK_FRAME_STYLES } from '../components/call-stack-frame/call-stack-frame';
import { DEV_TOOLS_INDICATOR_STYLES } from '../components/errors/dev-tools-indicator/dev-tools-indicator';
import { css } from '../../utils/css';
import { EDITOR_LINK_STYLES } from '../components/terminal/editor-link';
import { ENVIRONMENT_NAME_LABEL_STYLES } from '../components/errors/environment-name-label/environment-name-label';
import { DEV_TOOLS_INFO_STYLES } from '../components/errors/dev-tools-indicator/dev-tools-info/dev-tools-info';
import { DEV_TOOLS_INFO_TURBOPACK_INFO_STYLES } from '../components/errors/dev-tools-indicator/dev-tools-info/turbopack-info';
import { DEV_TOOLS_INFO_ROUTE_INFO_STYLES } from '../components/errors/dev-tools-indicator/dev-tools-info/route-info';
import { DEV_TOOLS_INFO_USER_PREFERENCES_STYLES } from '../components/errors/dev-tools-indicator/dev-tools-info/user-preferences';
import { FADER_STYLES } from '../components/fader';
export function ComponentStyles() {
return /*#__PURE__*/ _jsx("style", {
children: css(_templateObject(), COPY_BUTTON_STYLES, CALL_STACK_FRAME_STYLES, ENVIRONMENT_NAME_LABEL_STYLES, overlay, toast, dialog, errorLayout, footer, bottomStack, pagination, CODE_FRAME_STYLES, TERMINAL_STYLES, EDITOR_LINK_STYLES, buildErrorStyles, containerErrorStyles, containerRuntimeErrorStyles, versionStaleness, DEV_TOOLS_INDICATOR_STYLES, DEV_TOOLS_INFO_STYLES, DEV_TOOLS_INFO_TURBOPACK_INFO_STYLES, DEV_TOOLS_INFO_ROUTE_INFO_STYLES, DEV_TOOLS_INFO_USER_PREFERENCES_STYLES, FADER_STYLES)
});
}
//# sourceMappingURL=component-styles.js.map