3835 lines
728 KiB
JavaScript
3835 lines
728 KiB
JavaScript
|
|
var __webpack_modules__={"../../node_modules/.pnpm/css-loader@7.1.2_@rspack+core@1.6.7_@swc+helpers@0.5.15__webpack@5.98.0_@swc+core@1.11.24_@sw_bx7gx6l2cs2trwgqreijicltyy/node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[3].use[1]!./src/next-devtools/dev-overlay/components/devtools-indicator/devtools-indicator.css"(e,t,r){"use strict";r.d(t,{A:()=>l});var n=r("../../node_modules/.pnpm/css-loader@7.1.2_@rspack+core@1.6.7_@swc+helpers@0.5.15__webpack@5.98.0_@swc+core@1.11.24_@sw_bx7gx6l2cs2trwgqreijicltyy/node_modules/css-loader/dist/runtime/noSourceMaps.js"),o=r.n(n),a=r("../../node_modules/.pnpm/css-loader@7.1.2_@rspack+core@1.6.7_@swc+helpers@0.5.15__webpack@5.98.0_@swc+core@1.11.24_@sw_bx7gx6l2cs2trwgqreijicltyy/node_modules/css-loader/dist/runtime/api.js"),i=r.n(a)()(o());i.push([e.id,`[data-nextjs-toast] {
|
||
|
|
&[data-hidden='true'] {
|
||
|
|
display: none;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
|
||
|
|
.dev-tools-indicator-menu {
|
||
|
|
display: flex;
|
||
|
|
flex-direction: column;
|
||
|
|
align-items: flex-start;
|
||
|
|
background: var(--color-background-100);
|
||
|
|
border: 1px solid var(--color-gray-alpha-400);
|
||
|
|
background-clip: padding-box;
|
||
|
|
box-shadow: var(--shadow-menu);
|
||
|
|
border-radius: var(--rounded-xl);
|
||
|
|
position: absolute;
|
||
|
|
font-family: var(--font-stack-sans);
|
||
|
|
z-index: 3;
|
||
|
|
overflow: hidden;
|
||
|
|
opacity: 0;
|
||
|
|
outline: 0;
|
||
|
|
min-width: 248px;
|
||
|
|
transition: opacity var(--animate-out-duration-ms)
|
||
|
|
var(--animate-out-timing-function);
|
||
|
|
|
||
|
|
&[data-rendered='true'] {
|
||
|
|
opacity: 1;
|
||
|
|
scale: 1;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
|
||
|
|
.dev-tools-indicator-inner {
|
||
|
|
padding: 6px;
|
||
|
|
width: 100%;
|
||
|
|
}
|
||
|
|
|
||
|
|
.dev-tools-indicator-item {
|
||
|
|
display: flex;
|
||
|
|
align-items: center;
|
||
|
|
padding: 8px 6px;
|
||
|
|
height: var(--size-36);
|
||
|
|
border-radius: 6px;
|
||
|
|
text-decoration: none !important;
|
||
|
|
user-select: none;
|
||
|
|
white-space: nowrap;
|
||
|
|
|
||
|
|
svg {
|
||
|
|
width: var(--size-16);
|
||
|
|
height: var(--size-16);
|
||
|
|
}
|
||
|
|
|
||
|
|
&:focus-visible {
|
||
|
|
outline: 0;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
|
||
|
|
.dev-tools-indicator-footer {
|
||
|
|
background: var(--color-background-200);
|
||
|
|
padding: 6px;
|
||
|
|
border-top: 1px solid var(--color-gray-400);
|
||
|
|
width: 100%;
|
||
|
|
}
|
||
|
|
|
||
|
|
.dev-tools-indicator-item[data-selected='true'] {
|
||
|
|
cursor: pointer;
|
||
|
|
background-color: var(--color-gray-200);
|
||
|
|
}
|
||
|
|
|
||
|
|
.dev-tools-indicator-label {
|
||
|
|
font-size: var(--size-14);
|
||
|
|
line-height: var(--size-20);
|
||
|
|
color: var(--color-gray-1000);
|
||
|
|
}
|
||
|
|
|
||
|
|
.dev-tools-indicator-value {
|
||
|
|
font-size: var(--size-14);
|
||
|
|
line-height: var(--size-20);
|
||
|
|
color: var(--color-gray-900);
|
||
|
|
margin-left: auto;
|
||
|
|
}
|
||
|
|
|
||
|
|
.dev-tools-indicator-issue-count {
|
||
|
|
--color-primary: var(--color-gray-800);
|
||
|
|
--color-secondary: var(--color-gray-100);
|
||
|
|
display: flex;
|
||
|
|
flex-direction: row;
|
||
|
|
align-items: center;
|
||
|
|
justify-content: center;
|
||
|
|
gap: 8px;
|
||
|
|
min-width: var(--size-40);
|
||
|
|
height: var(--size-24);
|
||
|
|
background: var(--color-background-100);
|
||
|
|
border: 1px solid var(--color-gray-alpha-400);
|
||
|
|
background-clip: padding-box;
|
||
|
|
box-shadow: var(--shadow-small);
|
||
|
|
padding: 2px;
|
||
|
|
color: var(--color-gray-1000);
|
||
|
|
border-radius: 128px;
|
||
|
|
font-weight: 500;
|
||
|
|
font-size: var(--size-13);
|
||
|
|
font-variant-numeric: tabular-nums;
|
||
|
|
|
||
|
|
&[data-has-issues='true'] {
|
||
|
|
--color-primary: var(--color-red-800);
|
||
|
|
--color-secondary: var(--color-red-100);
|
||
|
|
}
|
||
|
|
|
||
|
|
.dev-tools-indicator-issue-count-indicator {
|
||
|
|
width: var(--size-8);
|
||
|
|
height: var(--size-8);
|
||
|
|
background: var(--color-primary);
|
||
|
|
box-shadow: 0 0 0 2px var(--color-secondary);
|
||
|
|
border-radius: 50%;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
|
||
|
|
.dev-tools-indicator-shortcut {
|
||
|
|
display: flex;
|
||
|
|
gap: 4px;
|
||
|
|
|
||
|
|
kbd {
|
||
|
|
width: var(--size-20);
|
||
|
|
height: var(--size-20);
|
||
|
|
display: flex;
|
||
|
|
justify-content: center;
|
||
|
|
align-items: center;
|
||
|
|
border-radius: var(--rounded-md);
|
||
|
|
border: 1px solid var(--color-gray-400);
|
||
|
|
font-family: var(--font-stack-sans);
|
||
|
|
background: var(--color-background-100);
|
||
|
|
color: var(--color-gray-1000);
|
||
|
|
text-align: center;
|
||
|
|
font-size: var(--size-12);
|
||
|
|
line-height: var(--size-16);
|
||
|
|
}
|
||
|
|
}
|
||
|
|
|
||
|
|
.dev-tools-grabbing {
|
||
|
|
cursor: grabbing;
|
||
|
|
|
||
|
|
> * {
|
||
|
|
pointer-events: none;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
`,""]);let l=i},"../../node_modules/.pnpm/css-loader@7.1.2_@rspack+core@1.6.7_@swc+helpers@0.5.15__webpack@5.98.0_@swc+core@1.11.24_@sw_bx7gx6l2cs2trwgqreijicltyy/node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[3].use[1]!./src/next-devtools/dev-overlay/components/devtools-panel/resize/resize-handle.css"(e,t,r){"use strict";r.d(t,{A:()=>l});var n=r("../../node_modules/.pnpm/css-loader@7.1.2_@rspack+core@1.6.7_@swc+helpers@0.5.15__webpack@5.98.0_@swc+core@1.11.24_@sw_bx7gx6l2cs2trwgqreijicltyy/node_modules/css-loader/dist/runtime/noSourceMaps.js"),o=r.n(n),a=r("../../node_modules/.pnpm/css-loader@7.1.2_@rspack+core@1.6.7_@swc+helpers@0.5.15__webpack@5.98.0_@swc+core@1.11.24_@sw_bx7gx6l2cs2trwgqreijicltyy/node_modules/css-loader/dist/runtime/api.js"),i=r.n(a)()(o());i.push([e.id,`.resize-container {
|
||
|
|
position: absolute;
|
||
|
|
/* todo: better z index */
|
||
|
|
z-index: 10;
|
||
|
|
/* todo: is this needed */
|
||
|
|
background: transparent;
|
||
|
|
}
|
||
|
|
|
||
|
|
.resize-line {
|
||
|
|
position: absolute;
|
||
|
|
/* todo smarter z index */
|
||
|
|
z-index: -1;
|
||
|
|
pointer-events: none;
|
||
|
|
/* a normal exit animation curve- at this point the exit animation is */
|
||
|
|
/* immediately responsive so we don't need a bespoke curve */
|
||
|
|
transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
|
||
|
|
/* todo: better var? */
|
||
|
|
border: 1px solid var(--color-gray-400);
|
||
|
|
}
|
||
|
|
|
||
|
|
/* start really fast because we start super hidden initially behind the panel, otherwise feels like an unintended animation delay */
|
||
|
|
.resize-container:hover ~ .resize-line {
|
||
|
|
transition: transform 0.25s cubic-bezier(0.23, 1, 0.32, 0.9);
|
||
|
|
}
|
||
|
|
|
||
|
|
.resize-container.right,
|
||
|
|
.resize-container.left {
|
||
|
|
top: 0;
|
||
|
|
height: 100%;
|
||
|
|
width: 22px;
|
||
|
|
cursor: ew-resize;
|
||
|
|
}
|
||
|
|
|
||
|
|
/* todo: don't hard code all these values/use vars */
|
||
|
|
|
||
|
|
.resize-container.bottom,
|
||
|
|
.resize-container.top {
|
||
|
|
left: 0;
|
||
|
|
width: 100%;
|
||
|
|
height: 22px;
|
||
|
|
cursor: ns-resize;
|
||
|
|
}
|
||
|
|
|
||
|
|
.resize-container.top {
|
||
|
|
top: -7px;
|
||
|
|
}
|
||
|
|
.resize-container.bottom {
|
||
|
|
bottom: -7px;
|
||
|
|
}
|
||
|
|
.resize-container.left {
|
||
|
|
left: -7px;
|
||
|
|
}
|
||
|
|
.resize-container.right {
|
||
|
|
right: -7px;
|
||
|
|
}
|
||
|
|
|
||
|
|
.resize-container.top-left,
|
||
|
|
.resize-container.top-right,
|
||
|
|
.resize-container.bottom-left,
|
||
|
|
.resize-container.bottom-right {
|
||
|
|
width: 26px;
|
||
|
|
height: 26px;
|
||
|
|
z-index: 15;
|
||
|
|
}
|
||
|
|
|
||
|
|
.resize-container.top-left {
|
||
|
|
top: -5px;
|
||
|
|
left: -5px;
|
||
|
|
cursor: nwse-resize;
|
||
|
|
}
|
||
|
|
.resize-container.top-right {
|
||
|
|
top: -5px;
|
||
|
|
right: -5px;
|
||
|
|
cursor: nesw-resize;
|
||
|
|
}
|
||
|
|
.resize-container.bottom-left {
|
||
|
|
bottom: -5px;
|
||
|
|
left: -5px;
|
||
|
|
cursor: nesw-resize;
|
||
|
|
}
|
||
|
|
.resize-container.bottom-right {
|
||
|
|
bottom: -5px;
|
||
|
|
right: -5px;
|
||
|
|
cursor: nwse-resize;
|
||
|
|
}
|
||
|
|
|
||
|
|
.resize-line.top,
|
||
|
|
.resize-line.bottom {
|
||
|
|
height: 18px;
|
||
|
|
width: 100%;
|
||
|
|
background-color: var(--color-background-200);
|
||
|
|
}
|
||
|
|
|
||
|
|
.resize-line.left,
|
||
|
|
.resize-line.right {
|
||
|
|
width: 18px;
|
||
|
|
height: 100%;
|
||
|
|
background-color: var(--color-background-200);
|
||
|
|
}
|
||
|
|
|
||
|
|
.resize-line.top {
|
||
|
|
top: -7px;
|
||
|
|
left: calc(-1 * var(--border-left, 2px));
|
||
|
|
width: calc(100% + var(--border-horizontal, 4px));
|
||
|
|
border-radius: var(--rounded-lg) var(--rounded-lg) 0 0;
|
||
|
|
transform: translateY(18px);
|
||
|
|
}
|
||
|
|
|
||
|
|
.resize-line.bottom {
|
||
|
|
bottom: -7px;
|
||
|
|
left: calc(-1 * var(--border-left, 2px));
|
||
|
|
width: calc(100% + var(--border-horizontal, 4px));
|
||
|
|
border-radius: 0 0 var(--rounded-lg) var(--rounded-lg);
|
||
|
|
transform: translateY(-18px);
|
||
|
|
}
|
||
|
|
|
||
|
|
.resize-line.left {
|
||
|
|
top: calc(-1 * var(--border-top, 2px));
|
||
|
|
left: -7px;
|
||
|
|
height: calc(100% + var(--border-vertical, 4px));
|
||
|
|
border-radius: var(--rounded-lg) 0 0 var(--rounded-lg);
|
||
|
|
transform: translateX(18px);
|
||
|
|
}
|
||
|
|
|
||
|
|
.resize-line.right {
|
||
|
|
top: calc(-1 * var(--border-top, 2px));
|
||
|
|
right: -7px;
|
||
|
|
height: calc(100% + var(--border-vertical, 4px));
|
||
|
|
border-radius: 0 var(--rounded-lg) var(--rounded-lg) 0;
|
||
|
|
transform: translateX(-18px);
|
||
|
|
}
|
||
|
|
|
||
|
|
.resize-container.right:hover ~ .resize-line.right,
|
||
|
|
.resize-container.left:hover ~ .resize-line.left,
|
||
|
|
.resize-line.right.dragging,
|
||
|
|
.resize-line.left.dragging {
|
||
|
|
transform: translateX(0);
|
||
|
|
}
|
||
|
|
|
||
|
|
.resize-container.bottom:hover ~ .resize-line.bottom,
|
||
|
|
.resize-container.top:hover ~ .resize-line.top,
|
||
|
|
.resize-line.bottom.dragging,
|
||
|
|
.resize-line.top.dragging {
|
||
|
|
transform: translateY(0);
|
||
|
|
}
|
||
|
|
|
||
|
|
/* make sure that we don't show multiple handles at once
|
||
|
|
* we should only ever show the currently resizing handle
|
||
|
|
* regardless of hover state
|
||
|
|
*/
|
||
|
|
.resize-container.no-hover.right:hover ~ .resize-line.right {
|
||
|
|
transform: translateX(-20px);
|
||
|
|
}
|
||
|
|
.resize-container.no-hover.left:hover ~ .resize-line.left {
|
||
|
|
transform: translateX(20px);
|
||
|
|
}
|
||
|
|
.resize-container.no-hover.bottom:hover ~ .resize-line.bottom {
|
||
|
|
transform: translateY(-20px);
|
||
|
|
}
|
||
|
|
.resize-container.no-hover.top:hover ~ .resize-line.top {
|
||
|
|
transform: translateY(20px);
|
||
|
|
}
|
||
|
|
`,""]);let l=i},"../../node_modules/.pnpm/css-loader@7.1.2_@rspack+core@1.6.7_@swc+helpers@0.5.15__webpack@5.98.0_@swc+core@1.11.24_@sw_bx7gx6l2cs2trwgqreijicltyy/node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[3].use[1]!./src/next-devtools/dev-overlay/components/instant-navs/instant-navs-panel.css"(e,t,r){"use strict";r.d(t,{A:()=>l});var n=r("../../node_modules/.pnpm/css-loader@7.1.2_@rspack+core@1.6.7_@swc+helpers@0.5.15__webpack@5.98.0_@swc+core@1.11.24_@sw_bx7gx6l2cs2trwgqreijicltyy/node_modules/css-loader/dist/runtime/noSourceMaps.js"),o=r.n(n),a=r("../../node_modules/.pnpm/css-loader@7.1.2_@rspack+core@1.6.7_@swc+helpers@0.5.15__webpack@5.98.0_@swc+core@1.11.24_@sw_bx7gx6l2cs2trwgqreijicltyy/node_modules/css-loader/dist/runtime/api.js"),i=r.n(a)()(o());i.push([e.id,`.instant-nav-panel {
|
||
|
|
display: flex;
|
||
|
|
flex-direction: column;
|
||
|
|
height: 100%;
|
||
|
|
}
|
||
|
|
|
||
|
|
.instant-nav-content {
|
||
|
|
flex: 1;
|
||
|
|
padding: 12px 20px 0;
|
||
|
|
}
|
||
|
|
|
||
|
|
/* Waiting state: preference-style sections */
|
||
|
|
.instant-nav-section {
|
||
|
|
padding: 12px 20px;
|
||
|
|
border-bottom: 1px solid var(--color-gray-400);
|
||
|
|
display: flex;
|
||
|
|
justify-content: space-between;
|
||
|
|
align-items: center;
|
||
|
|
gap: 24px;
|
||
|
|
}
|
||
|
|
|
||
|
|
.instant-nav-section:last-child {
|
||
|
|
border-bottom: none;
|
||
|
|
}
|
||
|
|
|
||
|
|
.instant-nav-section-header {
|
||
|
|
flex: 1;
|
||
|
|
}
|
||
|
|
|
||
|
|
.instant-nav-section-header label {
|
||
|
|
font-size: var(--size-14);
|
||
|
|
font-weight: 500;
|
||
|
|
color: var(--color-gray-1000);
|
||
|
|
margin: 0;
|
||
|
|
}
|
||
|
|
|
||
|
|
.instant-nav-section-description {
|
||
|
|
color: var(--color-gray-900);
|
||
|
|
font-size: var(--size-14);
|
||
|
|
margin: 0;
|
||
|
|
}
|
||
|
|
|
||
|
|
.instant-nav-section-control {
|
||
|
|
flex-shrink: 0;
|
||
|
|
}
|
||
|
|
|
||
|
|
.instant-nav-section-control .action-button {
|
||
|
|
display: flex;
|
||
|
|
align-items: center;
|
||
|
|
gap: 8px;
|
||
|
|
background: var(--color-background-100);
|
||
|
|
border: 1px solid var(--color-gray-400);
|
||
|
|
border-radius: var(--rounded-lg);
|
||
|
|
font-weight: 400;
|
||
|
|
font-size: var(--size-14);
|
||
|
|
color: var(--color-gray-1000);
|
||
|
|
padding: 6px 8px;
|
||
|
|
cursor: pointer;
|
||
|
|
transition: border-color 150ms var(--timing-swift);
|
||
|
|
}
|
||
|
|
|
||
|
|
.instant-nav-section-control .action-button:hover {
|
||
|
|
border-color: var(--color-gray-500);
|
||
|
|
}
|
||
|
|
|
||
|
|
.instant-nav-section-control .action-button svg {
|
||
|
|
width: 14px;
|
||
|
|
height: 14px;
|
||
|
|
overflow: visible;
|
||
|
|
}
|
||
|
|
|
||
|
|
.instant-nav-helper-text {
|
||
|
|
font-size: var(--size-14);
|
||
|
|
color: var(--color-gray-900);
|
||
|
|
font-style: italic;
|
||
|
|
white-space: nowrap;
|
||
|
|
}
|
||
|
|
|
||
|
|
/* Result states (client-nav, initial-load) */
|
||
|
|
.instant-nav-status-title {
|
||
|
|
margin: 0;
|
||
|
|
font-size: 14px;
|
||
|
|
font-weight: 600;
|
||
|
|
color: var(--color-gray-900);
|
||
|
|
}
|
||
|
|
|
||
|
|
.instant-nav-urls {
|
||
|
|
display: flex;
|
||
|
|
flex-direction: column;
|
||
|
|
gap: 4px;
|
||
|
|
margin-top: 4px;
|
||
|
|
}
|
||
|
|
|
||
|
|
.instant-nav-url-row {
|
||
|
|
display: flex;
|
||
|
|
gap: 8px;
|
||
|
|
font-size: 13px;
|
||
|
|
}
|
||
|
|
|
||
|
|
.instant-nav-url-label {
|
||
|
|
color: var(--color-gray-700);
|
||
|
|
flex-shrink: 0;
|
||
|
|
}
|
||
|
|
|
||
|
|
.instant-nav-url-value {
|
||
|
|
color: var(--color-gray-900);
|
||
|
|
word-break: break-all;
|
||
|
|
font-family: var(--font-mono);
|
||
|
|
}
|
||
|
|
|
||
|
|
.instant-nav-actions {
|
||
|
|
margin-top: 8px;
|
||
|
|
display: flex;
|
||
|
|
}
|
||
|
|
|
||
|
|
.instant-nav-share-button {
|
||
|
|
display: inline-flex;
|
||
|
|
align-items: center;
|
||
|
|
gap: 6px;
|
||
|
|
padding: 6px 16px;
|
||
|
|
border-radius: 6px;
|
||
|
|
border: 1px solid var(--color-gray-alpha-400);
|
||
|
|
background: var(--color-background-200);
|
||
|
|
color: var(--color-gray-900);
|
||
|
|
font-size: 13px;
|
||
|
|
font-weight: 500;
|
||
|
|
cursor: pointer;
|
||
|
|
transition: background 150ms ease;
|
||
|
|
}
|
||
|
|
|
||
|
|
.instant-nav-share-button:hover {
|
||
|
|
background: var(--color-gray-alpha-200);
|
||
|
|
}
|
||
|
|
|
||
|
|
.instant-nav-helper-description {
|
||
|
|
color: var(--color-gray-900);
|
||
|
|
font-size: var(--size-14);
|
||
|
|
margin: 8px 0 0;
|
||
|
|
}
|
||
|
|
|
||
|
|
/* Footer (pinned to bottom, matching segment-explorer-footer) */
|
||
|
|
.instant-nav-footer {
|
||
|
|
display: flex;
|
||
|
|
gap: 8px;
|
||
|
|
padding: 8px;
|
||
|
|
border-top: 1px solid var(--color-gray-400);
|
||
|
|
user-select: none;
|
||
|
|
}
|
||
|
|
|
||
|
|
.instant-nav-footer-button {
|
||
|
|
display: flex;
|
||
|
|
align-items: center;
|
||
|
|
justify-content: center;
|
||
|
|
flex: 1;
|
||
|
|
gap: 8px;
|
||
|
|
padding: 6px;
|
||
|
|
background: var(--color-background-100);
|
||
|
|
border: 1px solid var(--color-gray-400);
|
||
|
|
border-radius: 6px;
|
||
|
|
color: var(--color-gray-1000);
|
||
|
|
font-size: var(--size-14);
|
||
|
|
font-weight: 500;
|
||
|
|
cursor: pointer;
|
||
|
|
transition: background-color 0.15s ease;
|
||
|
|
}
|
||
|
|
|
||
|
|
.instant-nav-footer-button:hover {
|
||
|
|
background: var(--color-gray-200);
|
||
|
|
}
|
||
|
|
|
||
|
|
/* Shimmer skeleton for pending "to" route */
|
||
|
|
@keyframes instant-nav-shimmer {
|
||
|
|
0% {
|
||
|
|
background-position: -400px 0;
|
||
|
|
}
|
||
|
|
100% {
|
||
|
|
background-position: 400px 0;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
|
||
|
|
.instant-nav-skeleton {
|
||
|
|
display: inline-block;
|
||
|
|
width: 120px;
|
||
|
|
height: 1em;
|
||
|
|
vertical-align: middle;
|
||
|
|
border-radius: 4px;
|
||
|
|
background: linear-gradient(
|
||
|
|
90deg,
|
||
|
|
var(--color-gray-300) 25%,
|
||
|
|
var(--color-blue-300) 50%,
|
||
|
|
var(--color-gray-300) 75%
|
||
|
|
);
|
||
|
|
background-size: 800px 100%;
|
||
|
|
animation: instant-nav-shimmer 1.5s ease-in-out infinite;
|
||
|
|
}
|
||
|
|
`,""]);let l=i},"../../node_modules/.pnpm/css-loader@7.1.2_@rspack+core@1.6.7_@swc+helpers@0.5.15__webpack@5.98.0_@swc+core@1.11.24_@sw_bx7gx6l2cs2trwgqreijicltyy/node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[3].use[1]!./src/next-devtools/dev-overlay/components/overview/segment-boundary-trigger.css"(e,t,r){"use strict";r.d(t,{A:()=>l});var n=r("../../node_modules/.pnpm/css-loader@7.1.2_@rspack+core@1.6.7_@swc+helpers@0.5.15__webpack@5.98.0_@swc+core@1.11.24_@sw_bx7gx6l2cs2trwgqreijicltyy/node_modules/css-loader/dist/runtime/noSourceMaps.js"),o=r.n(n),a=r("../../node_modules/.pnpm/css-loader@7.1.2_@rspack+core@1.6.7_@swc+helpers@0.5.15__webpack@5.98.0_@swc+core@1.11.24_@sw_bx7gx6l2cs2trwgqreijicltyy/node_modules/css-loader/dist/runtime/api.js"),i=r.n(a)()(o());i.push([e.id,`.segment-boundary-trigger {
|
||
|
|
display: flex;
|
||
|
|
align-items: center;
|
||
|
|
gap: 4px;
|
||
|
|
padding: 4px 6px;
|
||
|
|
line-height: 16px;
|
||
|
|
font-weight: 500;
|
||
|
|
color: var(--color-gray-1000);
|
||
|
|
border-radius: 999px;
|
||
|
|
border: none;
|
||
|
|
font-size: var(--size-12);
|
||
|
|
cursor: pointer;
|
||
|
|
transition: background-color 0.15s ease;
|
||
|
|
}
|
||
|
|
|
||
|
|
.segment-boundary-trigger-text {
|
||
|
|
font-size: var(--size-12);
|
||
|
|
font-weight: 500;
|
||
|
|
user-select: none;
|
||
|
|
display: inline-flex;
|
||
|
|
align-items: center;
|
||
|
|
justify-content: center;
|
||
|
|
}
|
||
|
|
|
||
|
|
.segment-boundary-trigger-text .plus-icon {
|
||
|
|
transition: transform 0.25s ease;
|
||
|
|
}
|
||
|
|
|
||
|
|
.segment-boundary-trigger-text:hover .plus-icon {
|
||
|
|
color: var(--color-gray-800);
|
||
|
|
}
|
||
|
|
|
||
|
|
.segment-boundary-trigger svg {
|
||
|
|
width: 14px;
|
||
|
|
height: 14px;
|
||
|
|
flex-shrink: 0;
|
||
|
|
vertical-align: middle;
|
||
|
|
}
|
||
|
|
|
||
|
|
.segment-boundary-trigger:hover svg {
|
||
|
|
color: var(--color-gray-700);
|
||
|
|
}
|
||
|
|
|
||
|
|
.segment-boundary-trigger[disabled] svg,
|
||
|
|
.segment-boundary-trigger[disabled]:hover svg {
|
||
|
|
color: var(--color-gray-400);
|
||
|
|
cursor: not-allowed;
|
||
|
|
}
|
||
|
|
|
||
|
|
.segment-boundary-dropdown {
|
||
|
|
padding: 8px;
|
||
|
|
background: var(--color-background-100);
|
||
|
|
border: 1px solid var(--color-gray-400);
|
||
|
|
border-radius: 16px;
|
||
|
|
min-width: 120px;
|
||
|
|
user-select: none;
|
||
|
|
cursor: default;
|
||
|
|
box-shadow: 0px 4px 8px -4px
|
||
|
|
color-mix(in srgb, var(--color-gray-900) 4%, transparent);
|
||
|
|
}
|
||
|
|
|
||
|
|
.segment-boundary-dropdown-positioner {
|
||
|
|
z-index: var(--top-z-index);
|
||
|
|
}
|
||
|
|
|
||
|
|
.segment-boundary-dropdown-item {
|
||
|
|
display: flex;
|
||
|
|
align-items: center;
|
||
|
|
padding: 8px;
|
||
|
|
line-height: 20px;
|
||
|
|
font-size: 14px;
|
||
|
|
border-radius: 6px;
|
||
|
|
color: var(--color-gray-1000);
|
||
|
|
cursor: pointer;
|
||
|
|
min-width: 220px;
|
||
|
|
border: none;
|
||
|
|
background: none;
|
||
|
|
width: 100%;
|
||
|
|
}
|
||
|
|
|
||
|
|
.segment-boundary-dropdown-item[data-disabled] {
|
||
|
|
color: var(--color-gray-400);
|
||
|
|
cursor: not-allowed;
|
||
|
|
}
|
||
|
|
|
||
|
|
.segment-boundary-dropdown-item svg {
|
||
|
|
margin-right: 12px;
|
||
|
|
color: currentColor;
|
||
|
|
}
|
||
|
|
|
||
|
|
.segment-boundary-dropdown-item:hover {
|
||
|
|
background: var(--color-gray-200);
|
||
|
|
}
|
||
|
|
|
||
|
|
.segment-boundary-dropdown-item:first-child {
|
||
|
|
border-top-left-radius: 4px;
|
||
|
|
border-top-right-radius: 4px;
|
||
|
|
}
|
||
|
|
|
||
|
|
.segment-boundary-dropdown-item:last-child {
|
||
|
|
border-bottom-left-radius: 4px;
|
||
|
|
border-bottom-right-radius: 4px;
|
||
|
|
}
|
||
|
|
|
||
|
|
.segment-boundary-group-label {
|
||
|
|
padding: 8px;
|
||
|
|
font-size: 13px;
|
||
|
|
line-height: 16px;
|
||
|
|
font-weight: 400;
|
||
|
|
color: var(--color-gray-900);
|
||
|
|
}
|
||
|
|
`,""]);let l=i},"../../node_modules/.pnpm/css-loader@7.1.2_@rspack+core@1.6.7_@swc+helpers@0.5.15__webpack@5.98.0_@swc+core@1.11.24_@sw_bx7gx6l2cs2trwgqreijicltyy/node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[3].use[1]!./src/next-devtools/dev-overlay/components/overview/segment-explorer.css"(e,t,r){"use strict";r.d(t,{A:()=>l});var n=r("../../node_modules/.pnpm/css-loader@7.1.2_@rspack+core@1.6.7_@swc+helpers@0.5.15__webpack@5.98.0_@swc+core@1.11.24_@sw_bx7gx6l2cs2trwgqreijicltyy/node_modules/css-loader/dist/runtime/noSourceMaps.js"),o=r.n(n),a=r("../../node_modules/.pnpm/css-loader@7.1.2_@rspack+core@1.6.7_@swc+helpers@0.5.15__webpack@5.98.0_@swc+core@1.11.24_@sw_bx7gx6l2cs2trwgqreijicltyy/node_modules/css-loader/dist/runtime/api.js"),i=r.n(a)()(o());i.push([e.id,`.segment-explorer-content {
|
||
|
|
font-size: var(--size-14);
|
||
|
|
padding: 0 8px;
|
||
|
|
width: 100%;
|
||
|
|
height: 100%;
|
||
|
|
}
|
||
|
|
|
||
|
|
.segment-explorer-page-route-bar {
|
||
|
|
display: flex;
|
||
|
|
align-items: center;
|
||
|
|
padding: 14px 16px;
|
||
|
|
background-color: var(--color-background-200);
|
||
|
|
gap: 12px;
|
||
|
|
}
|
||
|
|
|
||
|
|
.segment-explorer-page-route-bar-path {
|
||
|
|
font-size: var(--size-14);
|
||
|
|
font-weight: 500;
|
||
|
|
color: var(--color-gray-1000);
|
||
|
|
font-family: var(--font-mono);
|
||
|
|
white-space: nowrap;
|
||
|
|
line-height: 20px;
|
||
|
|
}
|
||
|
|
|
||
|
|
.segment-explorer-item {
|
||
|
|
margin: 4px 0;
|
||
|
|
border-radius: 6px;
|
||
|
|
}
|
||
|
|
|
||
|
|
.segment-explorer-item:nth-child(even) {
|
||
|
|
background-color: var(--color-background-200);
|
||
|
|
}
|
||
|
|
.segment-explorer-item-row {
|
||
|
|
display: flex;
|
||
|
|
flex-direction: column;
|
||
|
|
padding-top: 10px;
|
||
|
|
padding-bottom: 10px;
|
||
|
|
padding-right: 4px;
|
||
|
|
}
|
||
|
|
.segment-explorer-item-row-main {
|
||
|
|
display: flex;
|
||
|
|
align-items: center;
|
||
|
|
white-space: pre;
|
||
|
|
color: var(--color-gray-1000);
|
||
|
|
}
|
||
|
|
|
||
|
|
.segment-explorer-children--intended {
|
||
|
|
padding-left: 16px;
|
||
|
|
}
|
||
|
|
|
||
|
|
.segment-explorer-filename {
|
||
|
|
display: inline-flex;
|
||
|
|
width: 100%;
|
||
|
|
align-items: center;
|
||
|
|
}
|
||
|
|
|
||
|
|
.segment-explorer-filename select {
|
||
|
|
margin-left: auto;
|
||
|
|
}
|
||
|
|
.segment-explorer-filename--path {
|
||
|
|
margin-right: 8px;
|
||
|
|
}
|
||
|
|
.segment-explorer-filename--path small {
|
||
|
|
display: inline-block;
|
||
|
|
width: 0;
|
||
|
|
opacity: 0;
|
||
|
|
}
|
||
|
|
.segment-explorer-filename--name {
|
||
|
|
color: var(--color-gray-800);
|
||
|
|
}
|
||
|
|
|
||
|
|
.segment-explorer-files {
|
||
|
|
display: inline-flex;
|
||
|
|
gap: 8px;
|
||
|
|
margin-left: auto;
|
||
|
|
}
|
||
|
|
|
||
|
|
.segment-explorer-files + .segment-boundary-trigger {
|
||
|
|
margin-left: 8px;
|
||
|
|
}
|
||
|
|
|
||
|
|
.segment-explorer-file-label {
|
||
|
|
display: inline-flex;
|
||
|
|
align-items: center;
|
||
|
|
justify-content: center;
|
||
|
|
padding: 0 6px;
|
||
|
|
height: 20px;
|
||
|
|
border-radius: 16px;
|
||
|
|
line-height: 16px;
|
||
|
|
font-size: var(--size-12);
|
||
|
|
font-weight: 500;
|
||
|
|
background-color: var(--color-gray-300);
|
||
|
|
color: var(--color-gray-1000);
|
||
|
|
}
|
||
|
|
.segment-explorer-file-label-text {
|
||
|
|
display: inline-flex;
|
||
|
|
align-items: center;
|
||
|
|
}
|
||
|
|
|
||
|
|
.segment-explorer-file-label--overridden {
|
||
|
|
background-color: var(--color-amber-300);
|
||
|
|
color: var(--color-amber-900);
|
||
|
|
}
|
||
|
|
|
||
|
|
.segment-explorer-file-label .code-icon {
|
||
|
|
opacity: 0;
|
||
|
|
margin-left: 0;
|
||
|
|
width: 0;
|
||
|
|
transition: all 0.15s ease-in-out;
|
||
|
|
}
|
||
|
|
.segment-explorer-file-label:hover .code-icon {
|
||
|
|
opacity: 1;
|
||
|
|
width: 12px;
|
||
|
|
margin-left: 4px;
|
||
|
|
}
|
||
|
|
|
||
|
|
.segment-explorer-file-label:hover {
|
||
|
|
filter: brightness(0.95);
|
||
|
|
}
|
||
|
|
|
||
|
|
.segment-explorer-file-label--builtin {
|
||
|
|
background-color: transparent;
|
||
|
|
color: var(--color-gray-900);
|
||
|
|
border: 1px dashed var(--color-gray-500);
|
||
|
|
height: 24px;
|
||
|
|
cursor: default;
|
||
|
|
}
|
||
|
|
.segment-explorer-file-label--builtin svg {
|
||
|
|
margin-left: 4px;
|
||
|
|
margin-right: -4px;
|
||
|
|
}
|
||
|
|
|
||
|
|
/* Footer styles */
|
||
|
|
.segment-explorer-footer {
|
||
|
|
padding: 8px;
|
||
|
|
border-top: 1px solid var(--color-gray-400);
|
||
|
|
user-select: none;
|
||
|
|
}
|
||
|
|
|
||
|
|
.segment-explorer-footer-button {
|
||
|
|
display: flex;
|
||
|
|
align-items: center;
|
||
|
|
justify-content: center;
|
||
|
|
gap: 8px;
|
||
|
|
width: 100%;
|
||
|
|
padding: 6px;
|
||
|
|
background: var(--color-background-100);
|
||
|
|
border: 1px solid var(--color-gray-400);
|
||
|
|
border-radius: 6px;
|
||
|
|
color: var(--color-gray-1000);
|
||
|
|
font-size: var(--size-14);
|
||
|
|
font-weight: 500;
|
||
|
|
cursor: pointer;
|
||
|
|
transition: background-color 0.15s ease;
|
||
|
|
}
|
||
|
|
|
||
|
|
.segment-explorer-footer-button:hover:not(:disabled) {
|
||
|
|
background: var(--color-gray-200);
|
||
|
|
}
|
||
|
|
|
||
|
|
.segment-explorer-footer-button--disabled {
|
||
|
|
cursor: not-allowed;
|
||
|
|
}
|
||
|
|
|
||
|
|
.segment-explorer-footer-text {
|
||
|
|
text-align: center;
|
||
|
|
}
|
||
|
|
|
||
|
|
.segment-explorer-footer-badge {
|
||
|
|
display: inline-flex;
|
||
|
|
align-items: center;
|
||
|
|
justify-content: center;
|
||
|
|
min-width: 20px;
|
||
|
|
height: 20px;
|
||
|
|
padding: 0 6px;
|
||
|
|
background: var(--color-amber-300);
|
||
|
|
color: var(--color-amber-900);
|
||
|
|
border-radius: 10px;
|
||
|
|
font-size: var(--size-12);
|
||
|
|
font-weight: 600;
|
||
|
|
line-height: 1;
|
||
|
|
}
|
||
|
|
|
||
|
|
.segment-explorer-file-label-tooltip--sm {
|
||
|
|
white-space: nowrap;
|
||
|
|
}
|
||
|
|
|
||
|
|
.segment-explorer-file-label-tooltip--lg {
|
||
|
|
min-width: 200px;
|
||
|
|
}
|
||
|
|
|
||
|
|
.segment-explorer-suggestions {
|
||
|
|
display: inline-flex;
|
||
|
|
gap: 8px;
|
||
|
|
}
|
||
|
|
|
||
|
|
.segment-explorer-suggestions-tooltip {
|
||
|
|
width: 200px;
|
||
|
|
}
|
||
|
|
`,""]);let l=i},"../../node_modules/.pnpm/css-loader@7.1.2_@rspack+core@1.6.7_@swc+helpers@0.5.15__webpack@5.98.0_@swc+core@1.11.24_@sw_bx7gx6l2cs2trwgqreijicltyy/node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[3].use[1]!./src/next-devtools/dev-overlay/components/toast/style.css"(e,t,r){"use strict";r.d(t,{A:()=>l});var n=r("../../node_modules/.pnpm/css-loader@7.1.2_@rspack+core@1.6.7_@swc+helpers@0.5.15__webpack@5.98.0_@swc+core@1.11.24_@sw_bx7gx6l2cs2trwgqreijicltyy/node_modules/css-loader/dist/runtime/noSourceMaps.js"),o=r.n(n),a=r("../../node_modules/.pnpm/css-loader@7.1.2_@rspack+core@1.6.7_@swc+helpers@0.5.15__webpack@5.98.0_@swc+core@1.11.24_@sw_bx7gx6l2cs2trwgqreijicltyy/node_modules/css-loader/dist/runtime/api.js"),i=r.n(a)()(o());i.push([e.id,`.nextjs-toast {
|
||
|
|
position: fixed;
|
||
|
|
z-index: var(--top-z-index);
|
||
|
|
max-width: 420px;
|
||
|
|
box-shadow: 0px 16px 32px rgba(0, 0, 0, 0.25);
|
||
|
|
}
|
||
|
|
|
||
|
|
.nextjs-toast-errors-parent {
|
||
|
|
padding: 16px;
|
||
|
|
border-radius: var(--rounded-4xl);
|
||
|
|
font-weight: 500;
|
||
|
|
color: var(--color-ansi-bright-white);
|
||
|
|
background-color: var(--color-ansi-red);
|
||
|
|
}
|
||
|
|
`,""]);let l=i},"../../node_modules/.pnpm/css-loader@7.1.2_@rspack+core@1.6.7_@swc+helpers@0.5.15__webpack@5.98.0_@swc+core@1.11.24_@sw_bx7gx6l2cs2trwgqreijicltyy/node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[3].use[1]!./src/next-devtools/dev-overlay/components/tooltip/tooltip.css"(e,t,r){"use strict";r.d(t,{A:()=>l});var n=r("../../node_modules/.pnpm/css-loader@7.1.2_@rspack+core@1.6.7_@swc+helpers@0.5.15__webpack@5.98.0_@swc+core@1.11.24_@sw_bx7gx6l2cs2trwgqreijicltyy/node_modules/css-loader/dist/runtime/noSourceMaps.js"),o=r.n(n),a=r("../../node_modules/.pnpm/css-loader@7.1.2_@rspack+core@1.6.7_@swc+helpers@0.5.15__webpack@5.98.0_@swc+core@1.11.24_@sw_bx7gx6l2cs2trwgqreijicltyy/node_modules/css-loader/dist/runtime/api.js"),i=r.n(a)()(o());i.push([e.id,`.tooltip-wrapper {
|
||
|
|
position: relative;
|
||
|
|
display: inline-block;
|
||
|
|
line-height: 1;
|
||
|
|
}
|
||
|
|
|
||
|
|
.tooltip {
|
||
|
|
position: relative;
|
||
|
|
padding: 6px 12px;
|
||
|
|
border-radius: 8px;
|
||
|
|
font-size: 14px;
|
||
|
|
line-height: 1.4;
|
||
|
|
pointer-events: none;
|
||
|
|
color: var(--color-gray-100);
|
||
|
|
background-color: var(--color-gray-1000);
|
||
|
|
}
|
||
|
|
|
||
|
|
.tooltip-arrow {
|
||
|
|
position: absolute;
|
||
|
|
width: 0;
|
||
|
|
height: 0;
|
||
|
|
border-style: solid;
|
||
|
|
border-width: var(--arrow-size, 6px);
|
||
|
|
border-color: transparent;
|
||
|
|
}
|
||
|
|
|
||
|
|
.tooltip-arrow--top {
|
||
|
|
border-width: var(--arrow-size, 6px) var(--arrow-size, 6px) 0
|
||
|
|
var(--arrow-size, 6px);
|
||
|
|
border-top-color: var(--color-gray-1000);
|
||
|
|
bottom: 0;
|
||
|
|
transform: translateY(100%);
|
||
|
|
}
|
||
|
|
|
||
|
|
.tooltip-arrow--bottom {
|
||
|
|
border-width: 0 var(--arrow-size, 6px) var(--arrow-size, 6px)
|
||
|
|
var(--arrow-size, 6px);
|
||
|
|
border-bottom-color: var(--color-gray-1000);
|
||
|
|
top: 0;
|
||
|
|
transform: translateY(-100%);
|
||
|
|
}
|
||
|
|
|
||
|
|
.tooltip-arrow--left {
|
||
|
|
border-width: var(--arrow-size, 6px) 0 var(--arrow-size, 6px)
|
||
|
|
var(--arrow-size, 6px);
|
||
|
|
border-left-color: var(--color-gray-1000);
|
||
|
|
right: 0;
|
||
|
|
transform: translateX(100%);
|
||
|
|
}
|
||
|
|
|
||
|
|
.tooltip-arrow--right {
|
||
|
|
border-width: var(--arrow-size, 6px) var(--arrow-size, 6px)
|
||
|
|
var(--arrow-size, 6px) 0;
|
||
|
|
border-right-color: var(--color-gray-1000);
|
||
|
|
left: 0;
|
||
|
|
transform: translateX(-100%);
|
||
|
|
}
|
||
|
|
|
||
|
|
.tooltip-positioner {
|
||
|
|
z-index: var(--top-z-index);
|
||
|
|
}
|
||
|
|
`,""]);let l=i},"../../node_modules/.pnpm/css-loader@7.1.2_@rspack+core@1.6.7_@swc+helpers@0.5.15__webpack@5.98.0_@swc+core@1.11.24_@sw_bx7gx6l2cs2trwgqreijicltyy/node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[3].use[1]!./src/next-devtools/dev-overlay/global.css"(e,t,r){"use strict";r.d(t,{A:()=>f});var n=r("../../node_modules/.pnpm/css-loader@7.1.2_@rspack+core@1.6.7_@swc+helpers@0.5.15__webpack@5.98.0_@swc+core@1.11.24_@sw_bx7gx6l2cs2trwgqreijicltyy/node_modules/css-loader/dist/runtime/noSourceMaps.js"),o=r.n(n),a=r("../../node_modules/.pnpm/css-loader@7.1.2_@rspack+core@1.6.7_@swc+helpers@0.5.15__webpack@5.98.0_@swc+core@1.11.24_@sw_bx7gx6l2cs2trwgqreijicltyy/node_modules/css-loader/dist/runtime/api.js"),i=r.n(a),l=r("../../node_modules/.pnpm/css-loader@7.1.2_@rspack+core@1.6.7_@swc+helpers@0.5.15__webpack@5.98.0_@swc+core@1.11.24_@sw_bx7gx6l2cs2trwgqreijicltyy/node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[3].use[1]!./src/next-devtools/dev-overlay/normalize.css"),s=r("../../node_modules/.pnpm/css-loader@7.1.2_@rspack+core@1.6.7_@swc+helpers@0.5.15__webpack@5.98.0_@swc+core@1.11.24_@sw_bx7gx6l2cs2trwgqreijicltyy/node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[3].use[1]!./src/next-devtools/dev-overlay/styles/default-theme.css"),c=r("../../node_modules/.pnpm/css-loader@7.1.2_@rspack+core@1.6.7_@swc+helpers@0.5.15__webpack@5.98.0_@swc+core@1.11.24_@sw_bx7gx6l2cs2trwgqreijicltyy/node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[3].use[1]!./src/next-devtools/dev-overlay/styles/dark-theme.css"),u=r("../../node_modules/.pnpm/css-loader@7.1.2_@rspack+core@1.6.7_@swc+helpers@0.5.15__webpack@5.98.0_@swc+core@1.11.24_@sw_bx7gx6l2cs2trwgqreijicltyy/node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[3].use[1]!./src/next-devtools/dev-overlay/styles/colors.css"),d=i()(o());d.i(l.A),d.i(s.A),d.i(c.A),d.i(u.A),d.push([e.id,`/* devtool global css variables */
|
||
|
|
:host {
|
||
|
|
/* variables */
|
||
|
|
--top-z-index: 2147483647;
|
||
|
|
}
|
||
|
|
|
||
|
|
/* global styles */
|
||
|
|
* {
|
||
|
|
-webkit-font-smoothing: antialiased;
|
||
|
|
}
|
||
|
|
|
||
|
|
/* global reset for draggable content scrollbar styles */
|
||
|
|
[data-nextjs-scrollable-content],
|
||
|
|
[data-nextjs-scrollable-content] * {
|
||
|
|
&::-webkit-scrollbar {
|
||
|
|
width: 6px;
|
||
|
|
height: 6px;
|
||
|
|
border-radius: 0 0 1rem 1rem;
|
||
|
|
margin-bottom: 1rem;
|
||
|
|
}
|
||
|
|
|
||
|
|
&::-webkit-scrollbar-button {
|
||
|
|
display: none;
|
||
|
|
}
|
||
|
|
|
||
|
|
&::-webkit-scrollbar-track {
|
||
|
|
border-radius: 0 0 1rem 1rem;
|
||
|
|
background-color: var(--color-background-100);
|
||
|
|
}
|
||
|
|
|
||
|
|
&::-webkit-scrollbar-thumb {
|
||
|
|
border-radius: 1rem;
|
||
|
|
background-color: var(--color-gray-500);
|
||
|
|
}
|
||
|
|
}
|
||
|
|
|
||
|
|
/* Place overflow: hidden on this so we can break out from [data-nextjs-dialog] */
|
||
|
|
[data-nextjs-scrollable-content] {
|
||
|
|
overflow: hidden;
|
||
|
|
border-radius: inherit;
|
||
|
|
}
|
||
|
|
`,""]);let f=d},"../../node_modules/.pnpm/css-loader@7.1.2_@rspack+core@1.6.7_@swc+helpers@0.5.15__webpack@5.98.0_@swc+core@1.11.24_@sw_bx7gx6l2cs2trwgqreijicltyy/node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[3].use[1]!./src/next-devtools/dev-overlay/menu/panel-router.css"(e,t,r){"use strict";r.d(t,{A:()=>l});var n=r("../../node_modules/.pnpm/css-loader@7.1.2_@rspack+core@1.6.7_@swc+helpers@0.5.15__webpack@5.98.0_@swc+core@1.11.24_@sw_bx7gx6l2cs2trwgqreijicltyy/node_modules/css-loader/dist/runtime/noSourceMaps.js"),o=r.n(n),a=r("../../node_modules/.pnpm/css-loader@7.1.2_@rspack+core@1.6.7_@swc+helpers@0.5.15__webpack@5.98.0_@swc+core@1.11.24_@sw_bx7gx6l2cs2trwgqreijicltyy/node_modules/css-loader/dist/runtime/api.js"),i=r.n(a)()(o());i.push([e.id,`/* Panel content padding styles */
|
||
|
|
.panel-content {
|
||
|
|
padding: 16px;
|
||
|
|
padding-top: 8px;
|
||
|
|
overflow: hidden;
|
||
|
|
}
|
||
|
|
|
||
|
|
/* User preferences wrapper styles */
|
||
|
|
.user-preferences-wrapper {
|
||
|
|
padding: 20px;
|
||
|
|
padding-top: 8px;
|
||
|
|
overflow: hidden;
|
||
|
|
}
|
||
|
|
|
||
|
|
/* Panel route base styles */
|
||
|
|
.panel-route {
|
||
|
|
opacity: var(--panel-opacity);
|
||
|
|
transition: var(--panel-transition);
|
||
|
|
}
|
||
|
|
|
||
|
|
.turbopack-upgrade-link {
|
||
|
|
text-decoration: underline;
|
||
|
|
font-weight: 500;
|
||
|
|
}
|
||
|
|
`,""]);let l=i},"../../node_modules/.pnpm/css-loader@7.1.2_@rspack+core@1.6.7_@swc+helpers@0.5.15__webpack@5.98.0_@swc+core@1.11.24_@sw_bx7gx6l2cs2trwgqreijicltyy/node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[3].use[1]!./src/next-devtools/dev-overlay/normalize.css"(e,t,r){"use strict";r.d(t,{A:()=>l});var n=r("../../node_modules/.pnpm/css-loader@7.1.2_@rspack+core@1.6.7_@swc+helpers@0.5.15__webpack@5.98.0_@swc+core@1.11.24_@sw_bx7gx6l2cs2trwgqreijicltyy/node_modules/css-loader/dist/runtime/noSourceMaps.js"),o=r.n(n),a=r("../../node_modules/.pnpm/css-loader@7.1.2_@rspack+core@1.6.7_@swc+helpers@0.5.15__webpack@5.98.0_@swc+core@1.11.24_@sw_bx7gx6l2cs2trwgqreijicltyy/node_modules/css-loader/dist/runtime/api.js"),i=r.n(a)()(o());i.push([e.id,`:host {
|
||
|
|
all: initial;
|
||
|
|
|
||
|
|
/* the direction property is not reset by 'all' */
|
||
|
|
direction: ltr;
|
||
|
|
}
|
||
|
|
|
||
|
|
/*!
|
||
|
|
* Bootstrap Reboot v4.4.1 (https://getbootstrap.com/)
|
||
|
|
* Copyright 2011-2019 The Bootstrap Authors
|
||
|
|
* Copyright 2011-2019 Twitter, Inc.
|
||
|
|
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
|
||
|
|
* Forked from Normalize.css, licensed MIT (https://github.com/necolas/normalize.css/blob/master/LICENSE.md)
|
||
|
|
*/
|
||
|
|
*,
|
||
|
|
*::before,
|
||
|
|
*::after {
|
||
|
|
box-sizing: border-box;
|
||
|
|
}
|
||
|
|
|
||
|
|
:host {
|
||
|
|
font-family: sans-serif;
|
||
|
|
line-height: 1.15;
|
||
|
|
-webkit-text-size-adjust: 100%;
|
||
|
|
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
|
||
|
|
}
|
||
|
|
|
||
|
|
article,
|
||
|
|
aside,
|
||
|
|
figcaption,
|
||
|
|
figure,
|
||
|
|
footer,
|
||
|
|
header,
|
||
|
|
hgroup,
|
||
|
|
main,
|
||
|
|
nav,
|
||
|
|
section {
|
||
|
|
display: block;
|
||
|
|
}
|
||
|
|
|
||
|
|
:host {
|
||
|
|
margin: 0;
|
||
|
|
font-family:
|
||
|
|
-apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue',
|
||
|
|
Arial, 'Noto Sans', sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji',
|
||
|
|
'Segoe UI Symbol', 'Noto Color Emoji';
|
||
|
|
font-size: 16px;
|
||
|
|
font-weight: 400;
|
||
|
|
line-height: 1.5;
|
||
|
|
color: var(--color-font);
|
||
|
|
text-align: left;
|
||
|
|
}
|
||
|
|
|
||
|
|
:host:not(button) {
|
||
|
|
background-color: #fff;
|
||
|
|
}
|
||
|
|
|
||
|
|
[tabindex='-1']:focus:not(:focus-visible) {
|
||
|
|
outline: 0 !important;
|
||
|
|
}
|
||
|
|
|
||
|
|
hr {
|
||
|
|
box-sizing: content-box;
|
||
|
|
height: 0;
|
||
|
|
overflow: visible;
|
||
|
|
}
|
||
|
|
|
||
|
|
h1,
|
||
|
|
h2,
|
||
|
|
h3,
|
||
|
|
h4,
|
||
|
|
h5,
|
||
|
|
h6 {
|
||
|
|
margin-top: 0;
|
||
|
|
margin-bottom: 8px;
|
||
|
|
}
|
||
|
|
|
||
|
|
p {
|
||
|
|
margin-top: 0;
|
||
|
|
margin-bottom: 16px;
|
||
|
|
}
|
||
|
|
|
||
|
|
abbr[title],
|
||
|
|
abbr[data-original-title] {
|
||
|
|
text-decoration: underline;
|
||
|
|
-webkit-text-decoration: underline dotted;
|
||
|
|
text-decoration: underline dotted;
|
||
|
|
cursor: help;
|
||
|
|
border-bottom: 0;
|
||
|
|
-webkit-text-decoration-skip-ink: none;
|
||
|
|
text-decoration-skip-ink: none;
|
||
|
|
}
|
||
|
|
|
||
|
|
address {
|
||
|
|
margin-bottom: 16px;
|
||
|
|
font-style: normal;
|
||
|
|
line-height: inherit;
|
||
|
|
}
|
||
|
|
|
||
|
|
ol,
|
||
|
|
ul,
|
||
|
|
dl {
|
||
|
|
margin-top: 0;
|
||
|
|
margin-bottom: 16px;
|
||
|
|
}
|
||
|
|
|
||
|
|
ol ol,
|
||
|
|
ul ul,
|
||
|
|
ol ul,
|
||
|
|
ul ol {
|
||
|
|
margin-bottom: 0;
|
||
|
|
}
|
||
|
|
|
||
|
|
dt {
|
||
|
|
font-weight: 700;
|
||
|
|
}
|
||
|
|
|
||
|
|
dd {
|
||
|
|
margin-bottom: 8px;
|
||
|
|
margin-left: 0;
|
||
|
|
}
|
||
|
|
|
||
|
|
blockquote {
|
||
|
|
margin: 0 0 16px;
|
||
|
|
}
|
||
|
|
|
||
|
|
b,
|
||
|
|
strong {
|
||
|
|
font-weight: bolder;
|
||
|
|
}
|
||
|
|
|
||
|
|
small {
|
||
|
|
font-size: 80%;
|
||
|
|
}
|
||
|
|
|
||
|
|
sub,
|
||
|
|
sup {
|
||
|
|
position: relative;
|
||
|
|
font-size: 75%;
|
||
|
|
line-height: 0;
|
||
|
|
vertical-align: baseline;
|
||
|
|
}
|
||
|
|
|
||
|
|
sub {
|
||
|
|
bottom: -0.25em;
|
||
|
|
}
|
||
|
|
|
||
|
|
sup {
|
||
|
|
top: -0.5em;
|
||
|
|
}
|
||
|
|
|
||
|
|
a {
|
||
|
|
color: #007bff;
|
||
|
|
text-decoration: none;
|
||
|
|
background-color: transparent;
|
||
|
|
}
|
||
|
|
|
||
|
|
a:hover {
|
||
|
|
color: #0056b3;
|
||
|
|
text-decoration: underline;
|
||
|
|
}
|
||
|
|
|
||
|
|
a:not([href]) {
|
||
|
|
color: inherit;
|
||
|
|
text-decoration: none;
|
||
|
|
}
|
||
|
|
|
||
|
|
a:not([href]):hover {
|
||
|
|
color: inherit;
|
||
|
|
text-decoration: none;
|
||
|
|
}
|
||
|
|
|
||
|
|
pre,
|
||
|
|
code,
|
||
|
|
kbd,
|
||
|
|
samp {
|
||
|
|
font-family:
|
||
|
|
SFMono-Regular, Menlo, Monaco, Consolas, 'Liberation Mono', 'Courier New',
|
||
|
|
monospace;
|
||
|
|
font-size: 1em;
|
||
|
|
}
|
||
|
|
|
||
|
|
pre {
|
||
|
|
margin-top: 0;
|
||
|
|
margin-bottom: 16px;
|
||
|
|
overflow: auto;
|
||
|
|
}
|
||
|
|
|
||
|
|
figure {
|
||
|
|
margin: 0 0 16px;
|
||
|
|
}
|
||
|
|
|
||
|
|
img {
|
||
|
|
vertical-align: middle;
|
||
|
|
border-style: none;
|
||
|
|
}
|
||
|
|
|
||
|
|
svg {
|
||
|
|
overflow: hidden;
|
||
|
|
vertical-align: middle;
|
||
|
|
}
|
||
|
|
|
||
|
|
table {
|
||
|
|
border-collapse: collapse;
|
||
|
|
}
|
||
|
|
|
||
|
|
caption {
|
||
|
|
padding-top: 12px;
|
||
|
|
padding-bottom: 12px;
|
||
|
|
color: #6c757d;
|
||
|
|
text-align: left;
|
||
|
|
caption-side: bottom;
|
||
|
|
}
|
||
|
|
|
||
|
|
th {
|
||
|
|
text-align: inherit;
|
||
|
|
}
|
||
|
|
|
||
|
|
label {
|
||
|
|
display: inline-block;
|
||
|
|
margin-bottom: 8px;
|
||
|
|
}
|
||
|
|
|
||
|
|
button {
|
||
|
|
border-radius: 0;
|
||
|
|
border: 0;
|
||
|
|
padding: 0;
|
||
|
|
margin: 0;
|
||
|
|
background: none;
|
||
|
|
appearance: none;
|
||
|
|
-webkit-appearance: none;
|
||
|
|
}
|
||
|
|
|
||
|
|
button:focus {
|
||
|
|
outline: 1px dotted;
|
||
|
|
outline: 5px auto -webkit-focus-ring-color;
|
||
|
|
}
|
||
|
|
|
||
|
|
button:focus:not(:focus-visible) {
|
||
|
|
outline: none;
|
||
|
|
}
|
||
|
|
|
||
|
|
input,
|
||
|
|
button,
|
||
|
|
select,
|
||
|
|
optgroup,
|
||
|
|
textarea {
|
||
|
|
margin: 0;
|
||
|
|
font-family: inherit;
|
||
|
|
font-size: inherit;
|
||
|
|
line-height: inherit;
|
||
|
|
}
|
||
|
|
|
||
|
|
button,
|
||
|
|
input {
|
||
|
|
overflow: visible;
|
||
|
|
}
|
||
|
|
|
||
|
|
button,
|
||
|
|
select {
|
||
|
|
text-transform: none;
|
||
|
|
}
|
||
|
|
|
||
|
|
select {
|
||
|
|
word-wrap: normal;
|
||
|
|
}
|
||
|
|
|
||
|
|
button,
|
||
|
|
[type='button'],
|
||
|
|
[type='reset'],
|
||
|
|
[type='submit'] {
|
||
|
|
-webkit-appearance: button;
|
||
|
|
}
|
||
|
|
|
||
|
|
button:not(:disabled),
|
||
|
|
[type='button']:not(:disabled),
|
||
|
|
[type='reset']:not(:disabled),
|
||
|
|
[type='submit']:not(:disabled) {
|
||
|
|
cursor: pointer;
|
||
|
|
}
|
||
|
|
|
||
|
|
button::-moz-focus-inner,
|
||
|
|
[type='button']::-moz-focus-inner,
|
||
|
|
[type='reset']::-moz-focus-inner,
|
||
|
|
[type='submit']::-moz-focus-inner {
|
||
|
|
padding: 0;
|
||
|
|
border-style: none;
|
||
|
|
}
|
||
|
|
|
||
|
|
input[type='radio'],
|
||
|
|
input[type='checkbox'] {
|
||
|
|
box-sizing: border-box;
|
||
|
|
padding: 0;
|
||
|
|
}
|
||
|
|
|
||
|
|
input[type='date'],
|
||
|
|
input[type='time'],
|
||
|
|
input[type='datetime-local'],
|
||
|
|
input[type='month'] {
|
||
|
|
-webkit-appearance: listbox;
|
||
|
|
}
|
||
|
|
|
||
|
|
textarea {
|
||
|
|
overflow: auto;
|
||
|
|
resize: vertical;
|
||
|
|
}
|
||
|
|
|
||
|
|
fieldset {
|
||
|
|
min-width: 0;
|
||
|
|
padding: 0;
|
||
|
|
margin: 0;
|
||
|
|
border: 0;
|
||
|
|
}
|
||
|
|
|
||
|
|
legend {
|
||
|
|
display: block;
|
||
|
|
width: 100%;
|
||
|
|
max-width: 100%;
|
||
|
|
padding: 0;
|
||
|
|
margin-bottom: 8px;
|
||
|
|
font-size: 24px;
|
||
|
|
line-height: inherit;
|
||
|
|
color: inherit;
|
||
|
|
white-space: normal;
|
||
|
|
}
|
||
|
|
|
||
|
|
progress {
|
||
|
|
vertical-align: baseline;
|
||
|
|
}
|
||
|
|
|
||
|
|
[type='number']::-webkit-inner-spin-button,
|
||
|
|
[type='number']::-webkit-outer-spin-button {
|
||
|
|
height: auto;
|
||
|
|
}
|
||
|
|
|
||
|
|
[type='search'] {
|
||
|
|
outline-offset: -2px;
|
||
|
|
-webkit-appearance: none;
|
||
|
|
}
|
||
|
|
|
||
|
|
[type='search']::-webkit-search-decoration {
|
||
|
|
-webkit-appearance: none;
|
||
|
|
}
|
||
|
|
|
||
|
|
::-webkit-file-upload-button {
|
||
|
|
font: inherit;
|
||
|
|
-webkit-appearance: button;
|
||
|
|
}
|
||
|
|
|
||
|
|
output {
|
||
|
|
display: inline-block;
|
||
|
|
}
|
||
|
|
|
||
|
|
summary {
|
||
|
|
display: list-item;
|
||
|
|
cursor: pointer;
|
||
|
|
}
|
||
|
|
|
||
|
|
template {
|
||
|
|
display: none;
|
||
|
|
}
|
||
|
|
|
||
|
|
[hidden] {
|
||
|
|
display: none !important;
|
||
|
|
}
|
||
|
|
`,""]);let l=i},"../../node_modules/.pnpm/css-loader@7.1.2_@rspack+core@1.6.7_@swc+helpers@0.5.15__webpack@5.98.0_@swc+core@1.11.24_@sw_bx7gx6l2cs2trwgqreijicltyy/node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[3].use[1]!./src/next-devtools/dev-overlay/panel/dynamic-panel.css"(e,t,r){"use strict";r.d(t,{A:()=>l});var n=r("../../node_modules/.pnpm/css-loader@7.1.2_@rspack+core@1.6.7_@swc+helpers@0.5.15__webpack@5.98.0_@swc+core@1.11.24_@sw_bx7gx6l2cs2trwgqreijicltyy/node_modules/css-loader/dist/runtime/noSourceMaps.js"),o=r.n(n),a=r("../../node_modules/.pnpm/css-loader@7.1.2_@rspack+core@1.6.7_@swc+helpers@0.5.15__webpack@5.98.0_@swc+core@1.11.24_@sw_bx7gx6l2cs2trwgqreijicltyy/node_modules/css-loader/dist/runtime/api.js"),i=r.n(a)()(o());i.push([e.id,`/* Panel container base styles with dynamic positioning and sizing */
|
||
|
|
.dynamic-panel-container {
|
||
|
|
position: fixed;
|
||
|
|
z-index: 2147483646;
|
||
|
|
outline: none;
|
||
|
|
top: var(--panel-top, auto);
|
||
|
|
bottom: var(--panel-bottom, auto);
|
||
|
|
left: var(--panel-left, auto);
|
||
|
|
right: var(--panel-right, auto);
|
||
|
|
width: var(--panel-width);
|
||
|
|
height: var(--panel-height);
|
||
|
|
min-width: var(--panel-min-width);
|
||
|
|
min-height: var(--panel-min-height);
|
||
|
|
max-width: var(--panel-max-width);
|
||
|
|
max-height: var(--panel-max-height);
|
||
|
|
}
|
||
|
|
|
||
|
|
/* Panel content container styles */
|
||
|
|
.panel-content-container {
|
||
|
|
position: relative;
|
||
|
|
width: 100%;
|
||
|
|
height: 100%;
|
||
|
|
border: 1px solid var(--color-gray-alpha-400);
|
||
|
|
border-radius: var(--rounded-xl);
|
||
|
|
background: var(--color-background-100);
|
||
|
|
display: flex;
|
||
|
|
flex-direction: column;
|
||
|
|
}
|
||
|
|
|
||
|
|
/* Draggable content area styles */
|
||
|
|
.draggable-content {
|
||
|
|
flex: 1;
|
||
|
|
overflow: auto;
|
||
|
|
}
|
||
|
|
`,""]);let l=i},"../../node_modules/.pnpm/css-loader@7.1.2_@rspack+core@1.6.7_@swc+helpers@0.5.15__webpack@5.98.0_@swc+core@1.11.24_@sw_bx7gx6l2cs2trwgqreijicltyy/node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[3].use[1]!./src/next-devtools/dev-overlay/styles/colors.css"(e,t,r){"use strict";r.d(t,{A:()=>l});var n=r("../../node_modules/.pnpm/css-loader@7.1.2_@rspack+core@1.6.7_@swc+helpers@0.5.15__webpack@5.98.0_@swc+core@1.11.24_@sw_bx7gx6l2cs2trwgqreijicltyy/node_modules/css-loader/dist/runtime/noSourceMaps.js"),o=r.n(n),a=r("../../node_modules/.pnpm/css-loader@7.1.2_@rspack+core@1.6.7_@swc+helpers@0.5.15__webpack@5.98.0_@swc+core@1.11.24_@sw_bx7gx6l2cs2trwgqreijicltyy/node_modules/css-loader/dist/runtime/api.js"),i=r.n(a)()(o());i.push([e.id,`:host {
|
||
|
|
/*
|
||
|
|
* CAUTION: THIS IS A WORKAROUND!
|
||
|
|
* The code frame renderer (next-code-frame) uses hardcoded ANSI colors that don't match
|
||
|
|
* our theme colors. We do a workaround mapping to change the ANSI color matching the theme.
|
||
|
|
*
|
||
|
|
* next-code-frame color scheme:
|
||
|
|
* cyan (36m): keywords (const, function, return, etc.)
|
||
|
|
* yellow (33m): capitalized identifiers (Component names, types)
|
||
|
|
* magenta (35m): numbers, regex literals
|
||
|
|
* green (32m): strings
|
||
|
|
* gray (90m): comments, gutter
|
||
|
|
*/
|
||
|
|
/* cyan: keyword */
|
||
|
|
--color-ansi-cyan: var(--color-syntax-keyword);
|
||
|
|
/* yellow: capitalized identifiers */
|
||
|
|
--color-ansi-yellow: var(--color-syntax-function);
|
||
|
|
/* magenta: number, regex */
|
||
|
|
--color-ansi-magenta: var(--color-syntax-keyword);
|
||
|
|
/* green: string */
|
||
|
|
--color-ansi-green: var(--color-syntax-string);
|
||
|
|
/* gray (bright black): comment, gutter */
|
||
|
|
--color-ansi-bright-black: var(--color-syntax-comment);
|
||
|
|
|
||
|
|
/* Ansi - Temporary */
|
||
|
|
--color-ansi-selection: var(--color-gray-alpha-300);
|
||
|
|
--color-ansi-bg: var(--color-background-200);
|
||
|
|
--color-ansi-fg: var(--color-gray-1000);
|
||
|
|
|
||
|
|
--color-ansi-white: var(--color-gray-700);
|
||
|
|
--color-ansi-black: var(--color-gray-200);
|
||
|
|
--color-ansi-blue: var(--color-blue-700);
|
||
|
|
--color-ansi-red: var(--color-red-700);
|
||
|
|
--color-ansi-bright-white: var(--color-gray-1000);
|
||
|
|
--color-ansi-bright-blue: var(--color-blue-800);
|
||
|
|
--color-ansi-bright-cyan: var(--color-blue-800);
|
||
|
|
--color-ansi-bright-green: var(--color-green-800);
|
||
|
|
--color-ansi-bright-magenta: var(--color-blue-800);
|
||
|
|
--color-ansi-bright-red: var(--color-red-800);
|
||
|
|
--color-ansi-bright-yellow: var(--color-amber-900);
|
||
|
|
|
||
|
|
/* Background Light */
|
||
|
|
--color-background-100: #ffffff;
|
||
|
|
--color-background-200: #fafafa;
|
||
|
|
|
||
|
|
/* Syntax Light */
|
||
|
|
--color-syntax-comment: #545454;
|
||
|
|
--color-syntax-constant: #171717;
|
||
|
|
--color-syntax-function: #0054ad;
|
||
|
|
--color-syntax-keyword: #a51850;
|
||
|
|
--color-syntax-link: #066056;
|
||
|
|
--color-syntax-parameter: #8f3e00;
|
||
|
|
--color-syntax-punctuation: #171717;
|
||
|
|
--color-syntax-string: #036157;
|
||
|
|
--color-syntax-string-expression: #066056;
|
||
|
|
|
||
|
|
/* Gray Scale Light */
|
||
|
|
--color-gray-100: #f2f2f2;
|
||
|
|
--color-gray-200: #ebebeb;
|
||
|
|
--color-gray-300: #e6e6e6;
|
||
|
|
--color-gray-400: #eaeaea;
|
||
|
|
--color-gray-500: #c9c9c9;
|
||
|
|
--color-gray-600: #a8a8a8;
|
||
|
|
--color-gray-700: #8f8f8f;
|
||
|
|
--color-gray-800: #7d7d7d;
|
||
|
|
--color-gray-900: #666666;
|
||
|
|
--color-gray-1000: #171717;
|
||
|
|
|
||
|
|
/* Gray Alpha Scale Light */
|
||
|
|
--color-gray-alpha-100: rgba(0, 0, 0, 0.05);
|
||
|
|
--color-gray-alpha-200: rgba(0, 0, 0, 0.081);
|
||
|
|
--color-gray-alpha-300: rgba(0, 0, 0, 0.1);
|
||
|
|
--color-gray-alpha-400: rgba(0, 0, 0, 0.08);
|
||
|
|
--color-gray-alpha-500: rgba(0, 0, 0, 0.21);
|
||
|
|
--color-gray-alpha-600: rgba(0, 0, 0, 0.34);
|
||
|
|
--color-gray-alpha-700: rgba(0, 0, 0, 0.44);
|
||
|
|
--color-gray-alpha-800: rgba(0, 0, 0, 0.51);
|
||
|
|
--color-gray-alpha-900: rgba(0, 0, 0, 0.605);
|
||
|
|
--color-gray-alpha-1000: rgba(0, 0, 0, 0.91);
|
||
|
|
|
||
|
|
/* Blue Scale Light */
|
||
|
|
--color-blue-100: #f0f7ff;
|
||
|
|
--color-blue-200: #edf6ff;
|
||
|
|
--color-blue-300: #e1f0ff;
|
||
|
|
--color-blue-400: #cde7ff;
|
||
|
|
--color-blue-500: #99ceff;
|
||
|
|
--color-blue-600: #52aeff;
|
||
|
|
--color-blue-700: #0070f3;
|
||
|
|
--color-blue-800: #0060d1;
|
||
|
|
--color-blue-900: #0067d6;
|
||
|
|
--color-blue-1000: #0025ad;
|
||
|
|
|
||
|
|
/* Red Scale Light */
|
||
|
|
--color-red-100: #fff0f0;
|
||
|
|
--color-red-200: #ffebeb;
|
||
|
|
--color-red-300: #ffe5e5;
|
||
|
|
--color-red-400: #fdd8d8;
|
||
|
|
--color-red-500: #f8baba;
|
||
|
|
--color-red-600: #f87274;
|
||
|
|
--color-red-700: #e5484d;
|
||
|
|
--color-red-800: #da3036;
|
||
|
|
--color-red-900: #ca2a30;
|
||
|
|
--color-red-1000: #381316;
|
||
|
|
|
||
|
|
/* Amber Scale Light */
|
||
|
|
--color-amber-100: #fff6e5;
|
||
|
|
--color-amber-200: #fff4d5;
|
||
|
|
--color-amber-300: #fef0cd;
|
||
|
|
--color-amber-400: #ffddbf;
|
||
|
|
--color-amber-500: #ffc96b;
|
||
|
|
--color-amber-600: #f5b047;
|
||
|
|
--color-amber-700: #ffb224;
|
||
|
|
--color-amber-800: #ff990a;
|
||
|
|
--color-amber-900: #a35200;
|
||
|
|
--color-amber-1000: #4e2009;
|
||
|
|
|
||
|
|
/* Green Scale Light */
|
||
|
|
--color-green-100: #effbef;
|
||
|
|
--color-green-200: #eafaea;
|
||
|
|
--color-green-300: #dcf6dc;
|
||
|
|
--color-green-400: #c8f1c9;
|
||
|
|
--color-green-500: #99e59f;
|
||
|
|
--color-green-600: #6cda76;
|
||
|
|
--color-green-700: #46a758;
|
||
|
|
--color-green-800: #388e4a;
|
||
|
|
--color-green-900: #297c3b;
|
||
|
|
--color-green-1000: #18311e;
|
||
|
|
|
||
|
|
/* Turbopack Light - Temporary */
|
||
|
|
--color-turbopack-text-red: #ff1e56;
|
||
|
|
--color-turbopack-text-blue: #0096ff;
|
||
|
|
--color-turbopack-border-red: #f0adbe;
|
||
|
|
--color-turbopack-border-blue: #adccea;
|
||
|
|
--color-turbopack-background-red: #fff7f9;
|
||
|
|
--color-turbopack-background-blue: #f6fbff;
|
||
|
|
}
|
||
|
|
`,""]);let l=i},"../../node_modules/.pnpm/css-loader@7.1.2_@rspack+core@1.6.7_@swc+helpers@0.5.15__webpack@5.98.0_@swc+core@1.11.24_@sw_bx7gx6l2cs2trwgqreijicltyy/node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[3].use[1]!./src/next-devtools/dev-overlay/styles/dark-theme.css"(e,t,r){"use strict";r.d(t,{A:()=>l});var n=r("../../node_modules/.pnpm/css-loader@7.1.2_@rspack+core@1.6.7_@swc+helpers@0.5.15__webpack@5.98.0_@swc+core@1.11.24_@sw_bx7gx6l2cs2trwgqreijicltyy/node_modules/css-loader/dist/runtime/noSourceMaps.js"),o=r.n(n),a=r("../../node_modules/.pnpm/css-loader@7.1.2_@rspack+core@1.6.7_@swc+helpers@0.5.15__webpack@5.98.0_@swc+core@1.11.24_@sw_bx7gx6l2cs2trwgqreijicltyy/node_modules/css-loader/dist/runtime/api.js"),i=r.n(a)()(o());i.push([e.id,`:host(.dark) {
|
||
|
|
--color-font: white;
|
||
|
|
--color-backdrop: rgba(0, 0, 0, 0.8);
|
||
|
|
--color-border-shadow: rgba(255, 255, 255, 0.145);
|
||
|
|
|
||
|
|
--color-title-color: #fafafa;
|
||
|
|
--color-stack-notes: #a9a9a9;
|
||
|
|
|
||
|
|
/* Background Dark */
|
||
|
|
--color-background-100: #0a0a0a;
|
||
|
|
--color-background-200: #000000;
|
||
|
|
|
||
|
|
/* Syntax Dark */
|
||
|
|
--color-syntax-comment: #a0a0a0;
|
||
|
|
--color-syntax-constant: #ededed;
|
||
|
|
--color-syntax-function: #52a9ff;
|
||
|
|
--color-syntax-keyword: #f76e99;
|
||
|
|
--color-syntax-link: #0ac5b2;
|
||
|
|
--color-syntax-parameter: #f1a10d;
|
||
|
|
--color-syntax-punctuation: #ededed;
|
||
|
|
--color-syntax-string: #0ac5b2;
|
||
|
|
--color-syntax-string-expression: #0ac5b2;
|
||
|
|
|
||
|
|
/* Gray Scale Dark */
|
||
|
|
--color-gray-100: #1a1a1a;
|
||
|
|
--color-gray-200: #1f1f1f;
|
||
|
|
--color-gray-300: #292929;
|
||
|
|
--color-gray-400: #2e2e2e;
|
||
|
|
--color-gray-500: #454545;
|
||
|
|
--color-gray-600: #878787;
|
||
|
|
--color-gray-700: #8f8f8f;
|
||
|
|
--color-gray-800: #7d7d7d;
|
||
|
|
--color-gray-900: #a0a0a0;
|
||
|
|
--color-gray-1000: #ededed;
|
||
|
|
|
||
|
|
/* Gray Alpha Scale Dark */
|
||
|
|
--color-gray-alpha-100: rgba(255, 255, 255, 0.066);
|
||
|
|
--color-gray-alpha-200: rgba(255, 255, 255, 0.087);
|
||
|
|
--color-gray-alpha-300: rgba(255, 255, 255, 0.125);
|
||
|
|
--color-gray-alpha-400: rgba(255, 255, 255, 0.145);
|
||
|
|
--color-gray-alpha-500: rgba(255, 255, 255, 0.239);
|
||
|
|
--color-gray-alpha-600: rgba(255, 255, 255, 0.506);
|
||
|
|
--color-gray-alpha-700: rgba(255, 255, 255, 0.54);
|
||
|
|
--color-gray-alpha-800: rgba(255, 255, 255, 0.47);
|
||
|
|
--color-gray-alpha-900: rgba(255, 255, 255, 0.61);
|
||
|
|
--color-gray-alpha-1000: rgba(255, 255, 255, 0.923);
|
||
|
|
|
||
|
|
/* Blue Scale Dark */
|
||
|
|
--color-blue-100: #0f1b2d;
|
||
|
|
--color-blue-200: #10243e;
|
||
|
|
--color-blue-300: #0f3058;
|
||
|
|
--color-blue-400: #0d3868;
|
||
|
|
--color-blue-500: #0a4481;
|
||
|
|
--color-blue-600: #0091ff;
|
||
|
|
--color-blue-700: #0070f3;
|
||
|
|
--color-blue-800: #0060d1;
|
||
|
|
--color-blue-900: #52a9ff;
|
||
|
|
--color-blue-1000: #eaf6ff;
|
||
|
|
|
||
|
|
/* Red Scale Dark */
|
||
|
|
--color-red-100: #2a1314;
|
||
|
|
--color-red-200: #3d1719;
|
||
|
|
--color-red-300: #551a1e;
|
||
|
|
--color-red-400: #671e22;
|
||
|
|
--color-red-500: #822025;
|
||
|
|
--color-red-600: #e5484d;
|
||
|
|
--color-red-700: #e5484d;
|
||
|
|
--color-red-800: #da3036;
|
||
|
|
--color-red-900: #ff6369;
|
||
|
|
--color-red-1000: #ffecee;
|
||
|
|
|
||
|
|
/* Amber Scale Dark */
|
||
|
|
--color-amber-100: #271700;
|
||
|
|
--color-amber-200: #341c00;
|
||
|
|
--color-amber-300: #4a2900;
|
||
|
|
--color-amber-400: #573300;
|
||
|
|
--color-amber-500: #693f05;
|
||
|
|
--color-amber-600: #e79c13;
|
||
|
|
--color-amber-700: #ffb224;
|
||
|
|
--color-amber-800: #ff990a;
|
||
|
|
--color-amber-900: #f1a10d;
|
||
|
|
--color-amber-1000: #fef3dd;
|
||
|
|
|
||
|
|
/* Green Scale Dark */
|
||
|
|
--color-green-100: #0b2211;
|
||
|
|
--color-green-200: #0f2c17;
|
||
|
|
--color-green-300: #11351b;
|
||
|
|
--color-green-400: #0c461b;
|
||
|
|
--color-green-500: #126427;
|
||
|
|
--color-green-600: #1a9338;
|
||
|
|
--color-green-700: #46a758;
|
||
|
|
--color-green-800: #388e4a;
|
||
|
|
--color-green-900: #63c174;
|
||
|
|
--color-green-1000: #e5fbeb;
|
||
|
|
|
||
|
|
/* Turbopack Dark - Temporary */
|
||
|
|
--color-turbopack-text-red: #ff6d92;
|
||
|
|
--color-turbopack-text-blue: #45b2ff;
|
||
|
|
--color-turbopack-border-red: #6e293b;
|
||
|
|
--color-turbopack-border-blue: #284f80;
|
||
|
|
--color-turbopack-background-red: #250d12;
|
||
|
|
--color-turbopack-background-blue: #0a1723;
|
||
|
|
}
|
||
|
|
|
||
|
|
@media (prefers-color-scheme: dark) {
|
||
|
|
:host(:not(.light)) {
|
||
|
|
--color-font: white;
|
||
|
|
--color-backdrop: rgba(0, 0, 0, 0.8);
|
||
|
|
--color-border-shadow: rgba(255, 255, 255, 0.145);
|
||
|
|
|
||
|
|
--color-title-color: #fafafa;
|
||
|
|
--color-stack-notes: #a9a9a9;
|
||
|
|
|
||
|
|
/* Background Dark */
|
||
|
|
--color-background-100: #0a0a0a;
|
||
|
|
--color-background-200: #000000;
|
||
|
|
|
||
|
|
/* Syntax Dark */
|
||
|
|
--color-syntax-comment: #a0a0a0;
|
||
|
|
--color-syntax-constant: #ededed;
|
||
|
|
--color-syntax-function: #52a9ff;
|
||
|
|
--color-syntax-keyword: #f76e99;
|
||
|
|
--color-syntax-link: #0ac5b2;
|
||
|
|
--color-syntax-parameter: #f1a10d;
|
||
|
|
--color-syntax-punctuation: #ededed;
|
||
|
|
--color-syntax-string: #0ac5b2;
|
||
|
|
--color-syntax-string-expression: #0ac5b2;
|
||
|
|
|
||
|
|
/* Gray Scale Dark */
|
||
|
|
--color-gray-100: #1a1a1a;
|
||
|
|
--color-gray-200: #1f1f1f;
|
||
|
|
--color-gray-300: #292929;
|
||
|
|
--color-gray-400: #2e2e2e;
|
||
|
|
--color-gray-500: #454545;
|
||
|
|
--color-gray-600: #878787;
|
||
|
|
--color-gray-700: #8f8f8f;
|
||
|
|
--color-gray-800: #7d7d7d;
|
||
|
|
--color-gray-900: #a0a0a0;
|
||
|
|
--color-gray-1000: #ededed;
|
||
|
|
|
||
|
|
/* Gray Alpha Scale Dark */
|
||
|
|
--color-gray-alpha-100: rgba(255, 255, 255, 0.066);
|
||
|
|
--color-gray-alpha-200: rgba(255, 255, 255, 0.087);
|
||
|
|
--color-gray-alpha-300: rgba(255, 255, 255, 0.125);
|
||
|
|
--color-gray-alpha-400: rgba(255, 255, 255, 0.145);
|
||
|
|
--color-gray-alpha-500: rgba(255, 255, 255, 0.239);
|
||
|
|
--color-gray-alpha-600: rgba(255, 255, 255, 0.506);
|
||
|
|
--color-gray-alpha-700: rgba(255, 255, 255, 0.54);
|
||
|
|
--color-gray-alpha-800: rgba(255, 255, 255, 0.47);
|
||
|
|
--color-gray-alpha-900: rgba(255, 255, 255, 0.61);
|
||
|
|
--color-gray-alpha-1000: rgba(255, 255, 255, 0.923);
|
||
|
|
|
||
|
|
/* Blue Scale Dark */
|
||
|
|
--color-blue-100: #0f1b2d;
|
||
|
|
--color-blue-200: #10243e;
|
||
|
|
--color-blue-300: #0f3058;
|
||
|
|
--color-blue-400: #0d3868;
|
||
|
|
--color-blue-500: #0a4481;
|
||
|
|
--color-blue-600: #0091ff;
|
||
|
|
--color-blue-700: #0070f3;
|
||
|
|
--color-blue-800: #0060d1;
|
||
|
|
--color-blue-900: #52a9ff;
|
||
|
|
--color-blue-1000: #eaf6ff;
|
||
|
|
|
||
|
|
/* Red Scale Dark */
|
||
|
|
--color-red-100: #2a1314;
|
||
|
|
--color-red-200: #3d1719;
|
||
|
|
--color-red-300: #551a1e;
|
||
|
|
--color-red-400: #671e22;
|
||
|
|
--color-red-500: #822025;
|
||
|
|
--color-red-600: #e5484d;
|
||
|
|
--color-red-700: #e5484d;
|
||
|
|
--color-red-800: #da3036;
|
||
|
|
--color-red-900: #ff6369;
|
||
|
|
--color-red-1000: #ffecee;
|
||
|
|
|
||
|
|
/* Amber Scale Dark */
|
||
|
|
--color-amber-100: #271700;
|
||
|
|
--color-amber-200: #341c00;
|
||
|
|
--color-amber-300: #4a2900;
|
||
|
|
--color-amber-400: #573300;
|
||
|
|
--color-amber-500: #693f05;
|
||
|
|
--color-amber-600: #e79c13;
|
||
|
|
--color-amber-700: #ffb224;
|
||
|
|
--color-amber-800: #ff990a;
|
||
|
|
--color-amber-900: #f1a10d;
|
||
|
|
--color-amber-1000: #fef3dd;
|
||
|
|
|
||
|
|
/* Green Scale Dark */
|
||
|
|
--color-green-100: #0b2211;
|
||
|
|
--color-green-200: #0f2c17;
|
||
|
|
--color-green-300: #11351b;
|
||
|
|
--color-green-400: #0c461b;
|
||
|
|
--color-green-500: #126427;
|
||
|
|
--color-green-600: #1a9338;
|
||
|
|
--color-green-700: #46a758;
|
||
|
|
--color-green-800: #388e4a;
|
||
|
|
--color-green-900: #63c174;
|
||
|
|
--color-green-1000: #e5fbeb;
|
||
|
|
|
||
|
|
/* Turbopack Dark - Temporary */
|
||
|
|
--color-turbopack-text-red: #ff6d92;
|
||
|
|
--color-turbopack-text-blue: #45b2ff;
|
||
|
|
--color-turbopack-border-red: #6e293b;
|
||
|
|
--color-turbopack-border-blue: #284f80;
|
||
|
|
--color-turbopack-background-red: #250d12;
|
||
|
|
--color-turbopack-background-blue: #0a1723;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
`,""]);let l=i},"../../node_modules/.pnpm/css-loader@7.1.2_@rspack+core@1.6.7_@swc+helpers@0.5.15__webpack@5.98.0_@swc+core@1.11.24_@sw_bx7gx6l2cs2trwgqreijicltyy/node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[3].use[1]!./src/next-devtools/dev-overlay/styles/default-theme.css"(e,t,r){"use strict";r.d(t,{A:()=>l});var n=r("../../node_modules/.pnpm/css-loader@7.1.2_@rspack+core@1.6.7_@swc+helpers@0.5.15__webpack@5.98.0_@swc+core@1.11.24_@sw_bx7gx6l2cs2trwgqreijicltyy/node_modules/css-loader/dist/runtime/noSourceMaps.js"),o=r.n(n),a=r("../../node_modules/.pnpm/css-loader@7.1.2_@rspack+core@1.6.7_@swc+helpers@0.5.15__webpack@5.98.0_@swc+core@1.11.24_@sw_bx7gx6l2cs2trwgqreijicltyy/node_modules/css-loader/dist/runtime/api.js"),i=r.n(a)()(o());i.push([e.id,`:host {
|
||
|
|
/*
|
||
|
|
* Although the style applied to the shadow host is isolated,
|
||
|
|
* the element that attached the shadow host (i.e. "nextjs-portal")
|
||
|
|
* is still affected by the parent's style (e.g. "body"). This may
|
||
|
|
* occur style conflicts like "display: flex", with other children
|
||
|
|
* elements therefore give the shadow host an absolute position.
|
||
|
|
*/
|
||
|
|
position: absolute;
|
||
|
|
|
||
|
|
--color-font: #757575;
|
||
|
|
--color-backdrop: rgba(250, 250, 250, 0.8);
|
||
|
|
--color-border-shadow: rgba(0, 0, 0, 0.145);
|
||
|
|
|
||
|
|
--color-title-color: #1f1f1f;
|
||
|
|
--color-stack-notes: #777;
|
||
|
|
|
||
|
|
--color-accents-1: #808080;
|
||
|
|
--color-accents-2: #222222;
|
||
|
|
--color-accents-3: #404040;
|
||
|
|
|
||
|
|
--font-stack-monospace:
|
||
|
|
'__nextjs-Geist Mono', 'Geist Mono', 'SFMono-Regular', Consolas,
|
||
|
|
'Liberation Mono', Menlo, Courier, monospace;
|
||
|
|
--font-stack-sans:
|
||
|
|
'__nextjs-Geist', 'Geist', -apple-system, 'Source Sans Pro', sans-serif;
|
||
|
|
|
||
|
|
font-family: var(--font-stack-sans);
|
||
|
|
font-variant-ligatures: none;
|
||
|
|
|
||
|
|
/* TODO: Remove replaced ones. */
|
||
|
|
--shadow-sm: 0 1px 2px 0 rgb(0 0 0 / 0.05);
|
||
|
|
--shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
|
||
|
|
--shadow-md: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
|
||
|
|
--shadow-lg:
|
||
|
|
0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
|
||
|
|
--shadow-xl:
|
||
|
|
0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
|
||
|
|
--shadow-2xl: 0 25px 50px -12px rgb(0 0 0 / 0.25);
|
||
|
|
--shadow-inner: inset 0 2px 4px 0 rgb(0 0 0 / 0.05);
|
||
|
|
--shadow-none: 0 0 #0000;
|
||
|
|
|
||
|
|
--shadow-small: 0px 2px 2px rgba(0, 0, 0, 0.04);
|
||
|
|
--shadow-menu:
|
||
|
|
0px 1px 1px rgba(0, 0, 0, 0.02), 0px 4px 8px -4px rgba(0, 0, 0, 0.04),
|
||
|
|
0px 16px 24px -8px rgba(0, 0, 0, 0.06);
|
||
|
|
|
||
|
|
--focus-color: var(--color-blue-800);
|
||
|
|
--focus-ring: 2px solid var(--focus-color);
|
||
|
|
|
||
|
|
--timing-swift: cubic-bezier(0.23, 0.88, 0.26, 0.92);
|
||
|
|
--timing-overlay: cubic-bezier(0.175, 0.885, 0.32, 1.1);
|
||
|
|
/* prettier-ignore */
|
||
|
|
--timing-bounce: linear(0 0%, 0.005871 1%, 0.022058 2%, 0.046612 3%, 0.077823 4%, 0.114199 5%, 0.154441 6%, 0.197431 7.000000000000001%, 0.242208 8%, 0.287959 9%, 0.333995 10%, 0.379743 11%, 0.424732 12%, 0.46858 13%, 0.510982 14.000000000000002%, 0.551702 15%, 0.590564 16%, 0.627445 17%, 0.662261 18%, 0.694971 19%, 0.725561 20%, 0.754047 21%, 0.780462 22%, 0.804861 23%, 0.82731 24%, 0.847888 25%, 0.866679 26%, 0.883775 27%, 0.899272 28.000000000000004%, 0.913267 28.999999999999996%, 0.925856 30%, 0.937137 31%, 0.947205 32%, 0.956153 33%, 0.96407 34%, 0.971043 35%, 0.977153 36%, 0.982479 37%, 0.987094 38%, 0.991066 39%, 0.994462 40%, 0.997339 41%, 0.999755 42%, 1.001761 43%, 1.003404 44%, 1.004727 45%, 1.00577 46%, 1.006569 47%, 1.007157 48%, 1.007563 49%, 1.007813 50%, 1.007931 51%, 1.007939 52%, 1.007855 53%, 1.007697 54%, 1.007477 55.00000000000001%, 1.00721 56.00000000000001%, 1.006907 56.99999999999999%, 1.006576 57.99999999999999%, 1.006228 59%, 1.005868 60%, 1.005503 61%, 1.005137 62%, 1.004776 63%, 1.004422 64%, 1.004078 65%, 1.003746 66%, 1.003429 67%, 1.003127 68%, 1.00284 69%, 1.002571 70%, 1.002318 71%, 1.002082 72%, 1.001863 73%, 1.00166 74%, 1.001473 75%, 1.001301 76%, 1.001143 77%, 1.001 78%, 1.000869 79%, 1.000752 80%, 1.000645 81%, 1.00055 82%, 1.000464 83%, 1.000388 84%, 1.000321 85%, 1.000261 86%, 1.000209 87%, 1.000163 88%, 1.000123 89%, 1.000088 90%);
|
||
|
|
|
||
|
|
--rounded-none: 0px;
|
||
|
|
--rounded-sm: 2px;
|
||
|
|
--rounded-md: 4px;
|
||
|
|
--rounded-md-2: 6px;
|
||
|
|
--rounded-lg: 8px;
|
||
|
|
--rounded-xl: 12px;
|
||
|
|
--rounded-2xl: 16px;
|
||
|
|
--rounded-3xl: 24px;
|
||
|
|
--rounded-4xl: 32px;
|
||
|
|
--rounded-full: 9999px;
|
||
|
|
|
||
|
|
/*
|
||
|
|
This value gets set from the Dev Tools preferences,
|
||
|
|
and we use the following --size-* variables to
|
||
|
|
scale the relevant elements.
|
||
|
|
|
||
|
|
The reason why we don't rely on rem values is because
|
||
|
|
if an app sets their root font size to something tiny,
|
||
|
|
it feels unexpected to have the app root size leak
|
||
|
|
into a Next.js surface.
|
||
|
|
|
||
|
|
https://github.com/vercel/next.js/discussions/76812
|
||
|
|
*/
|
||
|
|
--nextjs-dev-tools-scale: 1;
|
||
|
|
--size-1: calc(1px / var(--nextjs-dev-tools-scale));
|
||
|
|
--size-2: calc(2px / var(--nextjs-dev-tools-scale));
|
||
|
|
--size-3: calc(3px / var(--nextjs-dev-tools-scale));
|
||
|
|
--size-4: calc(4px / var(--nextjs-dev-tools-scale));
|
||
|
|
--size-5: calc(5px / var(--nextjs-dev-tools-scale));
|
||
|
|
--size-6: calc(6px / var(--nextjs-dev-tools-scale));
|
||
|
|
--size-7: calc(7px / var(--nextjs-dev-tools-scale));
|
||
|
|
--size-8: calc(8px / var(--nextjs-dev-tools-scale));
|
||
|
|
--size-9: calc(9px / var(--nextjs-dev-tools-scale));
|
||
|
|
--size-10: calc(10px / var(--nextjs-dev-tools-scale));
|
||
|
|
--size-11: calc(11px / var(--nextjs-dev-tools-scale));
|
||
|
|
--size-12: calc(12px / var(--nextjs-dev-tools-scale));
|
||
|
|
--size-13: calc(13px / var(--nextjs-dev-tools-scale));
|
||
|
|
--size-14: calc(14px / var(--nextjs-dev-tools-scale));
|
||
|
|
--size-15: calc(15px / var(--nextjs-dev-tools-scale));
|
||
|
|
--size-16: calc(16px / var(--nextjs-dev-tools-scale));
|
||
|
|
--size-17: calc(17px / var(--nextjs-dev-tools-scale));
|
||
|
|
--size-18: calc(18px / var(--nextjs-dev-tools-scale));
|
||
|
|
--size-20: calc(20px / var(--nextjs-dev-tools-scale));
|
||
|
|
--size-22: calc(22px / var(--nextjs-dev-tools-scale));
|
||
|
|
--size-24: calc(24px / var(--nextjs-dev-tools-scale));
|
||
|
|
--size-26: calc(26px / var(--nextjs-dev-tools-scale));
|
||
|
|
--size-28: calc(28px / var(--nextjs-dev-tools-scale));
|
||
|
|
--size-30: calc(30px / var(--nextjs-dev-tools-scale));
|
||
|
|
--size-32: calc(32px / var(--nextjs-dev-tools-scale));
|
||
|
|
--size-34: calc(34px / var(--nextjs-dev-tools-scale));
|
||
|
|
--size-36: calc(36px / var(--nextjs-dev-tools-scale));
|
||
|
|
--size-38: calc(38px / var(--nextjs-dev-tools-scale));
|
||
|
|
--size-40: calc(40px / var(--nextjs-dev-tools-scale));
|
||
|
|
--size-42: calc(42px / var(--nextjs-dev-tools-scale));
|
||
|
|
--size-44: calc(44px / var(--nextjs-dev-tools-scale));
|
||
|
|
--size-46: calc(46px / var(--nextjs-dev-tools-scale));
|
||
|
|
--size-48: calc(48px / var(--nextjs-dev-tools-scale));
|
||
|
|
|
||
|
|
@media print {
|
||
|
|
display: none;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
|
||
|
|
h1,
|
||
|
|
h2,
|
||
|
|
h3,
|
||
|
|
h4,
|
||
|
|
h5,
|
||
|
|
h6 {
|
||
|
|
margin-bottom: 8px;
|
||
|
|
font-weight: 500;
|
||
|
|
line-height: 1.5;
|
||
|
|
}
|
||
|
|
|
||
|
|
a {
|
||
|
|
color: var(--color-blue-900);
|
||
|
|
&:hover {
|
||
|
|
color: var(--color-blue-900);
|
||
|
|
}
|
||
|
|
&:focus-visible {
|
||
|
|
outline: var(--focus-ring);
|
||
|
|
}
|
||
|
|
}
|
||
|
|
`,""]);let l=i},"../../node_modules/.pnpm/css-loader@7.1.2_@rspack+core@1.6.7_@swc+helpers@0.5.15__webpack@5.98.0_@swc+core@1.11.24_@sw_bx7gx6l2cs2trwgqreijicltyy/node_modules/css-loader/dist/runtime/api.js"(e){"use strict";e.exports=function(e){var t=[];return t.toString=function(){return this.map(function(t){var r="",n=void 0!==t[5];return t[4]&&(r+="@supports (".concat(t[4],") {")),t[2]&&(r+="@media ".concat(t[2]," {")),n&&(r+="@layer".concat(t[5].length>0?" ".concat(t[5]):""," {")),r+=e(t),n&&(r+="}"),t[2]&&(r+="}"),t[4]&&(r+="}"),r}).join("")},t.i=function(e,r,n,o,a){"string"==typeof e&&(e=[[null,e,void 0]]);var i={};if(n)for(var l=0;l<this.length;l++){var s=this[l][0];null!=s&&(i[s]=!0)}for(var c=0;c<e.length;c++){var u=[].concat(e[c]);n&&i[u[0]]||(void 0!==a&&(void 0===u[5]||(u[1]="@layer".concat(u[5].length>0?" ".concat(u[5]):""," {").concat(u[1],"}")),u[5]=a),r&&(u[2]&&(u[1]="@media ".concat(u[2]," {").concat(u[1],"}")),u[2]=r),o&&(u[4]?(u[1]="@supports (".concat(u[4],") {").concat(u[1],"}"),u[4]=o):u[4]="".concat(o)),t.push(u))}},t}},"../../node_modules/.pnpm/css-loader@7.1.2_@rspack+core@1.6.7_@swc+helpers@0.5.15__webpack@5.98.0_@swc+core@1.11.24_@sw_bx7gx6l2cs2trwgqreijicltyy/node_modules/css-loader/dist/runtime/noSourceMaps.js"(e){"use strict";e.exports=function(e){return e[1]}},"../../node_modules/.pnpm/style-loader@4.0.0_webpack@5.98.0_@swc+core@1.11.24_@swc+helpers@0.5.15__esbuild@0.25.9_/node_modules/style-loader/dist/runtime/injectStylesIntoStyleTag.js"(e){"use strict";var t=[];function r(e){for(var r=-1,n=0;n<t.length;n++)if(t[n].identifier===e){r=n;break}return r}function n(e,n){for(var o={},a=[],i=0;i<e.length;i++){var l=e[i],s=n.base?l[0]+n.base:l[0],c=o[s]||0,u="".concat(s," ").concat(c);o[s]=c+1;var d=r(u),f={css:l[1],media:l[2],sourceMap:l[3],supports:l[4],layer:l[5]};if(-1!==d)t[d].references++,t[d].updater(f);else{var p=function(e,t){var r=t.domAPI(t);return r.update(e),function(t){t?(t.css!==e.css||t.media!==e.media||t.sourceMap!==e.sourceMap||t.supports!==e.supports||t.layer!==e.layer)&&r.update(e=t):r.remove()}}(f,n);n.byIndex=i,t.splice(i,0,{identifier:u,updater:p,references:1})}a.push(u)}return a}e.exports=function(e,o){var a=n(e=e||[],o=o||{});return function(e){e=e||[];for(var i=0;i<a.length;i++){var l=r(a[i]);t[l].references--}for(var s=n(e,o),c=0;c<a.length;c++){var u=r(a[c]);0===t[u].references&&(t[u].updater(),t.splice(u,1))}a=s}}},"../../node_modules/.pnpm/style-loader@4.0.0_webpack@5.98.0_@swc+core@1.11.24_@swc+helpers@0.5.15__esbuild@0.25.9_/node_modules/style-loader/dist/runtime/insertStyleElement.js"(e){"use strict";e.exports=function(e){var t=document.createElement("style");return e.setAttributes(t,e.attributes),e.insert(t,e.options),t}},"../../node_modules/.pnpm/style-loader@4.0.0_webpack@5.98.0_@swc+core@1.11.24_@swc+helpers@0.5.15__esbuild@0.25.9_/node_modules/style-loader/dist/runtime/setAttributesWithoutAttributes.js"(e,t,r){"use strict";e.exports=function(e){var t=r.nc;t&&e.setAttribute("nonce",t)}},"../../node_modules/.pnpm/style-loader@4.0.0_webpack@5.98.0_@swc+core@1.11.24_@swc+helpers@0.5.15__esbuild@0.25.9_/node_modules/style-loader/dist/runtime/styleDomAPI.js"(e){"use strict";e.exports=function(e){if("undefined"==typeof document)return{update:function(){},remove:function(){}};var t=e.insertStyleElement(e);return{update:function(r){var n,o,a;n="",r.supports&&(n+="@supports (".concat(r.supports,") {")),r.media&&(n+="@media ".concat(r.media," {")),(o=void 0!==r.layer)&&(n+="@layer".concat(r.layer.length>0?" ".concat(r.layer):""," {")),n+=r.css,o&&(n+="}"),r.media&&(n+="}"),r.supports&&(n+="}"),(a=r.sourceMap)&&"undefined"!=typeof btoa&&(n+="\n/*# sourceMappingURL=data:application/json;base64,".concat(btoa(unescape(encodeURIComponent(JSON.stringify(a))))," */")),e.styleTagTransform(n,t,e.options)},remove:function(){var e;null===(e=t).parentNode||e.parentNode.removeChild(e)}}}},"../../node_modules/.pnpm/style-loader@4.0.0_webpack@5.98.0_@swc+core@1.11.24_@swc+helpers@0.5.15__esbuild@0.25.9_/node_modules/style-loader/dist/runtime/styleTagTransform.js"(e){"use strict";e.e
|
||
|
|
/* latin-ext */
|
||
|
|
@font-face {
|
||
|
|
font-family: '__nextjs-Geist';
|
||
|
|
font-style: normal;
|
||
|
|
font-weight: 400 600;
|
||
|
|
font-display: swap;
|
||
|
|
src: url(/__nextjs_font/geist-latin-ext.woff2) format('woff2');
|
||
|
|
unicode-range:
|
||
|
|
U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF,
|
||
|
|
U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020,
|
||
|
|
U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
|
||
|
|
}
|
||
|
|
/* latin-ext */
|
||
|
|
@font-face {
|
||
|
|
font-family: '__nextjs-Geist Mono';
|
||
|
|
font-style: normal;
|
||
|
|
font-weight: 400 600;
|
||
|
|
font-display: swap;
|
||
|
|
src: url(/__nextjs_font/geist-mono-latin-ext.woff2) format('woff2');
|
||
|
|
unicode-range:
|
||
|
|
U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF,
|
||
|
|
U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020,
|
||
|
|
U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
|
||
|
|
}
|
||
|
|
/* latin */
|
||
|
|
@font-face {
|
||
|
|
font-family: '__nextjs-Geist';
|
||
|
|
font-style: normal;
|
||
|
|
font-weight: 400 600;
|
||
|
|
font-display: swap;
|
||
|
|
src: url(/__nextjs_font/geist-latin.woff2) format('woff2');
|
||
|
|
unicode-range:
|
||
|
|
U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC,
|
||
|
|
U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193,
|
||
|
|
U+2212, U+2215, U+FEFF, U+FFFD;
|
||
|
|
}
|
||
|
|
/* latin */
|
||
|
|
@font-face {
|
||
|
|
font-family: '__nextjs-Geist Mono';
|
||
|
|
font-style: normal;
|
||
|
|
font-weight: 400 600;
|
||
|
|
font-display: swap;
|
||
|
|
src: url(/__nextjs_font/geist-mono-latin.woff2) format('woff2');
|
||
|
|
unicode-range:
|
||
|
|
U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC,
|
||
|
|
U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193,
|
||
|
|
U+2212, U+2215, U+FEFF, U+FFFD;
|
||
|
|
}
|
||
|
|
`,document.head.appendChild(e),()=>{document.head.removeChild(e)}}var ej=__webpack_require__("./dist/compiled/react-dom/index.js");function eS(e){let t,r=(0,S.c)(3),{children:n}=e,{shadowRoot:o}=us();return r[0]!==n||r[1]!==o?(t=(0,ej.createPortal)(n,o),r[0]=n,r[1]=o,r[2]=t):t=r[2],t}function eC(e){if(""===e.trim())throw Error("can't decode empty hex");let t=parseInt(e,16);if(isNaN(t))throw Error(`invalid hex: \`${e}\``);return String.fromCodePoint(t)}let eE=/^__TURBOPACK__([a-zA-Z0-9_$]+)__$/,eT=/__TURBOPACK__[a-zA-Z0-9_$]+__/g;function eN(e){return e.replace(/\[project\]/g,".").replace(/\s\[([^\]]*)\]/g,"").replace(/\s\(([^)]*)\)/g,"").replace(/\s<([^>]*)>/g,"").trim()}let eL=/https?:\/\/[^\s/$.?#].[^\s)'"]*/i,eI=function(e){let t,r,n=(0,S.c)(7),{text:o,matcher:a}=e;if(n[0]!==a||n[1]!==o){let e,r=function(e){let t=e.replace(/\(0\s*,\s*(__TURBOPACK__[a-zA-Z0-9_$]+__\.[^\s)]+)\)/g,"$1"),r=[],n=0,o=RegExp(eT.source,"g");for(let e=o.exec(t);null!==e;e=o.exec(t)){let a=e.index,i=o.lastIndex,l=e[0];if(a>n){let e=t.substring(n,a);r.push(["raw",e])}try{let e=function(e){let t=e.match(eE);if(!t)return e;let r=t[1],n="",o=0,a="";for(let e=0;e<r.length;e++){let t=r[e];if(0===o)"_"===t?o=1:"$"===t?o=2:n+=t;else if(1===o)"_"===t?(n+=" ",o=0):"$"===t?(n+="_",o=2):(n+=t,o=0);else if(2===o)if(2===a.length&&(n+=eC(a),a=""),"_"===t){if(""!==a)throw Error(`invalid hex: \`${a}\``);o=3}else if("$"===t){if(""!==a)throw Error(`invalid hex: \`${a}\``);o=0}else a+=t;else if(3===o)if("_"===t)throw Error(`invalid hex: \`${a+t}\``);else"$"===t?(n+=eC(a),a="",o=0):a+=t}return n}(l);if(e!==l){let t=e.match(/^imported module (.+)$/);if(t){let e=t[1],n=eN(e);r.push(["deobfuscated",`{imported module ${n}}`])}else{let t=eN(e);r.push(["deobfuscated",`{${t}}`])}}else r.push(["raw",l])}catch(e){r.push(["deobfuscated",`{${l} (decoding failed: ${e})}`])}n=i}if(n<t.length){let e=t.substring(n);r.push(["raw",e])}return r}(o);n[3]!==a?(e=(e,t)=>{let[r,n]=e;if("raw"===r)return n.split(/(\s+|https?:\/\/[^\s/$.?#].[^\s)'"]*)/).map((e,r)=>{if(!eL.test(e))return(0,j.jsx)(C.Fragment,{children:e},`text-${t}-${r}`);{let n=eL.exec(e)[0],o=null;return"function"==typeof a&&null===(o=a(n))?(0,j.jsx)(C.Fragment,{children:e},`link-${t}-${r}`):(0,j.jsx)(C.Fragment,{children:(0,j.jsx)("a",{href:n,target:"_blank",rel:"noreferrer noopener",className:o||void 0,children:e})},`link-${t}-${r}`)}});if("deobfuscated"===r)return(0,j.jsx)("i",{children:n},`ident-${t}`);throw Error(`Unknown text part type: ${r}`)},n[3]=a,n[4]=e):e=n[4],t=r.map(e),n[0]=a,n[1]=o,n[2]=t}else t=n[2];return n[5]!==t?(r=(0,j.jsx)(j.Fragment,{children:t}),n[5]=t,n[6]=r):r=n[6],r},eP=[/^webpack-internal:\/\/\/(\([\w-]+\)\/)?/,/^(webpack:\/\/\/|webpack:\/\/(_N_E\/)?)(\([\w-]+\)\/)?/];function ez(e){for(let t of eP){if(t.test(e))return!0;e=e.replace(t,"")}return!1}function eR(e){for(let t of eP)e=e.replace(t,"");return e}function eO(e,t){async function r(){if("rejected"===t.status)throw Error(t.reason);let r=t.value;return{error:!1,reason:null,external:!1,sourceStackFrame:e,originalStackFrame:r.originalStackFrame,originalCodeFrame:r.originalCodeFrame||null,ignored:r.originalStackFrame?.ignored||!1}}return"file://"===e.file||e.file?.match(/https?:\/\//)?Promise.resolve({error:!1,reason:null,external:!0,sourceStackFrame:e,originalStackFrame:null,originalCodeFrame:null,ignored:!0}):r().catch(t=>({error:!0,reason:t?.message??t?.toString()??"Unknown Error",external:!1,sourceStackFrame:e,originalStackFrame:null,originalCodeFrame:null,ignored:!1}))}async function eM(e,t,r){let n,o;try{n=await fetch("/__nextjs_original-stack-frames",{method:"POST",body:JSON.stringify({frames:e,isServer:"server"===t,isEdgeServer:"edge-server"===t,isAppDirectory:r})})}catch(e){o=e+""}if(n&&n.ok&&204!==n.status){let t=await n.json();return Promise.all(e.map((e,r)=>eO(e,t[r])))}return n&&(o=await n.text()),Promise.all(e.map(e=>eO(e,{status:"rejected",reason:`Failed to fetch the original stack frames ${o?`: ${o}`:""}`})))}function eA(e){if(!e.file)return"";let t=ez(e.file),r="";if(t)r=eR(e.file);else try{let t=new URL(e.file),n="";global
|
||
|
|
[data-nextjs-codeframe] {
|
||
|
|
--code-frame-padding: 12px;
|
||
|
|
--code-frame-line-height: var(--size-16);
|
||
|
|
background-color: var(--color-background-200);
|
||
|
|
color: var(--color-gray-1000);
|
||
|
|
text-overflow: ellipsis;
|
||
|
|
border: 1px solid var(--color-gray-400);
|
||
|
|
border-radius: 8px;
|
||
|
|
font-family: var(--font-stack-monospace);
|
||
|
|
font-size: var(--size-12);
|
||
|
|
line-height: var(--code-frame-line-height);
|
||
|
|
margin: 8px 0;
|
||
|
|
|
||
|
|
svg {
|
||
|
|
width: var(--size-16);
|
||
|
|
height: var(--size-16);
|
||
|
|
}
|
||
|
|
}
|
||
|
|
|
||
|
|
.code-frame-link,
|
||
|
|
.code-frame-pre {
|
||
|
|
padding: var(--code-frame-padding);
|
||
|
|
}
|
||
|
|
|
||
|
|
.code-frame-link svg {
|
||
|
|
flex-shrink: 0;
|
||
|
|
}
|
||
|
|
|
||
|
|
.code-frame-lines {
|
||
|
|
min-width: max-content;
|
||
|
|
}
|
||
|
|
|
||
|
|
.code-frame-link [data-text] {
|
||
|
|
text-align: left;
|
||
|
|
margin: auto 6px;
|
||
|
|
}
|
||
|
|
|
||
|
|
.code-frame-header {
|
||
|
|
width: 100%;
|
||
|
|
transition: background 100ms ease-out;
|
||
|
|
border-radius: 8px 8px 0 0;
|
||
|
|
border-bottom: 1px solid var(--color-gray-400);
|
||
|
|
}
|
||
|
|
|
||
|
|
[data-with-open-in-editor-link-source-file] {
|
||
|
|
padding: 4px;
|
||
|
|
margin: -4px 0 -4px auto;
|
||
|
|
border-radius: var(--rounded-full);
|
||
|
|
margin-left: auto;
|
||
|
|
|
||
|
|
&:focus-visible {
|
||
|
|
outline: var(--focus-ring);
|
||
|
|
outline-offset: -2px;
|
||
|
|
}
|
||
|
|
|
||
|
|
&:hover {
|
||
|
|
background: var(--color-gray-100);
|
||
|
|
}
|
||
|
|
}
|
||
|
|
|
||
|
|
[data-nextjs-codeframe]::selection,
|
||
|
|
[data-nextjs-codeframe] *::selection {
|
||
|
|
background-color: var(--color-ansi-selection);
|
||
|
|
}
|
||
|
|
|
||
|
|
[data-nextjs-codeframe] *:not(a) {
|
||
|
|
color: inherit;
|
||
|
|
background-color: transparent;
|
||
|
|
font-family: var(--font-stack-monospace);
|
||
|
|
}
|
||
|
|
|
||
|
|
[data-nextjs-codeframe-line][data-nextjs-codeframe-line--errored="true"] {
|
||
|
|
position: relative;
|
||
|
|
isolation: isolate;
|
||
|
|
|
||
|
|
> span {
|
||
|
|
position: relative;
|
||
|
|
z-index: 1;
|
||
|
|
}
|
||
|
|
|
||
|
|
&::after {
|
||
|
|
content: "";
|
||
|
|
width: calc(100% + var(--code-frame-padding) * 2);
|
||
|
|
height: var(--code-frame-line-height);
|
||
|
|
left: calc(-1 * var(--code-frame-padding));
|
||
|
|
background: var(--color-red-200);
|
||
|
|
box-shadow: 2px 0 0 0 var(--color-red-900) inset;
|
||
|
|
position: absolute;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
|
||
|
|
|
||
|
|
[data-nextjs-codeframe] > * {
|
||
|
|
margin: 0;
|
||
|
|
}
|
||
|
|
|
||
|
|
.code-frame-link {
|
||
|
|
display: flex;
|
||
|
|
margin: 0;
|
||
|
|
outline: 0;
|
||
|
|
}
|
||
|
|
.code-frame-link [data-icon='right'] {
|
||
|
|
margin-left: auto;
|
||
|
|
}
|
||
|
|
|
||
|
|
[data-nextjs-codeframe] div > pre {
|
||
|
|
overflow: hidden;
|
||
|
|
display: inline-block;
|
||
|
|
}
|
||
|
|
|
||
|
|
[data-nextjs-codeframe] svg {
|
||
|
|
color: var(--color-gray-900);
|
||
|
|
}
|
||
|
|
`,e3=function(e){let t,r,n,o,a=(0,S.c)(8);return a[0]!==e?({children:t,className:r,...n}=e,a[0]=e,a[1]=t,a[2]=r,a[3]=n):(t=a[1],r=a[2],n=a[3]),a[4]!==t||a[5]!==r||a[6]!==n?(o=(0,j.jsx)("div",{"data-nextjs-dialog-body":!0,className:r,...n,children:t}),a[4]=t,a[5]=r,a[6]=n,a[7]=o):o=a[7],o},e4=function(e){let t,r,n,o,a=(0,S.c)(8);return a[0]!==e?({children:t,className:r,...n}=e,a[0]=e,a[1]=t,a[2]=r,a[3]=n):(t=a[1],r=a[2],n=a[3]),a[4]!==t||a[5]!==r||a[6]!==n?(o=(0,j.jsx)("div",{"data-nextjs-dialog-content":!0,className:r,...n,children:t}),a[4]=t,a[5]=r,a[6]=n,a[7]=o):o=a[7],o},e5=e_`
|
||
|
|
[data-nextjs-dialog-root] {
|
||
|
|
--next-dialog-radius: var(--rounded-xl);
|
||
|
|
--next-dialog-max-width: 960px;
|
||
|
|
--next-dialog-row-padding: 16px;
|
||
|
|
--next-dialog-padding: 12px;
|
||
|
|
--next-dialog-notch-height: 42px;
|
||
|
|
--next-dialog-border-width: 1px;
|
||
|
|
|
||
|
|
display: flex;
|
||
|
|
flex-direction: column;
|
||
|
|
width: 100%;
|
||
|
|
max-height: calc(100% - 56px);
|
||
|
|
max-width: var(--next-dialog-max-width);
|
||
|
|
margin-right: auto;
|
||
|
|
margin-left: auto;
|
||
|
|
scale: 0.97;
|
||
|
|
opacity: 0;
|
||
|
|
transition-property: scale, opacity;
|
||
|
|
transition-duration: var(--transition-duration);
|
||
|
|
transition-timing-function: var(--timing-overlay);
|
||
|
|
|
||
|
|
&[data-rendered='true'] {
|
||
|
|
opacity: 1;
|
||
|
|
scale: 1;
|
||
|
|
}
|
||
|
|
|
||
|
|
[data-nextjs-scroll-fader][data-side='top'] {
|
||
|
|
left: 1px;
|
||
|
|
top: calc(
|
||
|
|
var(--next-dialog-notch-height) + var(--next-dialog-border-width)
|
||
|
|
);
|
||
|
|
width: calc(100% - var(--next-dialog-padding));
|
||
|
|
opacity: 0;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
|
||
|
|
[data-nextjs-dialog] {
|
||
|
|
outline: 0;
|
||
|
|
}
|
||
|
|
|
||
|
|
[data-nextjs-dialog-backdrop] {
|
||
|
|
opacity: 0;
|
||
|
|
transition: opacity var(--transition-duration) var(--timing-overlay);
|
||
|
|
}
|
||
|
|
|
||
|
|
[data-nextjs-dialog-overlay] {
|
||
|
|
margin: 8px;
|
||
|
|
}
|
||
|
|
|
||
|
|
[data-nextjs-dialog-overlay][data-rendered='true']
|
||
|
|
[data-nextjs-dialog-backdrop] {
|
||
|
|
opacity: 1;
|
||
|
|
}
|
||
|
|
|
||
|
|
[data-nextjs-dialog-content] {
|
||
|
|
border: none;
|
||
|
|
margin: 0;
|
||
|
|
display: flex;
|
||
|
|
flex-direction: column;
|
||
|
|
position: relative;
|
||
|
|
padding: var(--next-dialog-padding);
|
||
|
|
}
|
||
|
|
|
||
|
|
[data-nextjs-dialog-content] > [data-nextjs-dialog-header] {
|
||
|
|
flex-shrink: 0;
|
||
|
|
margin-bottom: 8px;
|
||
|
|
}
|
||
|
|
|
||
|
|
[data-nextjs-dialog-content] > [data-nextjs-dialog-body] {
|
||
|
|
position: relative;
|
||
|
|
flex: 1 1 auto;
|
||
|
|
}
|
||
|
|
|
||
|
|
@media (max-height: 812px) {
|
||
|
|
[data-nextjs-dialog-overlay] {
|
||
|
|
max-height: calc(100% - 15px);
|
||
|
|
}
|
||
|
|
}
|
||
|
|
|
||
|
|
@media (min-width: 576px) {
|
||
|
|
[data-nextjs-dialog-root] {
|
||
|
|
--next-dialog-max-width: 540px;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
|
||
|
|
@media (min-width: 768px) {
|
||
|
|
[data-nextjs-dialog-root] {
|
||
|
|
--next-dialog-max-width: 720px;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
|
||
|
|
@media (min-width: 992px) {
|
||
|
|
[data-nextjs-dialog-root] {
|
||
|
|
--next-dialog-max-width: 960px;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
`;function e6(...e){return e.filter(Boolean).join(" ")}function e9(e){return navigator.clipboard.writeText(e).then(e7,e8)}function e8(e){return{state:"error",error:e}}function e7(){return{state:"success"}}function te(e){let t,r,n,o,a,i,l,s,c,u,d,f,p,h,m,g,v=(0,S.c)(39);v[0]!==e?({content:r,getContent:o,actionLabel:t,successLabel:l,icon:a,disabled:n,...i}=e,v[0]=e,v[1]=t,v[2]=r,v[3]=n,v[4]=o,v[5]=a,v[6]=i,v[7]=l):(t=v[1],r=v[2],n=v[3],o=v[4],a=v[5],i=v[6],l=v[7]),v[8]!==r||v[9]!==o?(s=()=>r?Promise.resolve(r):o?o():Promise.resolve(""),v[8]=r,v[9]=o,v[10]=s):s=v[10];let[y,b,x,_]=function(e){let t,r,n,o,a,i=(0,S.c)(8);i[0]!==e?(t=(t,r)=>"reset"===r?{state:"initial"}:"copy"===r?navigator.clipboard?e().then(e9):{state:"error",error:"Copy to clipboard is not supported in this browser"}:t,i[0]=e,i[1]=t):t=i[1],i[2]===Symbol.for("react.memo_cache_sentinel")?(r={state:"initial"},i[2]=r):r=i[2];let[l,s,c]=C.useActionState(t,r);i[3]===Symbol.for("react.memo_cache_sentinel")?(n=function(){C.startTransition(()=>{s("copy")})},i[3]=n):n=i[3];let u=n;i[4]===Symbol.for("react.memo_cache_sentinel")?(o=()=>{s("reset")},i[4]=o):o=i[4];let d=o;return i[5]!==l||i[6]!==c?(a=[l,u,d,c],i[5]=l,i[6]=c,i[7]=a):a=i[7],a}(s),w="error"===y.state?y.error:null;v[11]!==w?(c=()=>{null!==w&&console.warn(w)},u=[w],v[11]=w,v[12]=c,v[13]=u):(c=v[12],u=v[13]),C.useEffect(c,u),v[14]!==y.state||v[15]!==x?(d=()=>{if("success"===y.state){let e=setTimeout(()=>{x()},2e3);return()=>{clearTimeout(e)}}},v[14]=y.state,v[15]=x,v[16]=d):d=v[16],v[17]!==y.state||v[18]!==_||v[19]!==x?(f=[_,y.state,x],v[17]=y.state,v[18]=_,v[19]=x,v[20]=f):f=v[20],C.useEffect(d,f);let k=!navigator.clipboard||_||n||!!w,E="success"===y.state?l:t;v[21]!==y.state||v[22]!==a?(p="success"===y.state?(0,j.jsx)(tr,{}):a||(0,j.jsx)(tt,{width:14,height:14,className:"error-overlay-toolbar-button-icon"}),v[21]=y.state,v[22]=a,v[23]=p):p=v[23];let T=p,N=`nextjs-data-copy-button--${y.state}`;v[24]!==e.className||v[25]!==N?(h=e6(e.className,"nextjs-data-copy-button",N),v[24]=e.className,v[25]=N,v[26]=h):h=v[26],v[27]!==b||v[28]!==k?(m=()=>{k||b()},v[27]=b,v[28]=k,v[29]=m):m=v[29];let L="error"===y.state?` ${y.error}`:null;return v[30]!==k||v[31]!==_||v[32]!==E||v[33]!==T||v[34]!==i||v[35]!==h||v[36]!==m||v[37]!==L?(g=(0,j.jsxs)("button",{...i,type:"button",title:E,"aria-label":E,"aria-disabled":k,"data-nextjs-copy-button":!0,"data-pending":_,className:h,onClick:m,children:[T,L]}),v[30]=k,v[31]=_,v[32]=E,v[33]=T,v[34]=i,v[35]=h,v[36]=m,v[37]=L,v[38]=g):g=v[38],g}function tt(e){let t,r,n=(0,S.c)(3);return n[0]===Symbol.for("react.memo_cache_sentinel")?(t=(0,j.jsx)("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M2.406.438c-.845 0-1.531.685-1.531 1.53v6.563c0 .846.686 1.531 1.531 1.531H3.937V8.75H2.406a.219.219 0 0 1-.219-.219V1.97c0-.121.098-.219.22-.219h4.812c.12 0 .218.098.218.219v.656H8.75v-.656c0-.846-.686-1.532-1.531-1.532H2.406zm4.375 3.5c-.845 0-1.531.685-1.531 1.53v6.563c0 .846.686 1.531 1.531 1.531h4.813c.845 0 1.531-.685 1.531-1.53V5.468c0-.846-.686-1.532-1.531-1.532H6.78zm-.218 1.53c0-.12.097-.218.218-.218h4.813c.12 0 .219.098.219.219v6.562c0 .121-.098.219-.22.219H6.782a.219.219 0 0 1-.218-.219V5.47z",fill:"currentColor"}),n[0]=t):t=n[0],n[1]!==e?(r=(0,j.jsx)("svg",{width:"14",height:"14",viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",...e,children:t}),n[1]=e,n[2]=r):r=n[2],r}function tr(){let e,t=(0,S.c)(1);return t[0]===Symbol.for("react.memo_cache_sentinel")?(e=(0,j.jsx)("svg",{height:"16",xlinkTitle:"copied",viewBox:"0 0 16 16",width:"16",stroke:"currentColor",fill:"currentColor",children:(0,j.jsx)("path",{d:"M13.78 4.22a.75.75 0 0 1 0 1.06l-7.25 7.25a.75.75 0 0 1-1.06 0L2.22 9.28a.751.751 0 0 1 .018-1.042.751.751 0 0 1 1.042-.018L6 10.94l6.72-6.72a.75.75 0 0 1 1.06 0Z"})}),t[0]=e):e=t[0],e}let tn=`
|
||
|
|
.nextjs-data-copy-button {
|
||
|
|
color: inherit;
|
||
|
|
|
||
|
|
svg {
|
||
|
|
width: var(--size-16);
|
||
|
|
height: var(--size-16);
|
||
|
|
}
|
||
|
|
}
|
||
|
|
.nextjs-data-copy-button[aria-disabled="true"] {
|
||
|
|
background-color: var(--color-gray-100);
|
||
|
|
cursor: not-allowed;
|
||
|
|
}
|
||
|
|
.nextjs-data-copy-button[data-pending="true"] {
|
||
|
|
cursor: wait;
|
||
|
|
}
|
||
|
|
.nextjs-data-copy-button--initial:hover:not([aria-disabled="true"]) {
|
||
|
|
cursor: pointer;
|
||
|
|
}
|
||
|
|
.nextjs-data-copy-button--error:not([aria-disabled="true"]),
|
||
|
|
.nextjs-data-copy-button--error:hover:not([aria-disabled="true"]) {
|
||
|
|
color: var(--color-ansi-red);
|
||
|
|
}
|
||
|
|
.nextjs-data-copy-button--success:not([aria-disabled="true"]) {
|
||
|
|
color: var(--color-ansi-green);
|
||
|
|
}
|
||
|
|
`;function to(e){let t,r,n,o,a,i,l,s,c,u,d,f,p,h=(0,S.c)(14);return h[0]===Symbol.for("react.memo_cache_sentinel")?(t={maskType:"luminance"},h[0]=t):t=h[0],h[1]===Symbol.for("react.memo_cache_sentinel")?(r=(0,j.jsx)("mask",{id:"nodejs_icon_mask_a",style:t,maskUnits:"userSpaceOnUse",x:"0",y:"0",width:"14",height:"14",children:(0,j.jsx)("path",{d:"M6.67.089 1.205 3.256a.663.663 0 0 0-.33.573v6.339c0 .237.126.455.33.574l5.466 3.17a.66.66 0 0 0 .66 0l5.465-3.17a.664.664 0 0 0 .329-.574V3.829a.663.663 0 0 0-.33-.573L7.33.089a.663.663 0 0 0-.661 0",fill:"#fff"})}),h[1]=r):r=h[1],h[2]===Symbol.for("react.memo_cache_sentinel")?(n=(0,j.jsx)("g",{mask:"url(#nodejs_icon_mask_a)",children:(0,j.jsx)("path",{d:"M18.648 2.717 3.248-4.86-4.648 11.31l15.4 7.58 7.896-16.174z",fill:"url(#nodejs_icon_linear_gradient_b)"})}),h[2]=n):n=h[2],h[3]===Symbol.for("react.memo_cache_sentinel")?(o={maskType:"luminance"},h[3]=o):o=h[3],h[4]===Symbol.for("react.memo_cache_sentinel")?(a=(0,j.jsx)("mask",{id:"nodejs_icon_mask_c",style:o,maskUnits:"userSpaceOnUse",x:"1",y:"0",width:"12",height:"14",children:(0,j.jsx)("path",{d:"M1.01 10.57a.663.663 0 0 0 .195.17l4.688 2.72.781.45a.66.66 0 0 0 .51.063l5.764-10.597a.653.653 0 0 0-.153-.122L9.216 1.18 7.325.087a.688.688 0 0 0-.171-.07L1.01 10.57z",fill:"#fff"})}),h[4]=a):a=h[4],h[5]===Symbol.for("react.memo_cache_sentinel")?(i=(0,j.jsx)("g",{mask:"url(#nodejs_icon_mask_c)",children:(0,j.jsx)("path",{d:"M-5.647 4.958 5.226 19.734l14.38-10.667L8.734-5.71-5.647 4.958z",fill:"url(#nodejs_icon_linear_gradient_d)"})}),h[5]=i):i=h[5],h[6]===Symbol.for("react.memo_cache_sentinel")?(l={maskType:"luminance"},h[6]=l):l=h[6],h[7]===Symbol.for("react.memo_cache_sentinel")?(s=(0,j.jsx)("mask",{id:"nodejs_icon_mask_e",style:l,maskUnits:"userSpaceOnUse",x:"1",y:"0",width:"13",height:"14",children:(0,j.jsx)("path",{d:"M6.934.004A.665.665 0 0 0 6.67.09L1.22 3.247l5.877 10.746a.655.655 0 0 0 .235-.08l5.465-3.17a.665.665 0 0 0 .319-.453L7.126.015a.684.684 0 0 0-.189-.01",fill:"#fff"})}),h[7]=s):s=h[7],h[8]===Symbol.for("react.memo_cache_sentinel")?(c=(0,j.jsxs)("g",{children:[s,(0,j.jsx)("g",{mask:"url(#nodejs_icon_mask_e)",children:(0,j.jsx)("path",{d:"M1.22.002v13.992h11.894V.002H1.22z",fill:"url(#nodejs_icon_linear_gradient_f)"})})]}),h[8]=c):c=h[8],h[9]===Symbol.for("react.memo_cache_sentinel")?(u=(0,j.jsxs)("linearGradient",{id:"nodejs_icon_linear_gradient_b",x1:"10.943",y1:"-1.084",x2:"2.997",y2:"15.062",gradientUnits:"userSpaceOnUse",children:[(0,j.jsx)("stop",{offset:".3",stopColor:"#3E863D"}),(0,j.jsx)("stop",{offset:".5",stopColor:"#55934F"}),(0,j.jsx)("stop",{offset:".8",stopColor:"#5AAD45"})]}),h[9]=u):u=h[9],h[10]===Symbol.for("react.memo_cache_sentinel")?(d=(0,j.jsxs)("linearGradient",{id:"nodejs_icon_linear_gradient_d",x1:"-.145",y1:"12.431",x2:"14.277",y2:"1.818",gradientUnits:"userSpaceOnUse",children:[(0,j.jsx)("stop",{offset:".57",stopColor:"#3E863D"}),(0,j.jsx)("stop",{offset:".72",stopColor:"#619857"}),(0,j.jsx)("stop",{offset:"1",stopColor:"#76AC64"})]}),h[10]=d):d=h[10],h[11]===Symbol.for("react.memo_cache_sentinel")?(f=(0,j.jsxs)("defs",{children:[u,d,(0,j.jsxs)("linearGradient",{id:"nodejs_icon_linear_gradient_f",x1:"1.225",y1:"6.998",x2:"13.116",y2:"6.998",gradientUnits:"userSpaceOnUse",children:[(0,j.jsx)("stop",{offset:".16",stopColor:"#6BBF47"}),(0,j.jsx)("stop",{offset:".38",stopColor:"#79B461"}),(0,j.jsx)("stop",{offset:".47",stopColor:"#75AC64"}),(0,j.jsx)("stop",{offset:".7",stopColor:"#659E5A"}),(0,j.jsx)("stop",{offset:".9",stopColor:"#3E863D"})]})]}),h[11]=f):f=h[11],h[12]!==e?(p=(0,j.jsxs)("svg",{width:"14",height:"14",viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",...e,children:[r,n,a,i,c,f]}),h[12]=e,h[13]=p):p=h[13],p}function ta(e){let t,r,n,o,a,i,l,s,c,u,d,f,p,h=(0,S.c)(14);return h[0]===Symbol.for("react.memo_cache_sentinel")?(t={maskType:"luminance"},h[0]=t):t=h[0],h[1]===Symbol.for("react.memo_cache_sentinel")?(r=(0,j.jsx)("mask",{id:"nodejs_icon_mask_a",style:t,maskUnits:"userSpaceOnUse",x:"0",y:"0",width:"14",height:"14",children:(0,j.jsx)("path",{d:"M6.67.089
|
||
|
|
.error-overlay-toolbar {
|
||
|
|
display: flex;
|
||
|
|
gap: 6px;
|
||
|
|
}
|
||
|
|
|
||
|
|
.nodejs-inspector-button,
|
||
|
|
.copy-error-button,
|
||
|
|
.docs-link-button {
|
||
|
|
display: flex;
|
||
|
|
justify-content: center;
|
||
|
|
align-items: center;
|
||
|
|
|
||
|
|
width: var(--size-28);
|
||
|
|
height: var(--size-28);
|
||
|
|
background: var(--color-background-100);
|
||
|
|
background-clip: padding-box;
|
||
|
|
border: 1px solid var(--color-gray-alpha-400);
|
||
|
|
box-shadow: var(--shadow-small);
|
||
|
|
border-radius: var(--rounded-full);
|
||
|
|
|
||
|
|
svg {
|
||
|
|
width: var(--size-14);
|
||
|
|
height: var(--size-14);
|
||
|
|
}
|
||
|
|
|
||
|
|
&:focus {
|
||
|
|
outline: var(--focus-ring);
|
||
|
|
}
|
||
|
|
|
||
|
|
&:not(:disabled):hover {
|
||
|
|
background: var(--color-gray-alpha-100);
|
||
|
|
}
|
||
|
|
|
||
|
|
&:not(:disabled):active {
|
||
|
|
background: var(--color-gray-alpha-200);
|
||
|
|
}
|
||
|
|
|
||
|
|
&:disabled {
|
||
|
|
background-color: var(--color-gray-100);
|
||
|
|
cursor: not-allowed;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
|
||
|
|
.nodejs-inspector-button[data-pending='true'] {
|
||
|
|
cursor: wait;
|
||
|
|
}
|
||
|
|
|
||
|
|
.error-overlay-toolbar-button-icon {
|
||
|
|
color: var(--color-gray-900);
|
||
|
|
}
|
||
|
|
`;function ty(e){let t,r,n=(0,S.c)(3);return n[0]===Symbol.for("react.memo_cache_sentinel")?(t=(0,j.jsx)("g",{id:"thumb-up-16",children:(0,j.jsx)("path",{id:"Union",fillRule:"evenodd",clipRule:"evenodd",d:"M6.89531 2.23959C6.72984 2.1214 6.5 2.23968 6.5 2.44303V5.24989C6.5 6.21639 5.7165 6.99989 4.75 6.99989H2.5V13.4999H12.1884C12.762 13.4999 13.262 13.1095 13.4011 12.5531L14.4011 8.55306C14.5984 7.76412 14.0017 6.99989 13.1884 6.99989H9.25H8.5V6.24989V3.51446C8.5 3.43372 8.46101 3.35795 8.39531 3.31102L6.89531 2.23959ZM5 2.44303C5 1.01963 6.6089 0.191656 7.76717 1.01899L9.26717 2.09042C9.72706 2.41892 10 2.94929 10 3.51446V5.49989H13.1884C14.9775 5.49989 16.2903 7.18121 15.8563 8.91686L14.8563 12.9169C14.5503 14.1411 13.4503 14.9999 12.1884 14.9999H1.75H1V14.2499V6.24989V5.49989H1.75H4.75C4.88807 5.49989 5 5.38796 5 5.24989V2.44303Z",fill:"currentColor"})}),n[0]=t):t=n[0],n[1]!==e?(r=(0,j.jsx)("svg",{width:"16",height:"16",viewBox:"0 0 16 16",fill:"none",xmlns:"http://www.w3.org/2000/svg",className:"thumbs-up-icon",...e,children:t}),n[1]=e,n[2]=r):r=n[2],r}function tb(e){let t,r,n=(0,S.c)(3);return n[0]===Symbol.for("react.memo_cache_sentinel")?(t=(0,j.jsx)("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M5.89531 12.7603C5.72984 12.8785 5.5 12.7602 5.5 12.5569V9.75C5.5 8.7835 4.7165 8 3.75 8H1.5V1.5H11.1884C11.762 1.5 12.262 1.89037 12.4011 2.44683L13.4011 6.44683C13.5984 7.23576 13.0017 8 12.1884 8H8.25H7.5V8.75V11.4854C7.5 11.5662 7.46101 11.6419 7.39531 11.6889L5.89531 12.7603ZM4 12.5569C4 13.9803 5.6089 14.8082 6.76717 13.9809L8.26717 12.9095C8.72706 12.581 9 12.0506 9 11.4854V9.5H12.1884C13.9775 9.5 15.2903 7.81868 14.8563 6.08303L13.8563 2.08303C13.5503 0.858816 12.4503 0 11.1884 0H0.75H0V0.75V8.75V9.5H0.75H3.75C3.88807 9.5 4 9.61193 4 9.75V12.5569Z",fill:"currentColor"}),n[0]=t):t=n[0],n[1]!==e?(r=(0,j.jsx)("svg",{width:"16",height:"16",viewBox:"0 0 16 16",fill:"none",xmlns:"http://www.w3.org/2000/svg",className:"thumbs-down-icon",...e,children:t}),n[1]=e,n[2]=r):r=n[2],r}function tx(e){let t,r,n,o,a,i=(0,S.c)(12),{errorCode:l,className:s}=e;i[0]===Symbol.for("react.memo_cache_sentinel")?(t={},i[0]=t):t=i[0];let[c,u]=(0,C.useState)(t),d=c[l],f=void 0!==d,p=process.env.__NEXT_TELEMETRY_DISABLED;i[1]!==l?(r=async e=>{u(t=>({...t,[l]:e}));try{(await fetch(`${process.env.__NEXT_ROUTER_BASEPATH||""}/__nextjs_error_feedback?${new URLSearchParams({errorCode:l,wasHelpful:e.toString()})}`)).ok||console.error("Failed to record feedback on the server.")}catch(e){console.error("Failed to record feedback:",e)}},i[1]=l,i[2]=r):r=i[2];let h=r;return i[3]!==s?(n=e6("error-feedback",s),i[3]=s,i[4]=n):n=i[4],i[5]!==h||i[6]!==f||i[7]!==d?(o=f?(0,j.jsx)("p",{className:"error-feedback-thanks",role:"status","aria-live":"polite",children:"Thanks for your feedback!"}):(0,j.jsxs)(j.Fragment,{children:[(0,j.jsx)("p",{children:(0,j.jsx)("a",{href:"https://nextjs.org/telemetry#error-feedback",rel:"noopener noreferrer",target:"_blank",children:"Was this helpful?"})}),(0,j.jsx)("button",{"aria-disabled":p?"true":void 0,"aria-label":"Mark as helpful",onClick:p?void 0:()=>h(!0),className:e6("feedback-button",!0===d&&"voted"),title:p?"Feedback disabled due to setting NEXT_TELEMETRY_DISABLED":void 0,type:"button",children:(0,j.jsx)(ty,{"aria-hidden":"true"})}),(0,j.jsx)("button",{"aria-disabled":p?"true":void 0,"aria-label":"Mark as not helpful",onClick:p?void 0:()=>h(!1),className:e6("feedback-button",!1===d&&"voted"),title:p?"Feedback disabled due to setting NEXT_TELEMETRY_DISABLED":void 0,type:"button",children:(0,j.jsx)(tb,{"aria-hidden":"true",style:{translate:"1px 1px"}})})]}),i[5]=h,i[6]=f,i[7]=d,i[8]=o):o=i[8],i[9]!==n||i[10]!==o?(a=(0,j.jsx)("div",{className:n,role:"region","aria-label":"Error feedback",children:o}),i[9]=n,i[10]=o,i[11]=a):a=i[11],a}let t_=`
|
||
|
|
.error-feedback {
|
||
|
|
display: flex;
|
||
|
|
align-items: center;
|
||
|
|
gap: 8px;
|
||
|
|
white-space: nowrap;
|
||
|
|
color: var(--color-gray-900);
|
||
|
|
}
|
||
|
|
|
||
|
|
.error-feedback-thanks {
|
||
|
|
height: var(--size-24);
|
||
|
|
display: flex;
|
||
|
|
align-items: center;
|
||
|
|
padding-right: 4px; /* To match the 4px inner padding of the thumbs up and down icons */
|
||
|
|
}
|
||
|
|
|
||
|
|
.feedback-button {
|
||
|
|
background: none;
|
||
|
|
border: none;
|
||
|
|
border-radius: var(--rounded-md);
|
||
|
|
width: var(--size-24);
|
||
|
|
height: var(--size-24);
|
||
|
|
display: flex;
|
||
|
|
align-items: center;
|
||
|
|
justify-content: center;
|
||
|
|
cursor: pointer;
|
||
|
|
|
||
|
|
&:focus {
|
||
|
|
outline: var(--focus-ring);
|
||
|
|
}
|
||
|
|
|
||
|
|
&:hover {
|
||
|
|
background: var(--color-gray-alpha-100);
|
||
|
|
}
|
||
|
|
|
||
|
|
&:active {
|
||
|
|
background: var(--color-gray-alpha-200);
|
||
|
|
}
|
||
|
|
}
|
||
|
|
|
||
|
|
.feedback-button[aria-disabled='true'] {
|
||
|
|
opacity: 0.7;
|
||
|
|
cursor: not-allowed;
|
||
|
|
}
|
||
|
|
|
||
|
|
.feedback-button.voted {
|
||
|
|
background: var(--color-gray-alpha-200);
|
||
|
|
}
|
||
|
|
|
||
|
|
.thumbs-up-icon,
|
||
|
|
.thumbs-down-icon {
|
||
|
|
color: var(--color-gray-900);
|
||
|
|
width: var(--size-16);
|
||
|
|
height: var(--size-16);
|
||
|
|
}
|
||
|
|
`;function tw(e){let t,r,n=(0,S.c)(4),{errorCode:o}=e;return n[0]!==o?(t=o?(0,j.jsx)(tx,{className:"error-feedback",errorCode:o}):null,n[0]=o,n[1]=t):t=n[1],n[2]!==t?(r=(0,j.jsx)("footer",{"data-nextjs-error-overlay-footer":!0,className:"error-overlay-footer",children:t}),n[2]=t,n[3]=r):r=n[3],r}let tk=`
|
||
|
|
.error-overlay-footer {
|
||
|
|
display: flex;
|
||
|
|
flex-direction: row;
|
||
|
|
justify-content: space-between;
|
||
|
|
|
||
|
|
gap: 8px;
|
||
|
|
padding: 12px;
|
||
|
|
background: var(--color-background-200);
|
||
|
|
border-top: 1px solid var(--color-gray-400);
|
||
|
|
}
|
||
|
|
|
||
|
|
.error-feedback {
|
||
|
|
margin-left: auto;
|
||
|
|
|
||
|
|
p {
|
||
|
|
font-size: var(--size-14);
|
||
|
|
font-weight: 500;
|
||
|
|
margin: 0;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
|
||
|
|
${t_}
|
||
|
|
`;function tj(e){let t,r,n,o,a,i=(0,S.c)(12),{errorMessage:l,errorType:s}=e,[c,u]=(0,C.useState)(!1),[d,f]=(0,C.useState)(!1),p=(0,C.useRef)(null);if(i[0]===Symbol.for("react.memo_cache_sentinel")?(t=()=>{p.current&&f(p.current.scrollHeight>200)},i[0]=t):t=i[0],i[1]!==l?(r=[l],i[1]=l,i[2]=r):r=i[2],(0,C.useLayoutEffect)(t,r),!l)return null;let h=d&&"Blocking Route"!==s,m=`nextjs__container_errors_desc ${h&&!c?"truncated":""}`;return i[3]!==l||i[4]!==m?(n=(0,j.jsx)("div",{ref:p,id:"nextjs__container_errors_desc",className:m,children:l}),i[3]=l,i[4]=m,i[5]=n):n=i[5],i[6]!==c||i[7]!==h?(o=h&&!c&&(0,j.jsxs)(j.Fragment,{children:[(0,j.jsx)("div",{className:"nextjs__container_errors_gradient_overlay"}),(0,j.jsx)("button",{onClick:()=>u(!0),className:"nextjs__container_errors_expand_button","aria-expanded":c,"aria-controls":"nextjs__container_errors_desc",children:"Show More"})]}),i[6]=c,i[7]=h,i[8]=o):o=i[8],i[9]!==n||i[10]!==o?(a=(0,j.jsxs)("div",{className:"nextjs__container_errors_wrapper",children:[n,o]}),i[9]=n,i[10]=o,i[11]=a):a=i[11],a}let tS=`
|
||
|
|
.nextjs__container_errors_wrapper {
|
||
|
|
position: relative;
|
||
|
|
}
|
||
|
|
|
||
|
|
.nextjs__container_errors_desc {
|
||
|
|
margin: 0;
|
||
|
|
margin-left: 4px;
|
||
|
|
color: var(--color-red-900);
|
||
|
|
font-weight: 500;
|
||
|
|
font-size: var(--size-16);
|
||
|
|
letter-spacing: -0.32px;
|
||
|
|
line-height: var(--size-24);
|
||
|
|
overflow-wrap: break-word;
|
||
|
|
white-space: pre-wrap;
|
||
|
|
}
|
||
|
|
|
||
|
|
.nextjs__container_errors_desc.truncated {
|
||
|
|
max-height: 200px;
|
||
|
|
overflow: hidden;
|
||
|
|
}
|
||
|
|
|
||
|
|
.nextjs__container_errors_gradient_overlay {
|
||
|
|
position: absolute;
|
||
|
|
bottom: 0;
|
||
|
|
left: 0;
|
||
|
|
right: 0;
|
||
|
|
height: 85px;
|
||
|
|
background: linear-gradient(
|
||
|
|
180deg,
|
||
|
|
rgba(250, 250, 250, 0) 0%,
|
||
|
|
var(--color-background-100) 100%
|
||
|
|
);
|
||
|
|
}
|
||
|
|
|
||
|
|
.nextjs__container_errors_expand_button {
|
||
|
|
position: absolute;
|
||
|
|
bottom: 10px;
|
||
|
|
left: 50%;
|
||
|
|
transform: translateX(-50%);
|
||
|
|
display: flex;
|
||
|
|
align-items: center;
|
||
|
|
padding: 6px 8px;
|
||
|
|
background: var(--color-background-100);
|
||
|
|
border: 1px solid var(--color-gray-alpha-400);
|
||
|
|
border-radius: 999px;
|
||
|
|
box-shadow:
|
||
|
|
0px 2px 2px var(--color-gray-alpha-100),
|
||
|
|
0px 8px 8px -8px var(--color-gray-alpha-100);
|
||
|
|
font-size: var(--size-13);
|
||
|
|
cursor: pointer;
|
||
|
|
color: var(--color-gray-900);
|
||
|
|
font-weight: 500;
|
||
|
|
transition: background-color 0.2s ease;
|
||
|
|
}
|
||
|
|
|
||
|
|
.nextjs__container_errors_expand_button:hover {
|
||
|
|
background: var(--color-gray-100);
|
||
|
|
}
|
||
|
|
`;function tC(e){let t,r=(0,S.c)(3),{errorType:n}=e,o=`nextjs__container_errors_label ${"Blocking Route"===n||"Ambiguous Metadata"===n?"nextjs__container_errors_label_blocking_page":""}`;return r[0]!==n||r[1]!==o?(t=(0,j.jsx)("span",{id:"nextjs__container_errors_label",className:o,children:n}),r[0]=n,r[1]=o,r[2]=t):t=r[2],t}let tE=`
|
||
|
|
.nextjs__container_errors_label {
|
||
|
|
padding: 2px 6px;
|
||
|
|
margin: 0;
|
||
|
|
border-radius: var(--rounded-md-2);
|
||
|
|
background: var(--color-red-100);
|
||
|
|
font-weight: 600;
|
||
|
|
font-size: var(--size-12);
|
||
|
|
color: var(--color-red-900);
|
||
|
|
font-family: var(--font-stack-monospace);
|
||
|
|
line-height: var(--size-20);
|
||
|
|
}
|
||
|
|
|
||
|
|
.nextjs__container_errors_label_blocking_page {
|
||
|
|
background: var(--color-blue-100);
|
||
|
|
color: var(--color-blue-900);
|
||
|
|
}
|
||
|
|
`;function tT(e){let t,r,n=(0,S.c)(4),{title:o,className:a}=e;return n[0]===Symbol.for("react.memo_cache_sentinel")?(t=(0,j.jsx)("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M9.24996 12.0608L8.71963 11.5304L5.89641 8.70722C5.50588 8.3167 5.50588 7.68353 5.89641 7.29301L8.71963 4.46978L9.24996 3.93945L10.3106 5.00011L9.78029 5.53044L7.31062 8.00011L9.78029 10.4698L10.3106 11.0001L9.24996 12.0608Z",fill:"currentColor"}),n[0]=t):t=n[0],n[1]!==a||n[2]!==o?(r=(0,j.jsx)("svg",{width:"16",height:"16",viewBox:"0 0 16 16",fill:"none",xmlns:"http://www.w3.org/2000/svg","aria-label":o,className:a,children:t}),n[1]=a,n[2]=o,n[3]=r):r=n[3],r}function tN(e){let t,r,n=(0,S.c)(4),{title:o,className:a}=e;return n[0]===Symbol.for("react.memo_cache_sentinel")?(t=(0,j.jsx)("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M6.75011 3.93945L7.28044 4.46978L10.1037 7.29301C10.4942 7.68353 10.4942 8.3167 10.1037 8.70722L7.28044 11.5304L6.75011 12.0608L5.68945 11.0001L6.21978 10.4698L8.68945 8.00011L6.21978 5.53044L5.68945 5.00011L6.75011 3.93945Z",fill:"currentColor"}),n[0]=t):t=n[0],n[1]!==a||n[2]!==o?(r=(0,j.jsx)("svg",{width:"16",height:"16",viewBox:"0 0 16 16",fill:"none",xmlns:"http://www.w3.org/2000/svg",className:a,"aria-label":o,children:t}),n[1]=a,n[2]=o,n[3]=r):r=n[3],r}function tL(e){let t,r,n,o,a,i,l,s,c,u,d,f,p,h,m,g=(0,S.c)(40),{runtimeErrors:v,activeIdx:y,onActiveIndexChange:b}=e;g[0]!==y||g[1]!==b?(t=()=>(0,C.startTransition)(()=>{y>0&&b(Math.max(0,y-1))}),g[0]=y,g[1]=b,g[2]=t):t=g[2];let x=t;g[3]!==y||g[4]!==b||g[5]!==v.length?(r=()=>(0,C.startTransition)(()=>{y<v.length-1&&b(Math.max(0,Math.min(v.length-1,y+1)))}),g[3]=y,g[4]=b,g[5]=v.length,g[6]=r):r=g[6];let _=r,w=(0,C.useRef)(null),k=(0,C.useRef)(null),[E,T]=(0,C.useState)(null);g[7]===Symbol.for("react.memo_cache_sentinel")?(n=e=>{T(e)},g[7]=n):n=g[7];let N=n;g[8]!==_||g[9]!==x||g[10]!==E?(o=()=>{if(null==E)return;let e=E.getRootNode(),t=self.document,r=function(e){"ArrowLeft"===e.key?(e.preventDefault(),e.stopPropagation(),x&&x()):"ArrowRight"===e.key&&(e.preventDefault(),e.stopPropagation(),_&&_())};return e.addEventListener("keydown",r),e!==t&&t.addEventListener("keydown",r),function(){e.removeEventListener("keydown",r),e!==t&&t.removeEventListener("keydown",r)}},a=[E,_,x],g[8]=_,g[9]=x,g[10]=E,g[11]=o,g[12]=a):(o=g[11],a=g[12]),(0,C.useEffect)(o,a),g[13]!==y||g[14]!==E||g[15]!==v.length?(i=()=>{if(null==E)return;let e=E.getRootNode();if(e instanceof ShadowRoot){let t=e.activeElement;0===y?w.current&&t===w.current&&w.current.blur():y===v.length-1&&k.current&&t===k.current&&k.current.blur()}},l=[E,y,v.length],g[13]=y,g[14]=E,g[15]=v.length,g[16]=i,g[17]=l):(i=g[16],l=g[17]),(0,C.useEffect)(i,l);let L=0===y,I=0===y;g[18]===Symbol.for("react.memo_cache_sentinel")?(s=(0,j.jsx)(tT,{title:"previous",className:"error-overlay-pagination-button-icon"}),g[18]=s):s=g[18],g[19]!==x||g[20]!==L||g[21]!==I?(c=(0,j.jsx)("button",{ref:w,type:"button",disabled:L,"aria-disabled":I,onClick:x,"data-nextjs-dialog-error-previous":!0,className:"error-overlay-pagination-button",children:s}),g[19]=x,g[20]=L,g[21]=I,g[22]=c):c=g[22];let P=y+1;g[23]!==y||g[24]!==P?(u=(0,j.jsxs)("span",{"data-nextjs-dialog-error-index":y,children:[P,"/"]}),g[23]=y,g[24]=P,g[25]=u):u=g[25];let z=v.length||1;g[26]!==z?(d=(0,j.jsx)("span",{"data-nextjs-dialog-header-total-count":!0,children:z}),g[26]=z,g[27]=d):d=g[27],g[28]!==u||g[29]!==d?(f=(0,j.jsxs)("div",{className:"error-overlay-pagination-count",children:[u,d]}),g[28]=u,g[29]=d,g[30]=f):f=g[30];let R=y>=v.length-1,O=y>=v.length-1;return g[31]===Symbol.for("react.memo_cache_sentinel")?(p=(0,j.jsx)(tN,{title:"next",className:"error-overlay-pagination-button-icon"}),g[31]=p):p=g[31],g[32]!==_||g[33]!==R||g[34]!==O?(h=(0,j.jsx)("button",{ref:k,type:"button",disabled:R,"aria-disabled":O,onClick:_,"data-nextjs-dialog-error-next":!0,className:"error-overlay-pagination-button",children:p}),g[32]=_,g[33]=R,g[34]=O,g[35]=h):h=g[35],g[36]!==c||g[37]!==f||g[38]!==h?(m=(0,j.jsxs)("nav",{className:"error-overlay-pagination dialog-exclude-closing-from-outside-click",ref:N
|
||
|
|
.error-overlay-pagination {
|
||
|
|
-webkit-font-smoothing: antialiased;
|
||
|
|
display: flex;
|
||
|
|
justify-content: center;
|
||
|
|
align-items: center;
|
||
|
|
gap: 8px;
|
||
|
|
width: fit-content;
|
||
|
|
}
|
||
|
|
|
||
|
|
.error-overlay-pagination-count {
|
||
|
|
color: var(--color-gray-900);
|
||
|
|
text-align: center;
|
||
|
|
font-size: var(--size-14);
|
||
|
|
font-weight: 500;
|
||
|
|
line-height: var(--size-16);
|
||
|
|
font-variant-numeric: tabular-nums;
|
||
|
|
}
|
||
|
|
|
||
|
|
.error-overlay-pagination-button {
|
||
|
|
display: flex;
|
||
|
|
justify-content: center;
|
||
|
|
align-items: center;
|
||
|
|
|
||
|
|
width: var(--size-24);
|
||
|
|
height: var(--size-24);
|
||
|
|
background: var(--color-gray-300);
|
||
|
|
flex-shrink: 0;
|
||
|
|
|
||
|
|
border: none;
|
||
|
|
border-radius: var(--rounded-full);
|
||
|
|
|
||
|
|
svg {
|
||
|
|
width: var(--size-16);
|
||
|
|
height: var(--size-16);
|
||
|
|
}
|
||
|
|
|
||
|
|
&:focus-visible {
|
||
|
|
outline: var(--focus-ring);
|
||
|
|
}
|
||
|
|
|
||
|
|
&:not(:disabled):active {
|
||
|
|
background: var(--color-gray-500);
|
||
|
|
}
|
||
|
|
|
||
|
|
&:disabled {
|
||
|
|
opacity: 0.5;
|
||
|
|
cursor: not-allowed;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
|
||
|
|
.error-overlay-pagination-button-icon {
|
||
|
|
color: var(--color-gray-1000);
|
||
|
|
}
|
||
|
|
`;function tP(e){let t,r,n=(0,S.c)(3);return n[0]===Symbol.for("react.memo_cache_sentinel")?(t=(0,j.jsx)("circle",{cx:"7",cy:"7",r:"5.5",strokeWidth:"3"}),n[0]=t):t=n[0],n[1]!==e?(r=(0,j.jsx)("svg",{width:"14",height:"14",viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",...e,children:t}),n[1]=e,n[2]=r):r=n[2],r}function tz(e){let t,r,n,o,a,i,l,s,c,u,d,f,p=(0,S.c)(31),{versionInfo:h,bundlerName:m}=e,{staleness:g}=h;if(p[0]!==m||p[1]!==g||p[2]!==h){a=Symbol.for("react.early_return_sentinel");r:{let{text:e,indicatorClass:s,title:c}=function({installed:e,staleness:t,expected:r}){let n="",o="",a="",i=`Next.js ${e}`;switch(t){case"newer-than-npm":case"fresh":n=i,o=`Latest available version is detected (${e}).`,a="fresh";break;case"stale-patch":case"stale-minor":n=`${i} (stale)`,o=`There is a newer version (${r}) available, upgrade recommended! `,a="stale";break;case"stale-major":n=`${i} (outdated)`,o=`An outdated version detected (latest is ${r}), upgrade is highly recommended!`,a="outdated";break;case"stale-prerelease":n=`${i} (stale)`,o=`There is a newer canary version (${r}) available, please upgrade! `,a="stale";break;case"unknown":n=`${i} (unknown)`,o="No Next.js version data was found.",a="unknown"}return{text:n,indicatorClass:a,title:o}}(h);if(i=e,l=c,r="Turbopack"===m,g.startsWith("stale")){let e,t,n=r&&"turbopack-text";p[10]!==n?(e=e6(n),p[10]=n,p[11]=e):e=p[11],p[12]!==m||p[13]!==e?(t=(0,j.jsx)("span",{className:e,children:m}),p[12]=m,p[13]=e,p[14]=t):t=p[14],a=(0,j.jsxs)("a",{className:"nextjs-container-build-error-version-status dialog-exclude-closing-from-outside-click",target:"_blank",rel:"noopener noreferrer",href:"https://nextjs.org/docs/messages/version-staleness",children:[(0,j.jsx)(tP,{className:e6("version-staleness-indicator",s)}),(0,j.jsx)("span",{"data-nextjs-version-checker":!0,title:l,children:i}),t]});break r}o="nextjs-container-build-error-version-status dialog-exclude-closing-from-outside-click",t=tP,n=e6("version-staleness-indicator",s)}p[0]=m,p[1]=g,p[2]=h,p[3]=t,p[4]=r,p[5]=n,p[6]=o,p[7]=a,p[8]=i,p[9]=l}else t=p[3],r=p[4],n=p[5],o=p[6],a=p[7],i=p[8],l=p[9];if(a!==Symbol.for("react.early_return_sentinel"))return a;p[15]!==t||p[16]!==n?(s=(0,j.jsx)(t,{className:n}),p[15]=t,p[16]=n,p[17]=s):s=p[17],p[18]!==i||p[19]!==l?(c=(0,j.jsx)("span",{"data-nextjs-version-checker":!0,title:l,children:i}),p[18]=i,p[19]=l,p[20]=c):c=p[20];let v=r&&"turbopack-text";return p[21]!==v?(u=e6(v),p[21]=v,p[22]=u):u=p[22],p[23]!==m||p[24]!==u?(d=(0,j.jsx)("span",{className:u,children:m}),p[23]=m,p[24]=u,p[25]=d):d=p[25],p[26]!==o||p[27]!==s||p[28]!==c||p[29]!==d?(f=(0,j.jsxs)("span",{className:o,children:[s,c,d]}),p[26]=o,p[27]=s,p[28]=c,p[29]=d,p[30]=f):f=p[30],f}let tR=`
|
||
|
|
.nextjs-container-build-error-version-status {
|
||
|
|
display: flex;
|
||
|
|
justify-content: center;
|
||
|
|
align-items: center;
|
||
|
|
gap: 4px;
|
||
|
|
|
||
|
|
height: var(--size-26);
|
||
|
|
padding: 6px 8px 6px 6px;
|
||
|
|
background: var(--color-background-100);
|
||
|
|
background-clip: padding-box;
|
||
|
|
border: 1px solid var(--color-gray-alpha-400);
|
||
|
|
box-shadow: var(--shadow-small);
|
||
|
|
border-radius: var(--rounded-full);
|
||
|
|
|
||
|
|
color: var(--color-gray-900);
|
||
|
|
font-size: var(--size-12);
|
||
|
|
font-weight: 500;
|
||
|
|
line-height: var(--size-16);
|
||
|
|
}
|
||
|
|
|
||
|
|
a.nextjs-container-build-error-version-status {
|
||
|
|
text-decoration: none;
|
||
|
|
color: var(--color-gray-900);
|
||
|
|
|
||
|
|
&:hover {
|
||
|
|
background: var(--color-gray-100);
|
||
|
|
}
|
||
|
|
|
||
|
|
&:focus {
|
||
|
|
outline: var(--focus-ring);
|
||
|
|
}
|
||
|
|
}
|
||
|
|
|
||
|
|
.version-staleness-indicator.fresh {
|
||
|
|
fill: var(--color-green-800);
|
||
|
|
stroke: var(--color-green-300);
|
||
|
|
}
|
||
|
|
.version-staleness-indicator.stale {
|
||
|
|
fill: var(--color-amber-800);
|
||
|
|
stroke: var(--color-amber-300);
|
||
|
|
}
|
||
|
|
.version-staleness-indicator.outdated {
|
||
|
|
fill: var(--color-red-800);
|
||
|
|
stroke: var(--color-red-300);
|
||
|
|
}
|
||
|
|
.version-staleness-indicator.unknown {
|
||
|
|
fill: var(--color-gray-800);
|
||
|
|
stroke: var(--color-gray-300);
|
||
|
|
}
|
||
|
|
|
||
|
|
.nextjs-container-build-error-version-status > .turbopack-text {
|
||
|
|
background: linear-gradient(
|
||
|
|
to right,
|
||
|
|
var(--color-turbopack-text-red) 0%,
|
||
|
|
var(--color-turbopack-text-blue) 100%
|
||
|
|
);
|
||
|
|
background-clip: text;
|
||
|
|
-webkit-background-clip: text;
|
||
|
|
-webkit-text-fill-color: transparent;
|
||
|
|
}
|
||
|
|
`;function tO(e){let t,r,n,o,a=(0,S.c)(11),{runtimeErrors:i,activeIdx:l,setActiveIndex:s,versionInfo:c}=e,u=process.env.__NEXT_BUNDLER||"Turbopack";a[0]!==i?(t=i??[],a[0]=i,a[1]=t):t=a[1];let d=l??0,f=s??tM;return a[2]!==t||a[3]!==d||a[4]!==f?(r=(0,j.jsx)(tD,{side:"left",children:(0,j.jsx)(tL,{runtimeErrors:t,activeIdx:d,onActiveIndexChange:f})}),a[2]=t,a[3]=d,a[4]=f,a[5]=r):r=a[5],a[6]!==c?(n=c&&(0,j.jsx)(tD,{side:"right",children:(0,j.jsx)(tz,{versionInfo:c,bundlerName:u})}),a[6]=c,a[7]=n):n=a[7],a[8]!==r||a[9]!==n?(o=(0,j.jsxs)("div",{"data-nextjs-error-overlay-nav":!0,children:[r,n]}),a[8]=r,a[9]=n,a[10]=o):o=a[10],o}function tM(){}let tA=`
|
||
|
|
[data-nextjs-error-overlay-nav] {
|
||
|
|
--stroke-color: var(--color-gray-400);
|
||
|
|
--background-color: var(--color-background-100);
|
||
|
|
display: flex;
|
||
|
|
justify-content: space-between;
|
||
|
|
align-items: center;
|
||
|
|
|
||
|
|
width: 100%;
|
||
|
|
|
||
|
|
position: relative;
|
||
|
|
z-index: 2;
|
||
|
|
outline: none;
|
||
|
|
translate: var(--next-dialog-border-width) var(--next-dialog-border-width);
|
||
|
|
max-width: var(--next-dialog-max-width);
|
||
|
|
|
||
|
|
.error-overlay-notch {
|
||
|
|
translate: calc(var(--next-dialog-border-width) * -1);
|
||
|
|
width: auto;
|
||
|
|
height: var(--next-dialog-notch-height);
|
||
|
|
padding: 12px;
|
||
|
|
background: var(--background-color);
|
||
|
|
border: var(--next-dialog-border-width) solid var(--stroke-color);
|
||
|
|
border-bottom: none;
|
||
|
|
position: relative;
|
||
|
|
|
||
|
|
&[data-side='left'] {
|
||
|
|
padding-right: 0;
|
||
|
|
border-radius: var(--next-dialog-radius) 0 0 0;
|
||
|
|
|
||
|
|
.error-overlay-notch-tail {
|
||
|
|
right: -54px;
|
||
|
|
}
|
||
|
|
|
||
|
|
> *:not(.error-overlay-notch-tail) {
|
||
|
|
margin-right: -10px;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
|
||
|
|
&[data-side='right'] {
|
||
|
|
padding-left: 0;
|
||
|
|
border-radius: 0 var(--next-dialog-radius) 0 0;
|
||
|
|
|
||
|
|
.error-overlay-notch-tail {
|
||
|
|
left: -54px;
|
||
|
|
transform: rotateY(180deg);
|
||
|
|
}
|
||
|
|
|
||
|
|
> *:not(.error-overlay-notch-tail) {
|
||
|
|
margin-left: -12px;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
|
||
|
|
.error-overlay-notch-tail {
|
||
|
|
position: absolute;
|
||
|
|
top: calc(var(--next-dialog-border-width) * -1);
|
||
|
|
pointer-events: none;
|
||
|
|
z-index: -1;
|
||
|
|
height: calc(100% + var(--next-dialog-border-width));
|
||
|
|
}
|
||
|
|
}
|
||
|
|
}
|
||
|
|
|
||
|
|
@media (max-width: 600px) {
|
||
|
|
[data-nextjs-error-overlay-nav] {
|
||
|
|
background: var(--background-color);
|
||
|
|
border-radius: var(--next-dialog-radius) var(--next-dialog-radius) 0 0;
|
||
|
|
border: var(--next-dialog-border-width) solid var(--stroke-color);
|
||
|
|
border-bottom: none;
|
||
|
|
overflow: hidden;
|
||
|
|
translate: 0 var(--next-dialog-border-width);
|
||
|
|
|
||
|
|
.error-overlay-notch {
|
||
|
|
border-radius: 0;
|
||
|
|
border: 0;
|
||
|
|
|
||
|
|
&[data-side="left"], &[data-side="right"] {
|
||
|
|
border-radius: 0;
|
||
|
|
}
|
||
|
|
|
||
|
|
.error-overlay-notch-tail {
|
||
|
|
display: none;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
}
|
||
|
|
}
|
||
|
|
`;function tD(e){let t,r,n=(0,S.c)(4),{children:o,side:a}=e,i=void 0===a?"left":a;return n[0]===Symbol.for("react.memo_cache_sentinel")?(t=(0,j.jsx)(tZ,{}),n[0]=t):t=n[0],n[1]!==o||n[2]!==i?(r=(0,j.jsxs)("div",{className:"error-overlay-notch","data-side":i,children:[o,t]}),n[1]=o,n[2]=i,n[3]=r):r=n[3],r}function tZ(){let e,t,r,n=(0,S.c)(3);return n[0]===Symbol.for("react.memo_cache_sentinel")?(e={maskType:"alpha"},n[0]=e):e=n[0],n[1]===Symbol.for("react.memo_cache_sentinel")?(t=(0,j.jsxs)("mask",{id:"error_overlay_nav_mask0_2667_14687",style:e,maskUnits:"userSpaceOnUse",x:"0",y:"-1",width:"60",height:"43",children:[(0,j.jsxs)("mask",{id:"error_overlay_nav_path_1_outside_1_2667_14687",maskUnits:"userSpaceOnUse",x:"0",y:"-1",width:"60",height:"43",fill:"black",children:[(0,j.jsx)("rect",{fill:"white",y:"-1",width:"60",height:"43"}),(0,j.jsx)("path",{d:"M1 0L8.0783 0C15.772 0 22.7836 4.41324 26.111 11.3501L34.8889 29.6498C38.2164 36.5868 45.228 41 52.9217 41H60H1L1 0Z"})]}),(0,j.jsx)("path",{d:"M1 0L8.0783 0C15.772 0 22.7836 4.41324 26.111 11.3501L34.8889 29.6498C38.2164 36.5868 45.228 41 52.9217 41H60H1L1 0Z",fill:"white"}),(0,j.jsx)("path",{d:"M1 0V-1H0V0L1 0ZM1 41H0V42H1V41ZM34.8889 29.6498L33.9873 30.0823L34.8889 29.6498ZM26.111 11.3501L27.0127 10.9177L26.111 11.3501ZM1 1H8.0783V-1H1V1ZM60 40H1V42H60V40ZM2 41V0L0 0L0 41H2ZM25.2094 11.7826L33.9873 30.0823L35.7906 29.2174L27.0127 10.9177L25.2094 11.7826ZM52.9217 42H60V40H52.9217V42ZM33.9873 30.0823C37.4811 37.3661 44.8433 42 52.9217 42V40C45.6127 40 38.9517 35.8074 35.7906 29.2174L33.9873 30.0823ZM8.0783 1C15.3873 1 22.0483 5.19257 25.2094 11.7826L27.0127 10.9177C23.5188 3.6339 16.1567 -1 8.0783 -1V1Z",fill:"black",mask:"url(#error_overlay_nav_path_1_outside_1_2667_14687)"})]}),n[1]=t):t=n[1],n[2]===Symbol.for("react.memo_cache_sentinel")?(r=(0,j.jsxs)("svg",{width:"60",height:"42",viewBox:"0 0 60 42",fill:"none",xmlns:"http://www.w3.org/2000/svg",className:"error-overlay-notch-tail",preserveAspectRatio:"none",children:[t,(0,j.jsxs)("g",{mask:"url(#error_overlay_nav_mask0_2667_14687)",children:[(0,j.jsxs)("mask",{id:"error_overlay_nav_path_3_outside_2_2667_14687",maskUnits:"userSpaceOnUse",x:"-1",y:"0.0244141",width:"60",height:"43",fill:"black",children:[(0,j.jsx)("rect",{fill:"white",x:"-1",y:"0.0244141",width:"60",height:"43"}),(0,j.jsx)("path",{d:"M0 1.02441H7.0783C14.772 1.02441 21.7836 5.43765 25.111 12.3746L33.8889 30.6743C37.2164 37.6112 44.228 42.0244 51.9217 42.0244H59H0L0 1.02441Z"})]}),(0,j.jsx)("path",{d:"M0 1.02441H7.0783C14.772 1.02441 21.7836 5.43765 25.111 12.3746L33.8889 30.6743C37.2164 37.6112 44.228 42.0244 51.9217 42.0244H59H0L0 1.02441Z",fill:"var(--background-color)"}),(0,j.jsx)("path",{d:"M0 1.02441L0 0.0244141H-1V1.02441H0ZM0 42.0244H-1V43.0244H0L0 42.0244ZM33.8889 30.6743L32.9873 31.1068L33.8889 30.6743ZM25.111 12.3746L26.0127 11.9421L25.111 12.3746ZM0 2.02441H7.0783V0.0244141H0L0 2.02441ZM59 41.0244H0L0 43.0244H59V41.0244ZM1 42.0244L1 1.02441H-1L-1 42.0244H1ZM24.2094 12.8071L32.9873 31.1068L34.7906 30.2418L26.0127 11.9421L24.2094 12.8071ZM51.9217 43.0244H59V41.0244H51.9217V43.0244ZM32.9873 31.1068C36.4811 38.3905 43.8433 43.0244 51.9217 43.0244V41.0244C44.6127 41.0244 37.9517 36.8318 34.7906 30.2418L32.9873 31.1068ZM7.0783 2.02441C14.3873 2.02441 21.0483 6.21699 24.2094 12.8071L26.0127 11.9421C22.5188 4.65831 15.1567 0.0244141 7.0783 0.0244141V2.02441Z",fill:"var(--stroke-color)",mask:"url(#error_overlay_nav_path_3_outside_2_2667_14687)"})]})]}),n[2]=r):r=n[2],r}let tF=["[data-next-mark]","[data-issues-open]","#nextjs-dev-tools-menu","[data-nextjs-error-overlay-nav]","[data-info-popover]","[data-nextjs-devtools-panel-overlay]","[data-nextjs-devtools-panel-footer]","[data-nextjs-error-overlay-footer]"],tU=function(e){var t,r,n;let o,a,i,l,s,c,u,d,f,p,h,m,g,v,y,b,x=(0,S.c)(23);x[0]!==e?({children:i,className:l,onClose:s,"aria-labelledby":a,"aria-describedby":o,...c}=e,x[0]=e,x[1]=o,x[2]=a,x[3]=i,x[4]=l,x[5]=s,x[6]=c):(o=x[1],a=x[2],i=x[3],l=x[4],s=x[5],c=x[6]);let _=C.useRef(null),[w,k]=C.useState("undefined"!=typeof document&&document.hasFocus()
|
||
|
|
.error-overlay-dialog-container {
|
||
|
|
display: flex;
|
||
|
|
flex-direction: column;
|
||
|
|
background: var(--color-background-100);
|
||
|
|
background-clip: padding-box;
|
||
|
|
border: var(--next-dialog-border-width) solid var(--color-gray-400);
|
||
|
|
border-radius: 0 0 var(--next-dialog-radius) var(--next-dialog-radius);
|
||
|
|
box-shadow: var(--shadow-menu);
|
||
|
|
position: relative;
|
||
|
|
overflow: hidden;
|
||
|
|
}
|
||
|
|
|
||
|
|
.error-overlay-dialog-scroll {
|
||
|
|
overflow-y: auto;
|
||
|
|
height: 100%;
|
||
|
|
}
|
||
|
|
`;function tV(e){let t,r=(0,S.c)(2);return r[0]!==e?(t=(0,j.jsx)("div",{"data-nextjs-dialog-header":!0,...e,children:e.children}),r[0]=e,r[1]=t):t=r[1],t}function tB(e){let t,r=(0,S.c)(2),{children:n}=e;return r[0]!==n?(t=(0,j.jsx)(tV,{className:"nextjs-container-errors-header",children:n}),r[0]=n,r[1]=t):t=r[1],t}let tq=`
|
||
|
|
.nextjs-container-errors-header {
|
||
|
|
position: relative;
|
||
|
|
}
|
||
|
|
.nextjs-container-errors-header > h1 {
|
||
|
|
font-size: var(--size-20);
|
||
|
|
line-height: var(--size-24);
|
||
|
|
font-weight: bold;
|
||
|
|
margin: calc(16px * 1.5) 0;
|
||
|
|
color: var(--color-title-h1);
|
||
|
|
}
|
||
|
|
.nextjs-container-errors-header small {
|
||
|
|
font-size: var(--size-14);
|
||
|
|
color: var(--color-accents-1);
|
||
|
|
margin-left: 16px;
|
||
|
|
}
|
||
|
|
.nextjs-container-errors-header small > span {
|
||
|
|
font-family: var(--font-stack-monospace);
|
||
|
|
}
|
||
|
|
.nextjs-container-errors-header > div > small {
|
||
|
|
margin: 0;
|
||
|
|
margin-top: 4px;
|
||
|
|
}
|
||
|
|
.nextjs-container-errors-header > p > a {
|
||
|
|
color: inherit;
|
||
|
|
font-weight: bold;
|
||
|
|
}
|
||
|
|
.nextjs-container-errors-header
|
||
|
|
> .nextjs-container-build-error-version-status {
|
||
|
|
position: absolute;
|
||
|
|
top: 16px;
|
||
|
|
right: 16px;
|
||
|
|
}
|
||
|
|
`;function tW(e){let t,r=(0,S.c)(2),{children:n}=e;return r[0]!==n?(t=(0,j.jsx)(e3,{className:"nextjs-container-errors-body",children:n}),r[0]=n,r[1]=t):t=r[1],t}let tK=0,tY=function(e){let t,r,n,o,a,i=(0,S.c)(9);return i[0]!==e?({className:r,children:t,...n}=e,i[0]=e,i[1]=t,i[2]=r,i[3]=n):(t=i[1],r=i[2],n=i[3]),i[4]===Symbol.for("react.memo_cache_sentinel")?(o=[],i[4]=o):o=i[4],C.useEffect(tG,o),i[5]!==t||i[6]!==r||i[7]!==n?(a=(0,j.jsx)("div",{"data-nextjs-dialog-overlay":!0,className:r,...n,children:t}),i[5]=t,i[6]=r,i[7]=n,i[8]=a):a=i[8],a};function tX(){setTimeout(()=>{0!==tK&&0==--tK&&(void 0!==e&&(document.body.style.paddingRight=e,e=void 0),void 0!==t&&(document.body.style.overflow=t,t=void 0))})}function tG(){return setTimeout(()=>{if(tK++>0)return;let r=window.innerWidth-document.documentElement.clientWidth;r>0&&(e=document.body.style.paddingRight,document.body.style.paddingRight=`${r}px`),t=document.body.style.overflow,document.body.style.overflow="hidden"}),tX}function tQ(e){let t,r,n,o=(0,S.c)(6);return o[0]!==e?({children:t,...r}=e,o[0]=e,o[1]=t,o[2]=r):(t=o[1],r=o[2]),o[3]!==t||o[4]!==r?(n=(0,j.jsx)(tY,{...r,children:t}),o[3]=t,o[4]=r,o[5]=n):n=o[5],n}let tJ=e_`
|
||
|
|
[data-nextjs-dialog-overlay] {
|
||
|
|
padding: initial;
|
||
|
|
top: 10vh;
|
||
|
|
}
|
||
|
|
`;function t0(e){let t,r,n,o=(0,S.c)(4),{errorCount:a,activeIdx:i}=e,l=Math.min(a-i-1,2);return o[0]===Symbol.for("react.memo_cache_sentinel")?(t=(0,j.jsx)("div",{className:"error-overlay-bottom-stack-layer error-overlay-bottom-stack-layer-1",children:"1"}),r=(0,j.jsx)("div",{className:"error-overlay-bottom-stack-layer error-overlay-bottom-stack-layer-2",children:"2"}),o[0]=t,o[1]=r):(t=o[0],r=o[1]),o[2]!==l?(n=(0,j.jsx)("div",{"aria-hidden":!0,className:"error-overlay-bottom-stack",children:(0,j.jsxs)("div",{className:"error-overlay-bottom-stack-stack","data-stack-count":l,children:[t,r]})}),o[2]=l,o[3]=n):n=o[3],n}let t1=`
|
||
|
|
.error-overlay-bottom-stack-layer {
|
||
|
|
width: 100%;
|
||
|
|
height: var(--stack-layer-height);
|
||
|
|
position: relative;
|
||
|
|
border: 1px solid var(--color-gray-400);
|
||
|
|
border-radius: var(--rounded-xl);
|
||
|
|
background: var(--color-background-200);
|
||
|
|
transition:
|
||
|
|
translate 350ms var(--timing-swift),
|
||
|
|
box-shadow 350ms var(--timing-swift);
|
||
|
|
}
|
||
|
|
|
||
|
|
.error-overlay-bottom-stack-layer-1 {
|
||
|
|
width: calc(100% - var(--size-24));
|
||
|
|
}
|
||
|
|
|
||
|
|
.error-overlay-bottom-stack-layer-2 {
|
||
|
|
width: calc(100% - var(--size-48));
|
||
|
|
z-index: -1;
|
||
|
|
}
|
||
|
|
|
||
|
|
.error-overlay-bottom-stack {
|
||
|
|
width: 100%;
|
||
|
|
position: absolute;
|
||
|
|
bottom: -1px;
|
||
|
|
height: 0;
|
||
|
|
overflow: visible;
|
||
|
|
}
|
||
|
|
|
||
|
|
.error-overlay-bottom-stack-stack {
|
||
|
|
--stack-layer-height: 44px;
|
||
|
|
--stack-layer-height-half: calc(var(--stack-layer-height) / 2);
|
||
|
|
--stack-layer-trim: 13px;
|
||
|
|
--shadow: 0px 0.925px 0.925px 0px rgba(0, 0, 0, 0.02),
|
||
|
|
0px 3.7px 7.4px -3.7px rgba(0, 0, 0, 0.04),
|
||
|
|
0px 14.8px 22.2px -7.4px rgba(0, 0, 0, 0.06);
|
||
|
|
|
||
|
|
display: grid;
|
||
|
|
place-items: center center;
|
||
|
|
width: 100%;
|
||
|
|
position: fixed;
|
||
|
|
height: 0;
|
||
|
|
overflow: visible;
|
||
|
|
z-index: -1;
|
||
|
|
max-width: var(--next-dialog-max-width);
|
||
|
|
|
||
|
|
.error-overlay-bottom-stack-layer {
|
||
|
|
grid-area: 1 / 1;
|
||
|
|
/* Hide */
|
||
|
|
translate: 0 calc(var(--stack-layer-height) * -1);
|
||
|
|
}
|
||
|
|
|
||
|
|
&[data-stack-count='1'],
|
||
|
|
&[data-stack-count='2'] {
|
||
|
|
.error-overlay-bottom-stack-layer-1 {
|
||
|
|
translate: 0
|
||
|
|
calc(var(--stack-layer-height-half) * -1 - var(--stack-layer-trim));
|
||
|
|
}
|
||
|
|
}
|
||
|
|
|
||
|
|
&[data-stack-count='2'] {
|
||
|
|
.error-overlay-bottom-stack-layer-2 {
|
||
|
|
translate: 0 calc(var(--stack-layer-trim) * -1 * 2);
|
||
|
|
}
|
||
|
|
}
|
||
|
|
|
||
|
|
/* Only the bottom stack should have the shadow */
|
||
|
|
&[data-stack-count='1'] .error-overlay-bottom-stack-layer-1 {
|
||
|
|
box-shadow: var(--shadow);
|
||
|
|
}
|
||
|
|
|
||
|
|
&[data-stack-count='2'] {
|
||
|
|
.error-overlay-bottom-stack-layer-2 {
|
||
|
|
box-shadow: var(--shadow);
|
||
|
|
}
|
||
|
|
}
|
||
|
|
}
|
||
|
|
`;function t2(e){let t,r=(0,S.c)(2),{environmentName:n}=e;return r[0]!==n?(t=(0,j.jsx)("span",{"data-nextjs-environment-name-label":!0,children:n}),r[0]=n,r[1]=t):t=r[1],t}let t3=`
|
||
|
|
[data-nextjs-environment-name-label] {
|
||
|
|
padding: 2px 6px;
|
||
|
|
margin: 0;
|
||
|
|
border-radius: var(--rounded-md-2);
|
||
|
|
background: var(--color-gray-100);
|
||
|
|
font-weight: 600;
|
||
|
|
font-size: var(--size-12);
|
||
|
|
color: var(--color-gray-900);
|
||
|
|
font-family: var(--font-stack-monospace);
|
||
|
|
line-height: var(--size-20);
|
||
|
|
}
|
||
|
|
`;function t4(e){let t=e?.getRootNode();return t instanceof ShadowRoot?t?.activeElement:null}function t5(e,t,r,n,o){let a,i,l=(0,S.c)(7);l[0]!==r||l[1]!==n||l[2]!==o||l[3]!==e||l[4]!==t?(a=()=>{if(!r)return;let a=o||e.current?.ownerDocument,i=function(r){let o=r.target;!(e.current&&e.current.contains(o))&&(e.current?.getBoundingClientRect()&&r.clientX>=e.current.getBoundingClientRect().left-10&&r.clientX<=e.current.getBoundingClientRect().right+10&&r.clientY>=e.current.getBoundingClientRect().top-10&&r.clientY<=e.current.getBoundingClientRect().bottom+10||t.current?.getBoundingClientRect()&&r.clientX>=t.current.getBoundingClientRect().left-10&&r.clientX<=t.current.getBoundingClientRect().right+10&&r.clientY>=t.current.getBoundingClientRect().top-10&&r.clientY<=t.current.getBoundingClientRect().bottom+10||n("outside"))},l=function(e){"Escape"===e.key&&n("escape")};return a?.addEventListener("mousedown",i),a?.addEventListener("keydown",l),()=>{a?.removeEventListener("mousedown",i),a?.removeEventListener("keydown",l)}},i=[r,n,o,e,t],l[0]=r,l[1]=n,l[2]=o,l[3]=e,l[4]=t,l[5]=a,l[6]=i):(a=l[5],i=l[6]),(0,C.useEffect)(a,i)}let t6="cubic-bezier(0.175, 0.885, 0.32, 1.1)",t9=(0,C.forwardRef)(function(e,t){let r,n,o=(0,S.c)(9),{stop:a,blur:i,side:l,style:s,height:c}=e,u=`${c}px`;o[0]!==i||o[1]!==a||o[2]!==s||o[3]!==u?(r={"--stop":a,"--blur":i,"--height":u,...s},o[0]=i,o[1]=a,o[2]=s,o[3]=u,o[4]=r):r=o[4];let d=r;return o[5]!==t||o[6]!==l||o[7]!==d?(n=(0,j.jsx)("div",{ref:t,"aria-hidden":!0,"data-nextjs-scroll-fader":!0,className:"nextjs-scroll-fader","data-side":l,style:d}),o[5]=t,o[6]=l,o[7]=d,o[8]=n):n=o[8],n}),t8=`
|
||
|
|
.nextjs-scroll-fader {
|
||
|
|
--blur: 1px;
|
||
|
|
--stop: 25%;
|
||
|
|
--height: 150px;
|
||
|
|
--color-bg: var(--color-background-100);
|
||
|
|
position: absolute;
|
||
|
|
pointer-events: none;
|
||
|
|
user-select: none;
|
||
|
|
width: 100%;
|
||
|
|
height: var(--height);
|
||
|
|
left: 0;
|
||
|
|
backdrop-filter: blur(var(--blur));
|
||
|
|
|
||
|
|
&[data-side="top"] {
|
||
|
|
top: 0;
|
||
|
|
background: linear-gradient(to top, transparent, var(--color-bg));
|
||
|
|
mask-image: linear-gradient(to bottom, var(--color-bg) var(--stop), transparent);
|
||
|
|
}
|
||
|
|
}
|
||
|
|
`,t7=(0,C.forwardRef)(function(e,t){let r,n,o,a,i,l,s=(0,S.c)(13);s[0]!==e?({children:r,measure:n,...o}=e,s[0]=e,s[1]=r,s[2]=n,s[3]=o):(r=s[1],n=s[2],o=s[3]);let[c,u]=(0,C.useState)(null),[d,f]=function(e,t){let r,n,o,a=(0,S.c)(7),[i,l]=(0,C.useState)(0),[s,c]=(0,C.useState)(!0);return a[0]!==e||a[1]!==t?(r=()=>{let r;if(!t||!e)return;let n=new ResizeObserver(e=>{let[t]=e,{contentRect:n}=t;clearTimeout(r),r=window.setTimeout(()=>{c(!1)},100),l(n.height)});return n.observe(e),()=>n.disconnect()},n=[t,e],a[0]=e,a[1]=t,a[2]=r,a[3]=n):(r=a[2],n=a[3]),(0,C.useEffect)(r,n),a[4]!==i||a[5]!==s?(o=[i,s],a[4]=i,a[5]=s,a[6]=o):o=a[6],o}(c,n),p=f?"auto":d;return s[4]!==p?(a={height:p,transition:"height 250ms var(--timing-swift)"},s[4]=p,s[5]=a):a=s[5],s[6]!==r?(i=(0,j.jsx)("div",{ref:u,children:r}),s[6]=r,s[7]=i):i=s[7],s[8]!==o||s[9]!==t||s[10]!==a||s[11]!==i?(l=(0,j.jsx)("div",{...o,ref:t,style:a,children:i}),s[8]=o,s[9]=t,s[10]=a,s[11]=i,s[12]=l):l=s[12],l});function re(e){let t,r,n,o=(0,S.c)(6);o[0]!==e?({fixed:t,...r}=e,o[0]=e,o[1]=t,o[2]=r):(t=o[1],r=o[2]);let a=!!t||void 0;return o[3]!==r||o[4]!==a?(n=(0,j.jsx)("div",{"data-nextjs-dialog-backdrop":!0,"data-nextjs-dialog-backdrop-fixed":a,...r}),o[3]=r,o[4]=a,o[5]=n):n=o[5],n}function rt(e){var t,r;let n,o,a,i,l,s,c,u,d,f,p,h,m,g,v,y,b,x,_,w,k,E,T,N,L,I,P,z=(0,S.c)(66),{errorMessage:R,errorType:O,children:M,errorCode:A,errorCount:D,error:Z,debugInfo:F,isBuildError:U,onClose:$,versionInfo:H,runtimeErrors:V,activeIdx:B,setActiveIndex:q,isTurbopack:W,dialogResizerRef:K,generateErrorInfo:Y,rendered:X,transitionDurationMs:G}=e,Q=void 0===X||X,J=`${G}ms`;z[0]!==J?(n={"--transition-duration":J},z[0]=J,z[1]=n):n=z[1];let ee=n;z[2]!==Q||z[3]!==ee?(o={"data-rendered":Q,style:ee},z[2]=Q,z[3]=ee,z[4]=o):o=z[4];let et=o,[er,en]=C.useState(!!G),eo=C.useRef(null),ea=!!A,ei=C.useRef(null);t=ei,r=Q,void 0!==(I=(0,S.c)(11))[0]?(T=e=>{e?.focus()},I[0]=void 0,I[1]=T):T=I[1],P=(0,C.useEffectEvent)(T),I[2]!==r||I[3]!==P||I[4]!==t||null!==I[5]?(N=()=>{let e=null,n=function(t){let r;if("Tab"!==t.key||null===e)return;let[n,o]=(r=e.querySelectorAll('button, [href], input, select, textarea, [tabindex]:not([tabindex="-1"])'))?[r[0],r[r.length-1]]:[],a=t4(e);t.shiftKey?a===n&&(o?.focus(),t.preventDefault()):a===o&&(n?.focus(),t.preventDefault())},o=setTimeout(()=>{if(e=t.current,r)P(e),e?.addEventListener("keydown",n);else t4(e)});return()=>{clearTimeout(o),e?.removeEventListener("keydown",n)}},I[2]=r,I[3]=P,I[4]=t,I[5]=null,I[6]=N):N=I[6],I[7]!==r||I[8]!==t||null!==I[9]?(L=[r,t,null],I[7]=r,I[8]=t,I[9]=null,I[10]=L):L=I[10],(0,C.useEffect)(N,L),z[5]===Symbol.for("react.memo_cache_sentinel")?(a=function(e){if(eo.current){let t=function(e,[t,r]){return Math.min(Math.max(e,t),r)}(e.currentTarget.scrollTop/17,[0,1]);eo.current.style.opacity=String(t)}},z[5]=a):a=z[5];let el=a;z[6]===Symbol.for("react.memo_cache_sentinel")?(i=function(e){let{propertyName:t,target:r}=e;"scale"===t&&r===ei.current&&en(!1)},z[6]=i):i=z[6];let es=i;z[7]!==U?(l=(0,j.jsx)(re,{fixed:U}),z[7]=U,z[8]=l):l=z[8],z[9]!==B||z[10]!==W||z[11]!==V||z[12]!==q||z[13]!==H?(s=(0,j.jsx)(tO,{runtimeErrors:V,activeIdx:B,setActiveIndex:q,versionInfo:H,isTurbopack:W}),z[9]=B,z[10]=W,z[11]=V,z[12]=q,z[13]=H,z[14]=s):s=z[14],z[15]!==A||z[16]!==ea?(c=ea&&(0,j.jsx)(tw,{errorCode:A}),z[15]=A,z[16]=ea,z[17]=c):c=z[17];let ec=!er;z[18]!==O?(u=(0,j.jsx)(tC,{errorType:O}),z[18]=O,z[19]=u):u=z[19],z[20]!==Z.environmentName?(d=Z.environmentName&&(0,j.jsx)(t2,{environmentName:Z.environmentName}),z[20]=Z.environmentName,z[21]=d):d=z[21],z[22]!==u||z[23]!==d?(f=(0,j.jsxs)("span",{"data-nextjs-error-label-group":!0,children:[u,d]}),z[22]=u,z[23]=d,z[24]=f):f=z[24],z[25]!==F||z[26]!==Z||z[27]!==Y?(p=(0,j.jsx)(tg,{error:Z,debugInfo:F,generateErrorInfo:Y}),z[25]=F,z[26]=Z,z[27]=Y,z[28]=p):p=z[28],z[29]!==A||z[30]!==f||z[31]!==p?(h=(0,j.jsxs)("div",{className:"nextjs__container_errors__error_title","data-nextjs-error-code":A,children:[f,p]}),z[29]=A,z[30]=f,z[31]=p,z[32]=h):h=z[32],z[33]!==R||z[34]!==O?(m=(0,j.jsx)(tj,{errorMessage:R,errorType:O}),z[33]=R,z[34]=O,z[35
|
||
|
|
${tJ}
|
||
|
|
${tH}
|
||
|
|
${tq}
|
||
|
|
|
||
|
|
|
||
|
|
${tA}
|
||
|
|
${tE}
|
||
|
|
${tS}
|
||
|
|
${tv}
|
||
|
|
|
||
|
|
[data-nextjs-error-label-group] {
|
||
|
|
display: flex;
|
||
|
|
align-items: center;
|
||
|
|
gap: 8px;
|
||
|
|
}
|
||
|
|
`,rn=e_`
|
||
|
|
[data-nextjs-dialog-overlay] {
|
||
|
|
position: fixed;
|
||
|
|
top: 0;
|
||
|
|
right: 0;
|
||
|
|
bottom: 0;
|
||
|
|
left: 0;
|
||
|
|
/* secondary z-index, -1 than toast z-index */
|
||
|
|
z-index: 2147483646;
|
||
|
|
|
||
|
|
display: flex;
|
||
|
|
align-content: center;
|
||
|
|
align-items: center;
|
||
|
|
flex-direction: column;
|
||
|
|
padding: 10vh 15px 0;
|
||
|
|
/* color schemes we handle. Every other scheme the UA would need to overwrite */
|
||
|
|
color-scheme: dark light;
|
||
|
|
}
|
||
|
|
|
||
|
|
@media (max-height: 812px) {
|
||
|
|
[data-nextjs-dialog-overlay] {
|
||
|
|
padding: 15px 15px 0;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
|
||
|
|
[data-nextjs-dialog-backdrop] {
|
||
|
|
position: fixed;
|
||
|
|
top: 0;
|
||
|
|
right: 0;
|
||
|
|
bottom: 0;
|
||
|
|
left: 0;
|
||
|
|
background-color: var(--color-backdrop);
|
||
|
|
backdrop-filter: blur(10px);
|
||
|
|
pointer-events: all;
|
||
|
|
z-index: -1;
|
||
|
|
}
|
||
|
|
|
||
|
|
[data-nextjs-dialog-backdrop-fixed] {
|
||
|
|
cursor: not-allowed;
|
||
|
|
-webkit-backdrop-filter: blur(8px);
|
||
|
|
backdrop-filter: blur(8px);
|
||
|
|
}
|
||
|
|
`;function ro(e){let t,r,n,o=(0,S.c)(9),{file:a,location:i}=e,l=i?.line??1,s=i?.column??1;o[0]!==a||o[1]!==l||o[2]!==s?(t={file:a,line1:l,column1:s},o[0]=a,o[1]=l,o[2]=s,o[3]=t):t=o[3];let c=eD(t),u=i?`:${i.line}:${i.column}`:null;return o[4]===Symbol.for("react.memo_cache_sentinel")?(r=(0,j.jsxs)("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round",children:[(0,j.jsx)("path",{d:"M18 13v6a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2h6"}),(0,j.jsx)("polyline",{points:"15 3 21 3 21 9"}),(0,j.jsx)("line",{x1:"10",y1:"14",x2:"21",y2:"3"})]}),o[4]=r):r=o[4],o[5]!==a||o[6]!==c||o[7]!==u?(n=(0,j.jsxs)("div",{"data-with-open-in-editor-link":!0,"data-with-open-in-editor-link-import-trace":!0,role:"link",onClick:c,title:"Click to open in your editor",children:[a,u,r]}),o[5]=a,o[6]=c,o[7]=u,o[8]=n):n=o[8],n}let ra=`
|
||
|
|
[data-with-open-in-editor-link] svg {
|
||
|
|
width: auto;
|
||
|
|
height: var(--size-14);
|
||
|
|
margin-left: 8px;
|
||
|
|
}
|
||
|
|
[data-with-open-in-editor-link] {
|
||
|
|
cursor: pointer;
|
||
|
|
}
|
||
|
|
[data-with-open-in-editor-link]:hover {
|
||
|
|
text-decoration: underline dotted;
|
||
|
|
}
|
||
|
|
[data-with-open-in-editor-link-import-trace] {
|
||
|
|
margin-left: 16px;
|
||
|
|
}
|
||
|
|
`,ri=function(e){let t,r,n,o,a,i,l,s,c,u,d,f,p,h,m,g,v,y,b=(0,S.c)(42),{content:x}=e;if(b[0]!==x){let e,r,n;r=function(e){let t=e.shift();if(!t)return null;let[r,n,o]=t.split(":",3),a=Number(n),i=Number(o),l=!Number.isNaN(a)&&!Number.isNaN(i);return{fileName:l?r:t,location:l?{line1:a,column1:i}:void 0}}(e=x.split("\n")),n=function(e){if(e.some(e=>/ReactServerComponentsError:/.test(e))||e.some(e=>/Import trace for requested module:/.test(e))){let t=[];for(;/.+\..+/.test(e[e.length-1])&&!e[e.length-1].includes(":");){let r=e.pop().trim();t.unshift(r)}return t}return[]}(e),t={file:r,source:e.join("\n"),importTraceFiles:n},b[0]=x,b[1]=t}else t=b[1];let{file:_,source:w,importTraceFiles:k}=t;b[2]!==w?(r=eY().ansiToJson(w,{json:!0,use_classes:!0,remove_empty:!0}),b[2]=w,b[3]=r):r=b[3];let C=r,E=_?.fileName,T=_?.location?.line1??1,N=_?.location?.column1??1;b[4]!==E||b[5]!==T||b[6]!==N?(n={file:E,line1:T,column1:N},b[4]=E,b[5]=T,b[6]=N,b[7]=n):n=b[7];let L=eD(n),I=_?.fileName??null;if(b[8]!==_?.location?.column1||b[9]!==_?.location?.line1||b[10]!==I){let e={file:I,methodName:"",arguments:[],line1:_?.location?.line1??null,column1:_?.location?.column1??null},t=e?.file?.split(".").pop();l=!0,i="code-frame-header",o="code-frame-link",a=(0,j.jsx)("span",{className:"code-frame-icon",children:(0,j.jsx)(e$,{lang:t})}),s=!0,c=eA(e),b[8]=_?.location?.column1,b[9]=_?.location?.line1,b[10]=I,b[11]=o,b[12]=a,b[13]=i,b[14]=l,b[15]=s,b[16]=c}else o=b[11],a=b[12],i=b[13],l=b[14],s=b[15],c=b[16];return b[17]!==s||b[18]!==c?(u=(0,j.jsx)("span",{"data-text":s,children:c}),b[17]=s,b[18]=c,b[19]=u):u=b[19],b[20]===Symbol.for("react.memo_cache_sentinel")?(d=(0,j.jsx)("span",{className:"code-frame-icon","data-icon":"right",children:(0,j.jsx)(eF,{width:16,height:16})}),b[20]=d):d=b[20],b[21]!==L?(f=(0,j.jsx)("button",{"aria-label":"Open in editor","data-with-open-in-editor-link-source-file":!0,onClick:L,children:d}),b[21]=L,b[22]=f):f=b[22],b[23]!==o||b[24]!==a||b[25]!==u||b[26]!==f?(p=(0,j.jsxs)("div",{className:o,children:[a,u,f]}),b[23]=o,b[24]=a,b[25]=u,b[26]=f,b[27]=p):p=b[27],b[28]!==i||b[29]!==p?(h=(0,j.jsx)("div",{className:i,children:p}),b[28]=i,b[29]=p,b[30]=h):h=b[30],b[31]!==C?(m=C.map(rs),b[31]=C,b[32]=m):m=b[32],b[33]!==k?(g=k.map(rc),b[33]=k,b[34]=g):g=b[34],b[35]!==m||b[36]!==g?(v=(0,j.jsx)("pre",{className:"code-frame-pre",children:(0,j.jsxs)("div",{className:"code-frame-lines",children:[m,g]})}),b[35]=m,b[36]=g,b[37]=v):v=b[37],b[38]!==l||b[39]!==h||b[40]!==v?(y=(0,j.jsxs)("div",{"data-nextjs-codeframe":l,children:[h,v]}),b[38]=l,b[39]=h,b[40]=v,b[41]=y):y=b[41],y},rl=`
|
||
|
|
[data-nextjs-terminal]::selection,
|
||
|
|
[data-nextjs-terminal] *::selection {
|
||
|
|
background-color: var(--color-ansi-selection);
|
||
|
|
}
|
||
|
|
|
||
|
|
[data-nextjs-terminal] * {
|
||
|
|
color: inherit;
|
||
|
|
background-color: transparent;
|
||
|
|
font-family: var(--font-stack-monospace);
|
||
|
|
}
|
||
|
|
|
||
|
|
[data-nextjs-terminal] > div > p {
|
||
|
|
display: flex;
|
||
|
|
align-items: center;
|
||
|
|
justify-content: space-between;
|
||
|
|
cursor: pointer;
|
||
|
|
margin: 0;
|
||
|
|
}
|
||
|
|
[data-nextjs-terminal] > div > p:hover {
|
||
|
|
text-decoration: underline dotted;
|
||
|
|
}
|
||
|
|
[data-nextjs-terminal] div > pre {
|
||
|
|
overflow: hidden;
|
||
|
|
display: inline-block;
|
||
|
|
}
|
||
|
|
`;function rs(e,t){return(0,j.jsx)("span",{style:{color:e.fg?`var(--color-${e.fg})`:void 0,..."bold"===e.decoration?{fontWeight:500}:"italic"===e.decoration?{fontStyle:"italic"}:void 0},children:(0,j.jsx)(eI,{text:e.content})},`terminal-entry-${t}`)}function rc(e){return(0,j.jsx)(ro,{isSourceFile:!1,file:e},e)}let ru=function(e){let t,r,n,o,a,i,l,s=(0,S.c)(19);s[0]!==e?({message:t,...r}=e,s[0]=e,s[1]=t,s[2]=r):(t=s[1],r=s[2]),s[3]!==t?(n=Error(t),s[3]=t,s[4]=n):n=s[4];let c=n;if(s[5]!==t){let e;e=t.split("\n"),o=eG()(e[1]||"").replace(/^Error: /,"")||"Failed to compile",s[5]=t,s[6]=o}else o=s[6];let u=o;s[7]!==u||s[8]!==t||s[9]!==r.versionInfo.installed?(a=async()=>{let e=[];if(e.push("## Error Type\nBuild Error"),u&&e.push(`## Error Message
|
||
|
|
${u}`),t){let r=eG()(t);e.push(`## Build Output
|
||
|
|
${r}`)}return`${e.join("\n\n")}
|
||
|
|
|
||
|
|
Next.js version: ${r.versionInfo.installed} (${process.env.__NEXT_BUNDLER})
|
||
|
|
`},s[7]=u,s[8]=t,s[9]=r.versionInfo.installed,s[10]=a):a=s[10];let d=a;return s[11]!==t?(i=(0,j.jsx)(ri,{content:t}),s[11]=t,s[12]=i):i=s[12],s[13]!==c||s[14]!==u||s[15]!==d||s[16]!==r||s[17]!==i?(l=(0,j.jsx)(rt,{errorType:"Build Error",errorMessage:u,onClose:rd,error:c,generateErrorInfo:d,...r,children:i}),s[13]=c,s[14]=u,s[15]=d,s[16]=r,s[17]=i,s[18]=l):l=s[18],l};function rd(){}let rf=function(e){let t,r,n,o,a,i,l,s,c=(0,S.c)(26),{frame:u}=e,d=u.originalStackFrame??u.sourceStackFrame,f=!!u.originalCodeFrame;c[0]!==d||c[1]!==f?(t=f?{file:d.file,line1:d.line1??1,column1:d.column1??1}:void 0,c[0]=d,c[1]=f,c[2]=t):t=c[2];let p=eD(t);c[3]!==d?(r=eA(d),c[3]=d,c[4]=r):r=c[4];let h=r;if(!h)return null;let m=!f;return c[5]!==d.methodName?(n=(0,j.jsx)(eI,{text:d.methodName}),c[5]=d.methodName,c[6]=n):n=c[6],c[7]!==d.methodName||c[8]!==f||c[9]!==p?(o=f&&(0,j.jsx)("button",{onClick:p,className:"open-in-editor-button","aria-label":`Open ${d.methodName} in editor`,children:(0,j.jsx)(eF,{width:16,height:16})}),c[7]=d.methodName,c[8]=f,c[9]=p,c[10]=o):o=c[10],c[11]!==u.error||c[12]!==u.reason?(a=u.error?(0,j.jsx)("button",{className:"source-mapping-error-button",onClick:()=>console.error(u.reason),title:"Sourcemapping failed. Click to log cause of error.",children:(0,j.jsx)(eU,{width:16,height:16})}):null,c[11]=u.error,c[12]=u.reason,c[13]=a):a=c[13],c[14]!==n||c[15]!==o||c[16]!==a?(i=(0,j.jsxs)("div",{className:"call-stack-frame-method-name",children:[n,o,a]}),c[14]=n,c[15]=o,c[16]=a,c[17]=i):i=c[17],c[18]!==f||c[19]!==h?(l=(0,j.jsx)("span",{className:"call-stack-frame-file","data-has-original-code-frame":f,children:h}),c[18]=f,c[19]=h,c[20]=l):l=c[20],c[21]!==u.ignored||c[22]!==m||c[23]!==i||c[24]!==l?(s=(0,j.jsxs)("div",{"data-nextjs-call-stack-frame":!0,"data-nextjs-call-stack-frame-no-source":m,"data-nextjs-call-stack-frame-ignored":u.ignored,children:[i,l]}),c[21]=u.ignored,c[22]=m,c[23]=i,c[24]=l,c[25]=s):s=c[25],s},rp=`
|
||
|
|
[data-nextjs-call-stack-frame-no-source] {
|
||
|
|
padding: 6px 8px;
|
||
|
|
margin-bottom: 4px;
|
||
|
|
|
||
|
|
border-radius: var(--rounded-lg);
|
||
|
|
}
|
||
|
|
|
||
|
|
[data-nextjs-call-stack-frame-no-source]:last-child {
|
||
|
|
margin-bottom: 0;
|
||
|
|
}
|
||
|
|
|
||
|
|
[data-nextjs-call-stack-frame-ignored="true"] {
|
||
|
|
opacity: 0.6;
|
||
|
|
}
|
||
|
|
|
||
|
|
[data-nextjs-call-stack-frame] {
|
||
|
|
user-select: text;
|
||
|
|
display: block;
|
||
|
|
box-sizing: border-box;
|
||
|
|
|
||
|
|
user-select: text;
|
||
|
|
-webkit-user-select: text;
|
||
|
|
-moz-user-select: text;
|
||
|
|
-ms-user-select: text;
|
||
|
|
|
||
|
|
padding: 6px 8px;
|
||
|
|
|
||
|
|
border-radius: var(--rounded-lg);
|
||
|
|
}
|
||
|
|
|
||
|
|
.call-stack-frame-method-name {
|
||
|
|
display: flex;
|
||
|
|
align-items: center;
|
||
|
|
gap: 4px;
|
||
|
|
|
||
|
|
margin-bottom: 4px;
|
||
|
|
font-family: var(--font-stack-monospace);
|
||
|
|
|
||
|
|
color: var(--color-gray-1000);
|
||
|
|
font-size: var(--size-14);
|
||
|
|
font-weight: 500;
|
||
|
|
line-height: var(--size-20);
|
||
|
|
|
||
|
|
svg {
|
||
|
|
width: var(--size-16px);
|
||
|
|
height: var(--size-16px);
|
||
|
|
}
|
||
|
|
}
|
||
|
|
|
||
|
|
.open-in-editor-button, .source-mapping-error-button {
|
||
|
|
display: flex;
|
||
|
|
align-items: center;
|
||
|
|
justify-content: center;
|
||
|
|
border-radius: var(--rounded-full);
|
||
|
|
padding: 4px;
|
||
|
|
color: var(--color-font);
|
||
|
|
|
||
|
|
svg {
|
||
|
|
width: var(--size-16);
|
||
|
|
height: var(--size-16);
|
||
|
|
}
|
||
|
|
|
||
|
|
&:focus-visible {
|
||
|
|
outline: var(--focus-ring);
|
||
|
|
outline-offset: -2px;
|
||
|
|
}
|
||
|
|
|
||
|
|
&:hover {
|
||
|
|
background: var(--color-gray-100);
|
||
|
|
}
|
||
|
|
}
|
||
|
|
|
||
|
|
.call-stack-frame-file {
|
||
|
|
color: var(--color-gray-900);
|
||
|
|
font-size: var(--size-14);
|
||
|
|
line-height: var(--size-20);
|
||
|
|
word-wrap: break-word;
|
||
|
|
}
|
||
|
|
`;function rh(){let e,t=(0,S.c)(1);return t[0]===Symbol.for("react.memo_cache_sentinel")?(e=(0,j.jsx)("svg",{width:"16",height:"16",viewBox:"0 0 16 16",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:(0,j.jsx)("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M8.70722 2.39641C8.3167 2.00588 7.68353 2.00588 7.29301 2.39641L4.46978 5.21963L3.93945 5.74996L5.00011 6.81062L5.53044 6.28029L8.00011 3.81062L10.4698 6.28029L11.0001 6.81062L12.0608 5.74996L11.5304 5.21963L8.70722 2.39641ZM5.53044 9.71963L5.00011 9.1893L3.93945 10.25L4.46978 10.7803L7.29301 13.6035C7.68353 13.994 8.3167 13.994 8.70722 13.6035L11.5304 10.7803L12.0608 10.25L11.0001 9.1893L10.4698 9.71963L8.00011 12.1893L5.53044 9.71963Z",fill:"currentColor"})}),t[0]=e):e=t[0],e}function rm(e){let t,r,n,o,a,i=(0,S.c)(17),{frames:l,isIgnoreListOpen:s,ignoredFramesTally:c,onToggleIgnoreList:u}=e;if(i[0]!==l.length?(t=(0,j.jsxs)("p",{"data-nextjs-call-stack-title":!0,children:["Call Stack ",(0,j.jsx)("span",{"data-nextjs-call-stack-count":!0,children:l.length})]}),i[0]=l.length,i[1]=t):t=i[1],i[2]!==c||i[3]!==s||i[4]!==u?(r=c>0&&(0,j.jsxs)("button",{"data-nextjs-call-stack-ignored-list-toggle-button":s,onClick:u,children:[`${s?"Hide":"Show"} ${c} ignore-listed frame(s)`,(0,j.jsx)(rh,{})]}),i[2]=c,i[3]=s,i[4]=u,i[5]=r):r=i[5],i[6]!==t||i[7]!==r?(n=(0,j.jsxs)("div",{"data-nextjs-call-stack-header":!0,children:[t,r]}),i[6]=t,i[7]=r,i[8]=n):n=i[8],i[9]!==l||i[10]!==s){let e;i[12]!==s?(e=(e,t)=>!e.ignored||s?(0,j.jsx)(rf,{frame:e},t):null,i[12]=s,i[13]=e):e=i[13],o=l.map(e),i[9]=l,i[10]=s,i[11]=o}else o=i[11];return i[14]!==n||i[15]!==o?(a=(0,j.jsxs)("div",{"data-nextjs-call-stack-container":!0,children:[n,o]}),i[14]=n,i[15]=o,i[16]=a):a=i[16],a}let rg=e_`
|
||
|
|
[data-nextjs-call-stack-container] {
|
||
|
|
position: relative;
|
||
|
|
margin-top: 8px;
|
||
|
|
}
|
||
|
|
|
||
|
|
[data-nextjs-call-stack-header] {
|
||
|
|
display: flex;
|
||
|
|
justify-content: space-between;
|
||
|
|
align-items: center;
|
||
|
|
min-height: var(--size-28);
|
||
|
|
padding: 8px 8px 12px 4px;
|
||
|
|
width: 100%;
|
||
|
|
}
|
||
|
|
|
||
|
|
[data-nextjs-call-stack-title] {
|
||
|
|
display: flex;
|
||
|
|
justify-content: space-between;
|
||
|
|
align-items: center;
|
||
|
|
gap: 8px;
|
||
|
|
|
||
|
|
margin: 0;
|
||
|
|
|
||
|
|
color: var(--color-gray-1000);
|
||
|
|
font-size: var(--size-16);
|
||
|
|
font-weight: 500;
|
||
|
|
}
|
||
|
|
|
||
|
|
[data-nextjs-call-stack-count] {
|
||
|
|
display: flex;
|
||
|
|
justify-content: center;
|
||
|
|
align-items: center;
|
||
|
|
|
||
|
|
width: var(--size-20);
|
||
|
|
height: var(--size-20);
|
||
|
|
gap: 4px;
|
||
|
|
|
||
|
|
color: var(--color-gray-1000);
|
||
|
|
text-align: center;
|
||
|
|
font-size: var(--size-11);
|
||
|
|
font-weight: 500;
|
||
|
|
line-height: var(--size-16);
|
||
|
|
|
||
|
|
border-radius: var(--rounded-full);
|
||
|
|
background: var(--color-gray-300);
|
||
|
|
}
|
||
|
|
|
||
|
|
[data-nextjs-call-stack-ignored-list-toggle-button] {
|
||
|
|
all: unset;
|
||
|
|
display: flex;
|
||
|
|
align-items: center;
|
||
|
|
gap: 6px;
|
||
|
|
color: var(--color-gray-900);
|
||
|
|
font-size: var(--size-14);
|
||
|
|
line-height: var(--size-20);
|
||
|
|
border-radius: 6px;
|
||
|
|
padding: 4px 6px;
|
||
|
|
margin-right: -6px;
|
||
|
|
transition: background 150ms ease;
|
||
|
|
|
||
|
|
&:hover {
|
||
|
|
background: var(--color-gray-100);
|
||
|
|
}
|
||
|
|
|
||
|
|
&:focus {
|
||
|
|
outline: var(--focus-ring);
|
||
|
|
}
|
||
|
|
|
||
|
|
svg {
|
||
|
|
width: var(--size-16);
|
||
|
|
height: var(--size-16);
|
||
|
|
}
|
||
|
|
}
|
||
|
|
`;function rv({frames:e,dialogResizerRef:t}){let r=(0,C.useRef)(NaN),[n,o]=(0,C.useState)(!1),a=(0,C.useMemo)(()=>e.reduce((e,t)=>e+ +!!t.ignored,0),[e]);return(0,j.jsx)(rm,{frames:e,isIgnoreListOpen:n,onToggleIgnoreList:function(){let e=t?.current;if(n){if(!e)return void o(!1);let{height:t}=e.getBoundingClientRect();r.current||(r.current=t),e.style.height=`${r.current}px`,e.addEventListener("transitionend",function t(){e.removeEventListener("transitionend",t),o(!1)})}else{if(e){let{height:t}=e.getBoundingClientRect();r.current||(r.current=t)}o(!0)}},ignoredFramesTally:a})}function ry(e){let t,r,n,o,a=(0,S.c)(8);a[0]!==e?(t=void 0===e?{}:e,a[0]=e,a[1]=t):t=a[1];let{collapsed:i}=t;return a[2]!==i?(r="boolean"==typeof i?{style:{transform:i?void 0:"rotate(90deg)"}}:{},a[2]=i,a[3]=r):r=a[3],a[4]===Symbol.for("react.memo_cache_sentinel")?(n=(0,j.jsx)("path",{style:{fill:"var(--color-font)"},fillRule:"evenodd",d:"m6.75 3.94.53.53 2.824 2.823a1 1 0 0 1 0 1.414L7.28 11.53l-.53.53L5.69 11l.53-.53L8.69 8 6.22 5.53 5.69 5l1.06-1.06Z",clipRule:"evenodd"}),a[4]=n):n=a[4],a[5]!==i||a[6]!==r?(o=(0,j.jsx)("svg",{"data-nextjs-call-stack-chevron-icon":!0,"data-collapsed":i,width:"16",height:"16",fill:"none",...r,children:n}),a[5]=i,a[6]=r,a[7]=o):o=a[7],o}function rb(e){let t,r,n,o,a,i,l,s,c,u=(0,S.c)(19),{reactOutputComponentDiff:d}=e,[f,p]=(0,C.useState)(!0);u[0]!==d?(t=[],d.split("\n").forEach((e,r)=>{let n="+"===e[0]||"-"===e[0],o=">"===e[0],a=n||o,i=a?e[0]:"",l=a?e.indexOf(i):-1,[s,c]=a?[e.slice(0,l),e.slice(l+1)]:[e,""];n?t.push((0,j.jsx)("span",{"data-nextjs-container-errors-pseudo-html-line":!0,"data-nextjs-container-errors-pseudo-html--diff":"+"===i?"add":"remove",children:(0,j.jsxs)("span",{children:[s,(0,j.jsx)("span",{"data-nextjs-container-errors-pseudo-html-line-sign":!0,children:i}),c,"\n"]})},"comp-diff"+r)):t.push((0,j.jsxs)("span",{"data-nextjs-container-errors-pseudo-html-line":!0,...o?{"data-nextjs-container-errors-pseudo-html--diff":"error"}:void 0,children:[s,(0,j.jsx)("span",{"data-nextjs-container-errors-pseudo-html-line-sign":!0,children:i}),c,"\n"]},"comp-diff"+r))}),u[0]=d,u[1]=t):t=u[1];let h=t,m=!f;return u[2]!==f?(r=()=>p(!f),n=(0,j.jsx)(ry,{collapsed:f}),u[2]=f,u[3]=r,u[4]=n):(r=u[3],n=u[4]),u[5]!==m||u[6]!==r||u[7]!==n?(o=(0,j.jsx)("button",{"aria-expanded":m,"aria-label":"complete Component Stack","data-nextjs-container-errors-pseudo-html-collapse-button":!0,onClick:r,children:n}),u[5]=m,u[6]=r,u[7]=n,u[8]=o):o=u[8],u[9]===Symbol.for("react.memo_cache_sentinel")?(a=(0,j.jsxs)("span",{"data-nextjs-hydration-diff-badge-item":"client",children:[(0,j.jsx)("span",{children:"+"})," Client"]}),u[9]=a):a=u[9],u[10]===Symbol.for("react.memo_cache_sentinel")?(i=(0,j.jsxs)("div",{"data-nextjs-hydration-diff-badge":!0,children:[a,(0,j.jsxs)("span",{"data-nextjs-hydration-diff-badge-item":"server",children:[(0,j.jsx)("span",{children:"-"})," Server"]})]}),u[10]=i):i=u[10],u[11]!==o?(l=(0,j.jsxs)("div",{"data-nextjs-hydration-diff-header":!0,children:[o,i]}),u[11]=o,u[12]=l):l=u[12],u[13]!==h?(s=(0,j.jsx)("pre",{className:"nextjs__container_errors__component-stack",children:(0,j.jsx)("code",{children:h})}),u[13]=h,u[14]=s):s=u[14],u[15]!==f||u[16]!==l||u[17]!==s?(c=(0,j.jsxs)("div",{"data-nextjs-container-errors-pseudo-html":!0,"data-nextjs-container-errors-pseudo-html-collapse":f,children:[l,s]}),u[15]=f,u[16]=l,u[17]=s,u[18]=c):c=u[18],c}let rx=`
|
||
|
|
[data-nextjs-container-errors-pseudo-html] {
|
||
|
|
padding: 8px 0;
|
||
|
|
margin: 8px 0;
|
||
|
|
border: 1px solid var(--color-gray-400);
|
||
|
|
background: var(--color-background-200);
|
||
|
|
color: var(--color-syntax-constant);
|
||
|
|
font-family: var(--font-stack-monospace);
|
||
|
|
font-size: var(--size-12);
|
||
|
|
line-height: 1.33em; /* 16px in 12px font size */
|
||
|
|
border-radius: var(--rounded-md-2);
|
||
|
|
}
|
||
|
|
[data-nextjs-container-errors-pseudo-html-line] {
|
||
|
|
display: inline-block;
|
||
|
|
width: 100%;
|
||
|
|
padding-left: 40px;
|
||
|
|
line-height: calc(5 / 3);
|
||
|
|
}
|
||
|
|
[data-nextjs-container-errors-pseudo-html--diff='error'] {
|
||
|
|
background: var(--color-amber-100);
|
||
|
|
box-shadow: 2px 0 0 0 var(--color-amber-900) inset;
|
||
|
|
font-weight: bold;
|
||
|
|
}
|
||
|
|
[data-nextjs-container-errors-pseudo-html-collapse-button] {
|
||
|
|
all: unset;
|
||
|
|
margin-left: 12px;
|
||
|
|
&:focus {
|
||
|
|
outline: none;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
[data-nextjs-container-errors-pseudo-html--diff='add'] {
|
||
|
|
background: var(--color-green-300);
|
||
|
|
}
|
||
|
|
[data-nextjs-container-errors-pseudo-html-line-sign] {
|
||
|
|
margin-left: calc(24px * -1);
|
||
|
|
margin-right: 24px;
|
||
|
|
}
|
||
|
|
[data-nextjs-container-errors-pseudo-html--diff='add']
|
||
|
|
[data-nextjs-container-errors-pseudo-html-line-sign] {
|
||
|
|
color: var(--color-green-900);
|
||
|
|
}
|
||
|
|
[data-nextjs-container-errors-pseudo-html--diff='remove'] {
|
||
|
|
background: var(--color-red-300);
|
||
|
|
}
|
||
|
|
[data-nextjs-container-errors-pseudo-html--diff='remove']
|
||
|
|
[data-nextjs-container-errors-pseudo-html-line-sign] {
|
||
|
|
color: var(--color-red-900);
|
||
|
|
margin-left: calc(24px * -1);
|
||
|
|
margin-right: 24px;
|
||
|
|
}
|
||
|
|
[data-nextjs-container-errors-pseudo-html--diff='error']
|
||
|
|
[data-nextjs-container-errors-pseudo-html-line-sign] {
|
||
|
|
color: var(--color-amber-900);
|
||
|
|
}
|
||
|
|
|
||
|
|
[data-nextjs-container-errors-pseudo-html--hint] {
|
||
|
|
display: inline-block;
|
||
|
|
font-size: 0;
|
||
|
|
height: 0;
|
||
|
|
}
|
||
|
|
[data-nextjs-container-errors-pseudo-html--tag-adjacent='false'] {
|
||
|
|
color: var(--color-accents-1);
|
||
|
|
}
|
||
|
|
.nextjs__container_errors__component-stack {
|
||
|
|
margin: 0;
|
||
|
|
}
|
||
|
|
[data-nextjs-container-errors-pseudo-html-collapse='true']
|
||
|
|
.nextjs__container_errors__component-stack
|
||
|
|
code {
|
||
|
|
max-height: 120px;
|
||
|
|
mask-image: linear-gradient(to bottom,rgba(0,0,0,0) 0%,black 10%);
|
||
|
|
padding-bottom: 40px;
|
||
|
|
}
|
||
|
|
.nextjs__container_errors__component-stack code {
|
||
|
|
display: block;
|
||
|
|
width: 100%;
|
||
|
|
white-space: pre-wrap;
|
||
|
|
scroll-snap-type: y mandatory;
|
||
|
|
overflow-y: hidden;
|
||
|
|
}
|
||
|
|
[data-nextjs-container-errors-pseudo-html--diff] {
|
||
|
|
scroll-snap-align: center;
|
||
|
|
}
|
||
|
|
.error-overlay-hydration-error-diff-plus-icon {
|
||
|
|
color: var(--color-green-900);
|
||
|
|
}
|
||
|
|
.error-overlay-hydration-error-diff-minus-icon {
|
||
|
|
color: var(--color-red-900);
|
||
|
|
}
|
||
|
|
[data-nextjs-hydration-diff-header] {
|
||
|
|
display: flex;
|
||
|
|
align-items: center;
|
||
|
|
justify-content: space-between;
|
||
|
|
padding: 0 12px 0 0;
|
||
|
|
}
|
||
|
|
[data-nextjs-hydration-diff-badge] {
|
||
|
|
display: flex;
|
||
|
|
gap: 8px;
|
||
|
|
font-size: var(--size-12);
|
||
|
|
}
|
||
|
|
[data-nextjs-hydration-diff-badge-item] {
|
||
|
|
display: flex;
|
||
|
|
align-items: center;
|
||
|
|
gap: 4px;
|
||
|
|
color: var(--color-gray-900);
|
||
|
|
}
|
||
|
|
[data-nextjs-hydration-diff-badge-item='client'] span:first-child {
|
||
|
|
color: var(--color-green-900);
|
||
|
|
font-weight: bold;
|
||
|
|
}
|
||
|
|
[data-nextjs-hydration-diff-badge-item='server'] span:first-child {
|
||
|
|
color: var(--color-red-900);
|
||
|
|
font-weight: bold;
|
||
|
|
}
|
||
|
|
`;function r_(e){let t,r,n,o,a,i,l,s,c=(0,S.c)(22),{cause:u,dialogResizerRef:d}=e;c[0]!==u?(t=u.frames(),c[0]=u,c[1]=t):t=c[1];let f=C.use(t);c[2]!==u.error.message?(r=u.error.message.trim(),c[2]=u.error.message,c[3]=r):r=c[3];let p=r,h=f.findIndex(rw),m=f[h]??null,g=u.error.name||"Error";return c[4]!==g?(n=(0,j.jsx)("div",{className:"error-cause-header",children:(0,j.jsxs)("span",{className:"error-cause-label",children:["Caused by: ",g]})}),c[4]=g,c[5]=n):n=c[5],c[6]!==p?(o=p?(0,j.jsx)("p",{className:"error-cause-message",children:p}):null,c[6]=p,c[7]=o):o=c[7],c[8]!==m?(a=m&&(0,j.jsx)(eJ,{stackFrame:m.originalStackFrame,codeFrame:m.originalCodeFrame}),c[8]=m,c[9]=a):a=c[9],c[10]!==d||c[11]!==f?(i=f.length>0&&(0,j.jsx)(rv,{dialogResizerRef:d,frames:f}),c[10]=d,c[11]=f,c[12]=i):i=c[12],c[13]!==u.cause||c[14]!==d?(l=u.cause&&(0,j.jsx)(r_,{cause:u.cause,dialogResizerRef:d}),c[13]=u.cause,c[14]=d,c[15]=l):l=c[15],c[16]!==n||c[17]!==o||c[18]!==a||c[19]!==i||c[20]!==l?(s=(0,j.jsxs)("div",{"data-nextjs-error-cause":!0,children:[n,o,a,i,l]}),c[16]=n,c[17]=o,c[18]=a,c[19]=i,c[20]=l,c[21]=s):s=c[21],s}function rw(e){return!e.ignored&&!!e.originalCodeFrame&&!!e.originalStackFrame}let rk=`
|
||
|
|
[data-nextjs-error-cause] {
|
||
|
|
border-top: 1px solid var(--color-gray-400);
|
||
|
|
margin-top: 16px;
|
||
|
|
padding-top: 16px;
|
||
|
|
}
|
||
|
|
|
||
|
|
.error-cause-header {
|
||
|
|
display: flex;
|
||
|
|
align-items: center;
|
||
|
|
margin-bottom: 8px;
|
||
|
|
}
|
||
|
|
|
||
|
|
.error-cause-label {
|
||
|
|
padding: 2px 6px;
|
||
|
|
margin: 0;
|
||
|
|
border-radius: var(--rounded-md-2);
|
||
|
|
background: var(--color-red-100);
|
||
|
|
font-weight: 600;
|
||
|
|
font-size: var(--size-12);
|
||
|
|
color: var(--color-red-900);
|
||
|
|
font-family: var(--font-stack-monospace);
|
||
|
|
line-height: var(--size-20);
|
||
|
|
}
|
||
|
|
|
||
|
|
.error-cause-message {
|
||
|
|
margin: 0;
|
||
|
|
margin-left: 4px;
|
||
|
|
color: var(--color-red-900);
|
||
|
|
font-weight: 500;
|
||
|
|
font-size: var(--size-16);
|
||
|
|
letter-spacing: -0.32px;
|
||
|
|
line-height: var(--size-24);
|
||
|
|
overflow-wrap: break-word;
|
||
|
|
white-space: pre-wrap;
|
||
|
|
}
|
||
|
|
`,rj=Symbol.for("NextjsError");function rS(e){return e[rj]||null}function rC(e){let t=e();return function(){return t}}function rE(e){let t,r,n,o,a=(0,S.c)(12),{error:i,dialogResizerRef:l}=e,s=(e=>{if(!e)return[];let t=e.frames;return C.use(t())})(i),c=s.findIndex(rT),u=s[c]??null;return a[0]!==u?(t=u&&(0,j.jsx)(eJ,{stackFrame:u.originalStackFrame,codeFrame:u.originalCodeFrame}),a[0]=u,a[1]=t):t=a[1],a[2]!==l||a[3]!==s?(r=s.length>0&&(0,j.jsx)(rv,{dialogResizerRef:l,frames:s}),a[2]=l,a[3]=s,a[4]=r):r=a[4],a[5]!==l||a[6]!==i.cause?(n=i.cause&&(0,j.jsx)(r_,{cause:i.cause,dialogResizerRef:l}),a[5]=l,a[6]=i.cause,a[7]=n):n=a[7],a[8]!==t||a[9]!==r||a[10]!==n?(o=(0,j.jsxs)(j.Fragment,{children:[t,r,n]}),a[8]=t,a[9]=r,a[10]=n,a[11]=o):o=a[11],o}function rT(e){return!e.ignored&&!!e.originalCodeFrame&&!!e.originalStackFrame}let rN=`
|
||
|
|
${rx}
|
||
|
|
${rk}
|
||
|
|
`;function rL(e){return e.startsWith("https://nextjs.org")?"nextjs-link":e.startsWith("https://")||e.startsWith("http://")?"external-link":null}function rI(e){let t,r=(0,S.c)(2),{message:n}=e;return r[0]!==n?(t=(0,j.jsx)(eI,{text:n,matcher:rL}),r[0]=n,r[1]=t):t=r[1],t}function rP(e){let t,r,n=(0,S.c)(7),{error:o}=e,a="environmentName"in o?o.environmentName:"",i=a?`[ ${a} ] `:"",l=o.message;if(l.startsWith(i)){let e;n[0]!==i.length||n[1]!==l?(e=l.slice(i.length),n[0]=i.length,n[1]=l,n[2]=e):e=n[2],l=e}return(n[3]!==l?(t=l.trim(),n[3]=l,n[4]=t):t=n[4],l=t)?(n[5]!==l?(r=(0,j.jsx)(j.Fragment,{children:(0,j.jsx)(eI,{text:l,matcher:rL})}),n[5]=l,n[6]=r):r=n[6],r):null}function rz(e){let t=(0,S.c)(20),{variant:r}=e;if("navigation"===r){let e,r,n,o,a,i,l,s,c,u;return t[0]===Symbol.for("react.memo_cache_sentinel")?(e=(0,j.jsxs)("h3",{className:"nextjs__blocking_page_load_error_description_title",children:["Data that blocks navigation was accessed inside"," ",(0,j.jsx)("code",{children:"generateMetadata()"})," in an otherwise prerenderable page"]}),t[0]=e):e=t[0],t[1]===Symbol.for("react.memo_cache_sentinel")?(r=(0,j.jsx)("code",{children:"fetch(...)"}),t[1]=r):r=t[1],t[2]===Symbol.for("react.memo_cache_sentinel")?(n=(0,j.jsxs)("p",{children:["When Document metadata is the only part of a page that cannot be prerendered Next.js expects you to either make it prerenderable or make some other part of the page non-prerenderable to avoid unintentional partially dynamic pages. Uncached data such as"," ",r,", cached data with a low expire time, or"," ",(0,j.jsx)("code",{children:"connection()"})," are all examples of data that only resolve on navigation."]}),o=(0,j.jsx)("h4",{children:"To fix this:"}),t[2]=n,t[3]=o):(n=t[2],o=t[3]),t[4]===Symbol.for("react.memo_cache_sentinel")?(a=(0,j.jsxs)("strong",{children:["Move the asynchronous await into a Cache Component (",(0,j.jsx)("code",{children:'"use cache"'}),")"]}),t[4]=a):a=t[4],t[5]===Symbol.for("react.memo_cache_sentinel")?(i=(0,j.jsxs)("p",{className:"nextjs__blocking_page_load_error_fix_option",children:[a,". This allows Next.js to statically prerender"," ",(0,j.jsx)("code",{children:"generateMetadata()"})," as part of the HTML document, so it's instantly visible to the user."]}),l=(0,j.jsx)("h4",{className:"nextjs__blocking_page_load_error_fix_option_separator",children:"or"}),t[5]=i,t[6]=l):(i=t[5],l=t[6]),t[7]===Symbol.for("react.memo_cache_sentinel")?(s=(0,j.jsx)("code",{children:"connection()"}),t[7]=s):s=t[7],t[8]===Symbol.for("react.memo_cache_sentinel")?(c=(0,j.jsxs)("p",{className:"nextjs__blocking_page_load_error_fix_option",children:[(0,j.jsxs)("strong",{children:["add ",s," inside a ",(0,j.jsx)("code",{children:"<Suspense>"})]})," ","somewhere in a Page or Layout. This tells Next.js that the page is intended to have some non-prerenderable parts."]}),t[8]=c):c=t[8],t[9]===Symbol.for("react.memo_cache_sentinel")?(u=(0,j.jsxs)("div",{className:"nextjs__blocking_page_load_error_description",children:[e,n,o,i,l,c,(0,j.jsxs)("p",{children:["Learn more:"," ",(0,j.jsx)("a",{href:"https://nextjs.org/docs/messages/next-prerender-dynamic-metadata",children:"https://nextjs.org/docs/messages/next-prerender-dynamic-metadata"})]})]}),t[9]=u):u=t[9],u}{let e,r,n,o,a,i,l,s,c,u;return t[10]===Symbol.for("react.memo_cache_sentinel")?(e=(0,j.jsxs)("h3",{className:"nextjs__blocking_page_load_error_description_title",children:["Runtime data was accessed inside ",(0,j.jsx)("code",{children:"generateMetadata()"})," or file-based metadata"]}),r=(0,j.jsx)("p",{children:"When Document metadata is the only part of a page that cannot be prerendered Next.js expects you to either make it prerenderable or make some other part of the page non-prerenderable to avoid unintentional partially dynamic pages."}),n=(0,j.jsx)("h4",{children:"To fix this:"}),t[10]=e,t[11]=r,t[12]=n):(e=t[10],r=t[11],n=t[12]),t[13]===Symbol.for("react.memo_cache_sentinel")?(o=(0,j.jsxs)("strong",{children:["Remove the Runtime data access from ",(0,j.jsx)("code",{children:"generateMetadata()"})]}),t[13]=o):o=t[13],t[14]===Symbol.fo
|
||
|
|
${v}`);let t=x.error,r=t.message;if("environmentName"in t&&t.environmentName){let e=`[ ${t.environmentName} ] `;r.startsWith(e)&&(r=r.slice(e.length))}r&&e.push(`## Error Message
|
||
|
|
${r}`);let n=await Promise.race([x.frames(),new Promise(rF)]);if(null===n)e.push("Unable to retrieve stack frames for this error. Falling back to unsourcemapped stack\n\n"+t.stack);else{if(n.length>0){let t=n.filter(rZ);if(t.length>0){let r=t.map(rD).filter(Boolean);r.length>0&&e.push(`
|
||
|
|
${r.join("\n")}`)}}let t=n.findIndex(rA),r=n[t]??null;if(r?.originalCodeFrame){let t=eG()(eQ(r.originalCodeFrame));e.push(`## Code Frame
|
||
|
|
${t}`)}}return`${e.join("\n\n")}
|
||
|
|
|
||
|
|
Next.js version: ${o.versionInfo.installed} (${process.env.__NEXT_BUNDLER})
|
||
|
|
`},p[9]=x,p[10]=v,p[11]=o.versionInfo,p[12]=l):l=p[12];let w=l;if(m){let e;return p[13]===Symbol.for("react.memo_cache_sentinel")?(e=(0,j.jsx)(tY,{children:(0,j.jsx)(re,{})}),p[13]=e):e=p[13],e}if(!x)return null;let k=x.error,E=["server","edge-server"].includes(rS(k)||""),T=null,N=null;switch(b.type){case"hydration":{let e,t,r,n;if(p[14]!==b.warning||p[15]!==k?(e=b.warning?(0,j.jsx)(rI,{message:b.warning}):(0,j.jsx)(rP,{error:k}),p[14]=b.warning,p[15]=k,p[16]=e):e=p[16],s=e,p[17]!==b.notes?(t=b.notes?(0,j.jsx)(j.Fragment,{children:(0,j.jsx)("p",{id:"nextjs__container_errors__notes",className:"nextjs__container_errors__notes",children:b.notes})}):null,p[17]=b.notes,p[18]=t):t=p[18],p[19]!==b.warning?(r=b.warning?(0,j.jsx)("p",{id:"nextjs__container_errors__link",className:"nextjs__container_errors__link",children:(0,j.jsx)(eI,{text:`See more info here: ${tc}`})}):null,p[19]=b.warning,p[20]=r):r=p[20],p[21]!==t||p[22]!==r?(n=(0,j.jsxs)("div",{className:"error-overlay-notes-container",children:[t,r]}),p[21]=t,p[22]=r,p[23]=n):n=p[23],T=n,b.reactOutputComponentDiff){let e,t=b.reactOutputComponentDiff||"";p[24]!==t?(e=(0,j.jsx)(rb,{reactOutputComponentDiff:t}),p[24]=t,p[25]=e):e=p[25],N=e}break}case"blocking-route":{let e;p[26]!==b.refinement||p[27]!==b.variant?(e=(0,j.jsx)(rR,{variant:b.variant,refinement:b.refinement}),p[26]=b.refinement,p[27]=b.variant,p[28]=e):e=p[28],s=e;break}case"dynamic-metadata":{let e;p[29]!==b.variant?(e=(0,j.jsx)(rz,{variant:b.variant}),p[29]=b.variant,p[30]=e):e=p[30],s=e;break}case"empty":{let e;p[31]!==k?(e=(0,j.jsx)(rP,{error:k}),p[31]=k,p[32]=e):e=p[32],s=e}}let L=s,I=E?void 0:n,P=T,z=N;return p[33]===Symbol.for("react.memo_cache_sentinel")?(c=(0,j.jsx)("div",{"data-nextjs-error-suspended":!0}),p[33]=c):c=p[33],p[34]!==x.id?(u=x.id.toString(),p[34]=x.id,p[35]=u):u=p[35],p[36]!==x||p[37]!==u?(d=(0,j.jsx)(C.Suspense,{fallback:c,children:(0,j.jsx)(rE,{error:x,dialogResizerRef:h},u)}),p[36]=x,p[37]=u,p[38]=d):d=p[38],p[39]!==y||p[40]!==t||p[41]!==g||p[42]!==s||p[43]!==v||p[44]!==k||p[45]!==w||p[46]!==N||p[47]!==T||p[48]!==o||p[49]!==a||p[50]!==_||p[51]!==I||p[52]!==d?(f=(0,j.jsxs)(rt,{errorCode:g,errorType:v,errorMessage:L,onClose:I,debugInfo:t,error:k,runtimeErrors:a,activeIdx:y,setActiveIndex:_,dialogResizerRef:h,generateErrorInfo:w,...o,children:[P,z,d]}),p[39]=y,p[40]=t,p[41]=g,p[42]=s,p[43]=v,p[44]=k,p[45]=w,p[46]=N,p[47]=T,p[48]=o,p[49]=a,p[50]=_,p[51]=I,p[52]=d,p[53]=f):f=p[53],f}function rA(e){return!e.ignored&&!!e.originalCodeFrame&&!!e.originalStackFrame}function rD(e){if(e.originalStackFrame){let{methodName:t,file:r,line1:n,column1:o}=e.originalStackFrame;return` at ${t} (${r}:${n}:${o})`}if(e.sourceStackFrame){let{methodName:t,file:r,line1:n,column1:o}=e.sourceStackFrame;return` at ${t} (${r}:${n}:${o})`}return""}function rZ(e){return!e.ignored}function rF(e){return setTimeout(()=>e(null),2e3)}let rU=`
|
||
|
|
.nextjs-error-with-static {
|
||
|
|
bottom: calc(16px * 4.5);
|
||
|
|
}
|
||
|
|
p.nextjs__container_errors__link {
|
||
|
|
font-size: var(--size-14);
|
||
|
|
}
|
||
|
|
p.nextjs__container_errors__notes {
|
||
|
|
color: var(--color-stack-notes);
|
||
|
|
font-size: var(--size-14);
|
||
|
|
line-height: 1.5;
|
||
|
|
}
|
||
|
|
.nextjs-container-errors-body > h2:not(:first-child) {
|
||
|
|
margin-top: calc(16px + 8px);
|
||
|
|
}
|
||
|
|
.nextjs-container-errors-body > h2 {
|
||
|
|
color: var(--color-title-color);
|
||
|
|
margin-bottom: 8px;
|
||
|
|
font-size: var(--size-20);
|
||
|
|
}
|
||
|
|
.nextjs-toast-errors-parent {
|
||
|
|
cursor: pointer;
|
||
|
|
transition: transform 0.2s ease;
|
||
|
|
}
|
||
|
|
.nextjs-toast-errors-parent:hover {
|
||
|
|
transform: scale(1.1);
|
||
|
|
}
|
||
|
|
.nextjs-toast-errors {
|
||
|
|
display: flex;
|
||
|
|
align-items: center;
|
||
|
|
justify-content: flex-start;
|
||
|
|
}
|
||
|
|
.nextjs-toast-errors > svg {
|
||
|
|
margin-right: 8px;
|
||
|
|
}
|
||
|
|
.nextjs-toast-hide-button {
|
||
|
|
margin-left: 24px;
|
||
|
|
border: none;
|
||
|
|
background: none;
|
||
|
|
color: var(--color-ansi-bright-white);
|
||
|
|
padding: 0;
|
||
|
|
transition: opacity 0.25s ease;
|
||
|
|
opacity: 0.7;
|
||
|
|
}
|
||
|
|
.nextjs-toast-hide-button:hover {
|
||
|
|
opacity: 1;
|
||
|
|
}
|
||
|
|
.nextjs__container_errors__error_title {
|
||
|
|
display: flex;
|
||
|
|
align-items: center;
|
||
|
|
justify-content: space-between;
|
||
|
|
margin-bottom: 14px;
|
||
|
|
}
|
||
|
|
.error-overlay-notes-container {
|
||
|
|
margin: 8px 2px;
|
||
|
|
}
|
||
|
|
.error-overlay-notes-container p {
|
||
|
|
white-space: pre-wrap;
|
||
|
|
}
|
||
|
|
.nextjs__blocking_page_load_error_description {
|
||
|
|
color: var(--color-stack-notes);
|
||
|
|
}
|
||
|
|
.nextjs__blocking_page_load_error_description_title {
|
||
|
|
color: var(--color-title-color);
|
||
|
|
}
|
||
|
|
.nextjs__blocking_page_load_error_fix_option {
|
||
|
|
background-color: var(--color-background-200);
|
||
|
|
padding: 14px;
|
||
|
|
border-radius: var(--rounded-md-2);
|
||
|
|
border: 1px solid var(--color-gray-alpha-400);
|
||
|
|
}
|
||
|
|
.external-link, .external-link:hover {
|
||
|
|
color:inherit;
|
||
|
|
}
|
||
|
|
`;function r$(){let e,t=(0,S.c)(1);return t[0]===Symbol.for("react.memo_cache_sentinel")?(e=(0,j.jsx)("svg",{xmlns:"http://www.w3.org/2000/svg",width:"16",height:"16",fill:"none",children:(0,j.jsx)("path",{fill:"currentColor",fillRule:"evenodd",d:"m.191 2.063.56.498 13.5 12 .561.498.997-1.121-.56-.498-1.81-1.608 2.88-3.342v-.98l-3.204-3.72C10.645.923 6.365.686 3.594 3.08L1.748 1.44 1.188.94.19 2.063ZM14.761 8l-2.442 2.836-1.65-1.466a3.001 3.001 0 0 0-4.342-3.86l-1.6-1.422a5.253 5.253 0 0 1 7.251.682L14.76 8ZM7.526 6.576l1.942 1.727a1.499 1.499 0 0 0-1.942-1.727Zm-7.845.935 1.722-2 1.137.979L1.24 8l2.782 3.23A5.25 5.25 0 0 0 9.9 12.703l.54 1.4a6.751 6.751 0 0 1-7.555-1.892L-.318 8.49v-.98Z",clipRule:"evenodd"})}),t[0]=e):e=t[0],e}function rH(){let e,t,r=(0,S.c)(2);return r[0]===Symbol.for("react.memo_cache_sentinel")?(e=(0,j.jsx)("g",{clipPath:"url(#light_icon_clip_path)",children:(0,j.jsx)("path",{fill:"currentColor",fillRule:"evenodd",d:"M8.75.75V0h-1.5v2h1.5V.75ZM3.26 4.32l-.53-.53-.354-.353-.53-.53 1.06-1.061.53.53.354.354.53.53-1.06 1.06Zm8.42-1.06.53-.53.353-.354.53-.53 1.061 1.06-.53.53-.354.354-.53.53-1.06-1.06ZM8 11.25a3.25 3.25 0 1 0 0-6.5 3.25 3.25 0 0 0 0 6.5Zm0 1.5a4.75 4.75 0 1 0 0-9.5 4.75 4.75 0 0 0 0 9.5Zm6-5.5h2v1.5h-2v-1.5Zm-13.25 0H0v1.5h2v-1.5H.75Zm1.62 5.32-.53.53 1.06 1.06.53-.53.354-.353.53-.53-1.06-1.061-.53.53-.354.354Zm10.2 1.06.53.53 1.06-1.06-.53-.53-.354-.354-.53-.53-1.06 1.06.53.53.353.354ZM8.75 14v2h-1.5v-2h1.5Z",clipRule:"evenodd"})}),r[0]=e):e=r[0],r[1]===Symbol.for("react.memo_cache_sentinel")?(t=(0,j.jsxs)("svg",{xmlns:"http://www.w3.org/2000/svg",width:"20",height:"16",viewBox:"0 0 16 16",fill:"none",children:[e,(0,j.jsx)("defs",{children:(0,j.jsx)("clipPath",{id:"light_icon_clip_path",children:(0,j.jsx)("path",{fill:"currentColor",d:"M0 0h16v16H0z"})})})]}),r[1]=t):t=r[1],t}function rV(){let e,t=(0,S.c)(1);return t[0]===Symbol.for("react.memo_cache_sentinel")?(e=(0,j.jsx)("svg",{"data-testid":"geist-icon",height:"16",strokeLinejoin:"round",viewBox:"0 0 16 16",width:"16",children:(0,j.jsx)("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M1.5 8.00005C1.5 5.53089 2.99198 3.40932 5.12349 2.48889C4.88136 3.19858 4.75 3.95936 4.75 4.7501C4.75 8.61609 7.88401 11.7501 11.75 11.7501C11.8995 11.7501 12.048 11.7454 12.1953 11.7361C11.0955 13.1164 9.40047 14.0001 7.5 14.0001C4.18629 14.0001 1.5 11.3138 1.5 8.00005ZM6.41706 0.577759C2.78784 1.1031 0 4.22536 0 8.00005C0 12.1422 3.35786 15.5001 7.5 15.5001C10.5798 15.5001 13.2244 13.6438 14.3792 10.9921L13.4588 9.9797C12.9218 10.155 12.3478 10.2501 11.75 10.2501C8.71243 10.2501 6.25 7.78767 6.25 4.7501C6.25 3.63431 6.58146 2.59823 7.15111 1.73217L6.41706 0.577759ZM13.25 1V1.75V2.75L14.25 2.75H15V4.25H14.25H13.25V5.25V6H11.75V5.25V4.25H10.75L10 4.25V2.75H10.75L11.75 2.75V1.75V1H13.25Z",fill:"currentColor"})}),t[0]=e):e=t[0],e}function rB(){let e,t=(0,S.c)(1);return t[0]===Symbol.for("react.memo_cache_sentinel")?(e=(0,j.jsx)("svg",{width:"16",height:"16",strokeLinejoin:"round",children:(0,j.jsx)("path",{fill:"currentColor",fillRule:"evenodd",d:"M0 2a1 1 0 0 1 1-1h14a1 1 0 0 1 1 1v8.5a1 1 0 0 1-1 1H8.75v3h1.75V16h-5v-1.5h1.75v-3H1a1 1 0 0 1-1-1V2Zm1.5.5V10h13V2.5h-13Z",clipRule:"evenodd"})}),t[0]=e):e=t[0],e}let rq=["Meta","Control","Ctrl","Alt","Option","Shift"];function rW(e){let t,r,n,o,a,i,l,s,c,u,d,f,p,h=(0,S.c)(33),{value:m,onChange:g}=e,[v,y]=(0,C.useState)(!0),[b,x]=(0,C.useState)(!1);h[0]!==m?(t=m??[],h[0]=m,h[1]=t):t=h[1];let[_,w]=(0,C.useState)(t),[k,E]=(0,C.useState)(!1),T=(0,C.useRef)(null),N=(0,C.useRef)(null),L=!!m||_.length>0;h[2]!==g||h[3]!==v||h[4]!==b?(r=function(e){if(e.target!==N.current||"Tab"===e.key)return;T.current&&clearTimeout(T.current),b||x(!0),v&&(w([]),y(!1));let t=function(e){T.current=window.setTimeout(()=>{E(!0),g(e.join("+")),T.current=window.setTimeout(()=>{x(!1)},1e3)},180)};e.preventDefault(),e.stopPropagation(),w(r=>{if(r.includes(e.code)||r.includes(e.key))return r;if(!rq.includes(e.key)){let n=r.findIndex(rX);if(-1!==n){let o=[...r];return o[n]=e.code,t(o),o}let o=[...r,e.code];return t(o),o}let n=[...r],o=rq.
|
||
|
|
.shortcut-recorder {
|
||
|
|
display: flex;
|
||
|
|
align-items: center;
|
||
|
|
justify-content: center;
|
||
|
|
gap: 8px;
|
||
|
|
position: relative;
|
||
|
|
font-family: var(--font-stack-sans);
|
||
|
|
|
||
|
|
.shortcut-recorder-button {
|
||
|
|
display: flex;
|
||
|
|
align-items: center;
|
||
|
|
gap: 4px;
|
||
|
|
background: transparent;
|
||
|
|
border: 1px dashed var(--color-gray-500);
|
||
|
|
border-radius: var(--rounded-lg);
|
||
|
|
padding: 6px 8px;
|
||
|
|
font-weight: 400;
|
||
|
|
font-size: var(--size-14);
|
||
|
|
color: var(--color-gray-1000);
|
||
|
|
transition: border-color 150ms var(--timing-swift);
|
||
|
|
|
||
|
|
&[data-has-shortcut='true'] {
|
||
|
|
border: 1px solid var(--color-gray-alpha-400);
|
||
|
|
|
||
|
|
&:hover {
|
||
|
|
border-color: var(--color-gray-500);
|
||
|
|
}
|
||
|
|
}
|
||
|
|
|
||
|
|
&:hover {
|
||
|
|
border-color: var(--color-gray-600);
|
||
|
|
}
|
||
|
|
|
||
|
|
&::placeholder {
|
||
|
|
color: var(--color-gray-900);
|
||
|
|
}
|
||
|
|
|
||
|
|
&[data-pristine='false']::placeholder {
|
||
|
|
color: transparent;
|
||
|
|
}
|
||
|
|
|
||
|
|
&:focus-visible {
|
||
|
|
outline: var(--focus-ring);
|
||
|
|
outline-offset: -1px;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
|
||
|
|
kbd {
|
||
|
|
display: inline-flex;
|
||
|
|
align-items: center;
|
||
|
|
justify-content: center;
|
||
|
|
font-family: var(--font-stack-sans);
|
||
|
|
background: var(--color-gray-200);
|
||
|
|
min-width: 20px;
|
||
|
|
height: 20px;
|
||
|
|
font-size: 14px;
|
||
|
|
border-radius: 4px;
|
||
|
|
color: var(--color-gray-1000);
|
||
|
|
|
||
|
|
&[data-symbol='false'] {
|
||
|
|
padding: 0 4px;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
|
||
|
|
.shortcut-recorder-clear-button {
|
||
|
|
cursor: pointer;
|
||
|
|
color: var(--color-gray-1000);
|
||
|
|
width: 20px;
|
||
|
|
height: 20px;
|
||
|
|
display: flex;
|
||
|
|
align-items: center;
|
||
|
|
justify-content: center;
|
||
|
|
border-radius: 4px;
|
||
|
|
transition: background 150ms var(--timing-swift);
|
||
|
|
|
||
|
|
&:hover {
|
||
|
|
background: var(--color-gray-300);
|
||
|
|
}
|
||
|
|
|
||
|
|
&:focus-visible {
|
||
|
|
outline: var(--focus-ring);
|
||
|
|
}
|
||
|
|
|
||
|
|
svg {
|
||
|
|
width: 14px;
|
||
|
|
height: 14px;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
}
|
||
|
|
|
||
|
|
.shortcut-recorder-keys {
|
||
|
|
pointer-events: none;
|
||
|
|
user-select: none;
|
||
|
|
display: flex;
|
||
|
|
align-items: center;
|
||
|
|
gap: 2px;
|
||
|
|
}
|
||
|
|
|
||
|
|
.shortcut-recorder-tooltip {
|
||
|
|
--gap: 8px;
|
||
|
|
--background: var(--color-gray-1000);
|
||
|
|
background: var(--background);
|
||
|
|
color: var(--color-background-100);
|
||
|
|
font-size: var(--size-14);
|
||
|
|
padding: 4px 8px;
|
||
|
|
border-radius: 8px;
|
||
|
|
position: absolute;
|
||
|
|
bottom: calc(100% + var(--gap));
|
||
|
|
text-align: center;
|
||
|
|
opacity: 0;
|
||
|
|
scale: 0.96;
|
||
|
|
white-space: nowrap;
|
||
|
|
user-select: none;
|
||
|
|
transition:
|
||
|
|
opacity 150ms var(--timing-swift),
|
||
|
|
scale 150ms var(--timing-swift);
|
||
|
|
|
||
|
|
&[data-show='true'] {
|
||
|
|
opacity: 1;
|
||
|
|
scale: 1;
|
||
|
|
}
|
||
|
|
|
||
|
|
svg {
|
||
|
|
position: absolute;
|
||
|
|
transform: translateX(-50%);
|
||
|
|
bottom: -6px;
|
||
|
|
left: 50%;
|
||
|
|
}
|
||
|
|
|
||
|
|
.shortcut-recorder-status {
|
||
|
|
display: flex;
|
||
|
|
align-items: center;
|
||
|
|
gap: 6px;
|
||
|
|
}
|
||
|
|
|
||
|
|
.shortcut-recorder-status-icon {
|
||
|
|
width: 7px;
|
||
|
|
height: 7px;
|
||
|
|
border-radius: 50%;
|
||
|
|
flex-shrink: 0;
|
||
|
|
background: var(--color-red-700);
|
||
|
|
|
||
|
|
&[data-success='true'] {
|
||
|
|
background: var(--color-green-700);
|
||
|
|
}
|
||
|
|
}
|
||
|
|
}
|
||
|
|
`;function r2(e){return null!=window.navigator?e.test(window.navigator.platform):void 0}var r3=__webpack_require__("./dist/compiled/zod/index.cjs");let r4=r3.z.object({theme:r3.z.enum(["light","dark","system"]).optional(),disableDevIndicator:r3.z.boolean().optional(),devToolsPosition:r3.z.enum(["top-left","top-right","bottom-left","bottom-right"]).optional(),devToolsPanelPosition:r3.z.record(r3.z.string(),r3.z.enum(["top-left","top-right","bottom-left","bottom-right"])).optional(),devToolsPanelSize:r3.z.record(r3.z.string(),r3.z.object({width:r3.z.number(),height:r3.z.number()})).optional(),scale:r3.z.number().optional(),hideShortcut:r3.z.string().nullable().optional()}),r5={},r6=null;function r9(){if(0===Object.keys(r5).length)return;let e=JSON.stringify(r5);r5={},fetch("/__nextjs_devtools_config",{method:"POST",headers:{"Content-Type":"application/json"},body:e,keepalive:!0}).catch(t=>{console.warn("[Next.js DevTools] Failed to save config:",{data:e,error:t})})}function r8(e){let t=r4.safeParse(e);t.success?(r5=function e(t,r){if(!r||"object"!=typeof r||Array.isArray(r)||!t||"object"!=typeof t||Array.isArray(t))return r;let n={...t};for(let o in r){let a=r[o],i=t[o];void 0!==a&&(a&&"object"==typeof a&&!Array.isArray(a)&&i&&"object"==typeof i&&!Array.isArray(i)?n[o]=e(i,a):n[o]=a)}return n}(r5,e),r6&&clearTimeout(r6),r6=setTimeout(r9,120)):console.warn("[Next.js DevTools] Invalid config patch:",t.error.message)}function r7(e){let t,r,n,o,a,i,l,s,c,u,d,f,p,h,m,g,v,y,b,x,_,w,k,E,T,N,L,I,P,z,R,O,M,D,Z=(0,S.c)(61),{theme:F,hide:U,hideShortcut:$,setHideShortcut:H,scale:V,setPosition:B,setScale:q,position:W}=e,{restartServer:K,isPending:Y}=function(){let[e,t]=(0,C.useState)(!1);return{restartServer:async({invalidateFileSystemCache:e})=>{t(!0);let r=!1;try{let t=await fetch("/__nextjs_server_status").then(e=>e.json()).then(e=>e.executionId).catch(e=>(console.log("[Next.js DevTools] Failed to fetch server status while restarting dev server.",e),null));if(!t)return void console.log("[Next.js DevTools] Failed to get the current server execution ID while restarting dev server.");let n=await fetch(e?"/__nextjs_restart_dev?invalidateFileSystemCache=1":"/__nextjs_restart_dev",{method:"POST"});if(!n.ok)return void console.log("[Next.js DevTools] Failed to fetch restart server endpoint. Status:",n.status);for(let e=0;e<10;e++){await new Promise(e=>setTimeout(e,1e3));try{let e=await fetch("/__nextjs_server_status").then(e=>e.json()).then(e=>e.executionId);if(t!==e){r=!0,window.location.reload();return}}catch(e){continue}}console.log("[Next.js DevTools] Failed to restart server. Exhausted all polling attempts.");return}catch(e){console.log("[Next.js DevTools] Failed to restart server.",e);return}finally{r||t(!1)}},isPending:e}}(),{shadowRoot:X}=us();Z[0]!==X.host?(t=e=>{let t=X.host;if("system"===e.target.value){t.classList.remove("dark"),t.classList.remove("light"),r8({theme:"system"});return}"dark"===e.target.value?(t.classList.add("dark"),t.classList.remove("light"),r8({theme:"dark"})):(t.classList.remove("dark"),t.classList.add("light"),r8({theme:"light"}))},Z[0]=X.host,Z[1]=t):t=Z[1];let G=t;Z[2]!==B?(r=function(e){B(e.target.value),r8({devToolsPosition:e.target.value})},Z[2]=B,Z[3]=r):r=Z[3];let Q=r;Z[4]!==q?(n=function(e){let{target:t}=e,r=Number(t.value);q(r),r8({scale:r})},Z[4]=q,Z[5]=n):n=Z[5];let J=n;return Z[6]===Symbol.for("react.memo_cache_sentinel")?(o=(0,j.jsxs)("div",{className:"preference-header",children:[(0,j.jsx)("label",{htmlFor:"theme",children:"Theme"}),(0,j.jsx)("p",{className:"preference-description",children:"Select your theme preference."})]}),Z[6]=o):o=Z[6],Z[7]!==F?(a=(0,j.jsx)(nr,{theme:F}),Z[7]=F,Z[8]=a):a=Z[8],Z[9]===Symbol.for("react.memo_cache_sentinel")?(i=(0,j.jsx)("option",{value:"system",children:"System"}),l=(0,j.jsx)("option",{value:"light",children:"Light"}),s=(0,j.jsx)("option",{value:"dark",children:"Dark"}),Z[9]=i,Z[10]=l,Z[11]=s):(i=Z[9],l=Z[10],s=Z[11]),Z[12]!==G||Z[13]!==a||Z[14]!==F?(c=(0,j.jsxs)("div",{className:"preference-section",children:[o,(0,j.jsxs)(nt,{id:"theme",name:"theme",pref
|
||
|
|
.preferences-container {
|
||
|
|
width: 100%;
|
||
|
|
}
|
||
|
|
|
||
|
|
@media (min-width: 576px) {
|
||
|
|
.preferences-container {
|
||
|
|
width: 480px;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
|
||
|
|
.preference-section:first-child {
|
||
|
|
padding-top: 0;
|
||
|
|
}
|
||
|
|
|
||
|
|
.preference-section {
|
||
|
|
padding: 12px 0;
|
||
|
|
border-bottom: 1px solid var(--color-gray-400);
|
||
|
|
display: flex;
|
||
|
|
justify-content: space-between;
|
||
|
|
align-items: center;
|
||
|
|
gap: 24px;
|
||
|
|
}
|
||
|
|
|
||
|
|
.preference-section:last-child {
|
||
|
|
border-bottom: none;
|
||
|
|
}
|
||
|
|
|
||
|
|
.preference-header {
|
||
|
|
margin-bottom: 0;
|
||
|
|
flex: 1;
|
||
|
|
}
|
||
|
|
|
||
|
|
.preference-header label {
|
||
|
|
font-size: var(--size-14);
|
||
|
|
font-weight: 500;
|
||
|
|
color: var(--color-gray-1000);
|
||
|
|
margin: 0;
|
||
|
|
}
|
||
|
|
|
||
|
|
.preference-description {
|
||
|
|
color: var(--color-gray-900);
|
||
|
|
font-size: var(--size-14);
|
||
|
|
margin: 0;
|
||
|
|
}
|
||
|
|
|
||
|
|
.select-button,
|
||
|
|
.action-button {
|
||
|
|
display: flex;
|
||
|
|
align-items: center;
|
||
|
|
gap: 8px;
|
||
|
|
background: var(--color-background-100);
|
||
|
|
border: 1px solid var(--color-gray-400);
|
||
|
|
border-radius: var(--rounded-lg);
|
||
|
|
font-weight: 400;
|
||
|
|
font-size: var(--size-14);
|
||
|
|
color: var(--color-gray-1000);
|
||
|
|
padding: 6px 8px;
|
||
|
|
transition: border-color 150ms var(--timing-swift);
|
||
|
|
|
||
|
|
&:hover {
|
||
|
|
border-color: var(--color-gray-500);
|
||
|
|
}
|
||
|
|
|
||
|
|
svg {
|
||
|
|
width: 14px;
|
||
|
|
height: 14px;
|
||
|
|
overflow: visible;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
|
||
|
|
.select-button {
|
||
|
|
&:focus-within {
|
||
|
|
outline: var(--focus-ring);
|
||
|
|
outline-offset: -1px;
|
||
|
|
}
|
||
|
|
|
||
|
|
select {
|
||
|
|
all: unset;
|
||
|
|
}
|
||
|
|
|
||
|
|
option {
|
||
|
|
color: var(--color-gray-1000);
|
||
|
|
background: var(--color-background-100);
|
||
|
|
}
|
||
|
|
}
|
||
|
|
|
||
|
|
.preference-section button:disabled {
|
||
|
|
opacity: 0.6;
|
||
|
|
cursor: not-allowed;
|
||
|
|
}
|
||
|
|
|
||
|
|
:global(.icon) {
|
||
|
|
width: 18px;
|
||
|
|
height: 18px;
|
||
|
|
color: #666;
|
||
|
|
}
|
||
|
|
`;function no(){let e,t=(0,S.c)(1);return t[0]===Symbol.for("react.memo_cache_sentinel")?(e=(0,j.jsx)("svg",{width:"16",height:"16",viewBox:"0 0 16 16","aria-hidden":!0,children:(0,j.jsx)("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M14.0607 5.49999L13.5303 6.03032L8.7071 10.8535C8.31658 11.2441 7.68341 11.2441 7.29289 10.8535L2.46966 6.03032L1.93933 5.49999L2.99999 4.43933L3.53032 4.96966L7.99999 9.43933L12.4697 4.96966L13 4.43933L14.0607 5.49999Z",fill:"currentColor"})}),t[0]=e):e=t[0],e}function na(){return(0,j.jsx)("style",{children:e_`
|
||
|
|
${tn}
|
||
|
|
${rp}
|
||
|
|
${rg}
|
||
|
|
${t3}
|
||
|
|
${rn}
|
||
|
|
${e5}
|
||
|
|
${rr}
|
||
|
|
${tk}
|
||
|
|
${t1}
|
||
|
|
${tI}
|
||
|
|
${e2}
|
||
|
|
${rl}
|
||
|
|
${ra}
|
||
|
|
${""}
|
||
|
|
${rU}
|
||
|
|
${rN}
|
||
|
|
${tR}
|
||
|
|
${nn}
|
||
|
|
${t8}
|
||
|
|
${r1}
|
||
|
|
`})}function ni(e,t){let r,n,o,a,i=(0,S.c)(10),l=void 0!==e&&e;i[0]!==t?(r=void 0===t?{}:t,i[0]=t,i[1]=r):r=i[1];let s=r,[c,u]=(0,C.useState)(l),[d,f]=(0,C.useState)(!1),{enterDelay:p,exitDelay:h}=s,m=void 0===p?1:p,g=void 0===h?0:h;return i[2]!==l||i[3]!==m||i[4]!==g?(n=()=>{let e,t;return l?(u(!0),m<=0?f(!0):e=setTimeout(()=>{f(!0)},m)):(f(!1),g<=0?u(!1):t=setTimeout(()=>{u(!1)},g)),()=>{clearTimeout(e),clearTimeout(t)}},o=[l,m,g],i[2]=l,i[3]=m,i[4]=g,i[5]=n,i[6]=o):(n=i[5],o=i[6]),(0,C.useEffect)(n,o),i[7]!==c||i[8]!==d?(a={mounted:c,rendered:d},i[7]=c,i[8]=d,i[9]=a):a=i[9],a}function nl(e){let t,r,n,o,a,i=(0,S.c)(19),{state:l,dispatch:s,getSquashedHydrationErrorDetails:c,runtimeErrors:u,errorCount:d}=e,f=!!process.env.TURBOPACK;i[0]===Symbol.for("react.memo_cache_sentinel")?(t={exitDelay:200},i[0]=t):t=i[0];let{mounted:p,rendered:h}=ni(l.isErrorOverlayOpen,t);i[1]!==d||i[2]!==h||i[3]!==l.versionInfo?(r={rendered:h,transitionDurationMs:200,isTurbopack:f,versionInfo:l.versionInfo,errorCount:d},i[1]=d,i[2]=h,i[3]=l.versionInfo,i[4]=r):r=i[4];let m=r;if(null!==l.buildError){let e;return i[5]!==m||i[6]!==l.buildError?(e=(0,j.jsx)(ru,{...m,message:l.buildError,rendered:!0}),i[5]=m,i[6]=l.buildError,i[7]=e):e=i[7],e}if(!u.length)return null;let g=p?"visible":"hidden";return i[8]!==s?(n=()=>{s({type:G})},i[8]=s,i[9]=n):n=i[9],i[10]!==m||i[11]!==c||i[12]!==u||i[13]!==l.debugInfo||i[14]!==n?(o=(0,j.jsx)(rM,{...m,debugInfo:l.debugInfo,getSquashedHydrationErrorDetails:c,runtimeErrors:u,onClose:n}),i[10]=m,i[11]=c,i[12]=u,i[13]=l.debugInfo,i[14]=n,i[15]=o):o=i[15],i[16]!==g||i[17]!==o?(a=(0,j.jsx)(C.Activity,{mode:g,children:o}),i[16]=g,i[17]=o,i[18]=a):a=i[18],a}let ns=e=>{let t=(0,S.c)(4),{state:r}=e;if(r.buildError){let r;return t[0]!==e?(r=(0,j.jsx)(nu,{...e}),t[0]=e,t[1]=r):r=t[1],r}{let r;return t[2]!==e?(r=(0,j.jsx)(nc,{...e}),t[2]=e,t[3]=r):r=t[3],r}},nc=e=>{let t,r,n,o,a,i=(0,S.c)(12),{children:l,state:s,isAppDir:c}=e,{errors:u}=s;i[0]===Symbol.for("react.memo_cache_sentinel")?(t={},i[0]=t):t=i[0];let[d,f]=(0,C.useState)(t);if(i[1]!==u||i[2]!==d){let e=[],t=null;for(let r=0;r<u.length;++r){let n=u[r],{id:o}=n;if(o in d){e.push(d[o]);continue}t=n;break}r=[e,t],i[1]=u,i[2]=d,i[3]=r}else r=i[3];let[p,h]=r;i[4]!==c||i[5]!==h?(n=()=>{var e,t;if(null==h)return;let r=(e=h,t=c,{id:e.id,runtime:!0,error:e.error,type:e.type,frames:rC(async()=>await eM(e.frames,rS(e.error),t)),cause:function e(t,r,n=0){if(n>=5)return;let o=t.cause;if(!(o instanceof Error))return;let a=L(o.stack||"");return{error:o,frames:rC(async()=>await eM(a,rS(o),r)),cause:e(o,r,n+1)}}(e.error,t)});f(e=>({...e,[r.id]:r}))},o=[h,c],i[4]=c,i[5]=h,i[6]=n,i[7]=o):(n=i[6],o=i[7]),(0,C.useEffect)(n,o);let m=u.length;return i[8]!==l||i[9]!==p||i[10]!==m?(a=l({runtimeErrors:p,totalErrorCount:m}),i[8]=l,i[9]=p,i[10]=m,i[11]=a):a=i[11],a},nu=({children:e})=>e({runtimeErrors:[],totalErrorCount:1});function nd(){let e,t,r=(0,S.c)(4),{shadowRoot:n,state:o}=us();return r[0]!==n||r[1]!==o.scale?(e=()=>{n?.host&&n.host.style.setProperty("--nextjs-dev-tools-scale",String(o.scale||1))},t=[n,o.scale],r[0]=n,r[1]=o.scale,r[2]=e,r[3]=t):(e=r[2],t=r[3]),(0,C.useLayoutEffect)(e,t),null}var nf=__webpack_require__("../../node_modules/.pnpm/css-loader@7.1.2_@rspack+core@1.6.7_@swc+helpers@0.5.15__webpack@5.98.0_@swc+core@1.11.24_@sw_bx7gx6l2cs2trwgqreijicltyy/node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[3].use[1]!./src/next-devtools/dev-overlay/components/devtools-indicator/devtools-indicator.css"),np={};function nh(e){let t,r,n=(0,S.c)(3);return n[0]===Symbol.for("react.memo_cache_sentinel")?(t=(0,j.jsx)("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M3.08889 11.8384L2.62486 12.3024L1.69678 11.3744L2.16082 10.9103L6.07178 6.99937L2.16082 3.08841L1.69678 2.62437L2.62486 1.69629L3.08889 2.16033L6.99986 6.07129L10.9108 2.16033L11.3749 1.69629L12.3029 2.62437L11.8389 3.08841L7.92793 6.99937L11.8389 10.9103L12.3029 11.3744L11.3749 12.3024L10.9108 11.8384L6.99986 7.92744L3.08889 11.8384Z",fill:"currentColor"}),n[0]=t):t=n[0],n[1]!==e?(r=(0,j.jsx)("svg",{width:"12",height:"12
|
||
|
|
[data-indicator-status] {
|
||
|
|
--padding-left: 8px;
|
||
|
|
display: flex;
|
||
|
|
gap: 6px;
|
||
|
|
align-items: center;
|
||
|
|
padding-left: 12px;
|
||
|
|
padding-right: 8px;
|
||
|
|
height: var(--size-32);
|
||
|
|
margin-right: 2px;
|
||
|
|
border-radius: var(--rounded-full);
|
||
|
|
transition: background var(--duration-short) ease;
|
||
|
|
color: white;
|
||
|
|
font-size: var(--size-13);
|
||
|
|
font-weight: 500;
|
||
|
|
white-space: nowrap;
|
||
|
|
border: none;
|
||
|
|
background: transparent;
|
||
|
|
cursor: pointer;
|
||
|
|
outline: none;
|
||
|
|
}
|
||
|
|
|
||
|
|
[data-indicator-status]:focus-visible {
|
||
|
|
outline: 2px solid var(--color-blue-800, #3b82f6);
|
||
|
|
outline-offset: 3px;
|
||
|
|
}
|
||
|
|
|
||
|
|
[data-status-dot] {
|
||
|
|
width: 8px;
|
||
|
|
height: 8px;
|
||
|
|
border-radius: 50%;
|
||
|
|
flex-shrink: 0;
|
||
|
|
}
|
||
|
|
|
||
|
|
[data-status-text-animation] {
|
||
|
|
display: inline-flex;
|
||
|
|
align-items: center;
|
||
|
|
position: relative;
|
||
|
|
overflow: hidden;
|
||
|
|
height: 100%;
|
||
|
|
|
||
|
|
> * {
|
||
|
|
white-space: nowrap;
|
||
|
|
line-height: 1;
|
||
|
|
}
|
||
|
|
|
||
|
|
[data-status-text-enter] {
|
||
|
|
animation: slotMachineEnter 150ms cubic-bezier(0, 0, 0.2, 1)
|
||
|
|
forwards;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
|
||
|
|
[data-status-ellipsis] {
|
||
|
|
display: inline-flex;
|
||
|
|
margin-left: 2px;
|
||
|
|
}
|
||
|
|
|
||
|
|
[data-status-ellipsis] span {
|
||
|
|
animation: ellipsisFade 1.2s infinite;
|
||
|
|
margin: 0 1px;
|
||
|
|
}
|
||
|
|
|
||
|
|
[data-status-ellipsis] span:nth-child(2) {
|
||
|
|
animation-delay: 0.2s;
|
||
|
|
}
|
||
|
|
|
||
|
|
[data-status-ellipsis] span:nth-child(3) {
|
||
|
|
animation-delay: 0.4s;
|
||
|
|
}
|
||
|
|
|
||
|
|
@keyframes ellipsisFade {
|
||
|
|
0%,
|
||
|
|
60%,
|
||
|
|
100% {
|
||
|
|
opacity: 0.2;
|
||
|
|
}
|
||
|
|
30% {
|
||
|
|
opacity: 1;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
|
||
|
|
@keyframes slotMachineEnter {
|
||
|
|
0% {
|
||
|
|
transform: translateY(0.8em);
|
||
|
|
opacity: 0;
|
||
|
|
}
|
||
|
|
50% {
|
||
|
|
opacity: 0.8;
|
||
|
|
}
|
||
|
|
100% {
|
||
|
|
transform: translateY(0);
|
||
|
|
opacity: 1;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
`}),l[2]=n):n=l[2],l[3]!==s?(o=d[s]&&(0,j.jsx)("div",{"data-status-dot":!0,style:{backgroundColor:d[s]}}),l[3]=s,l[4]=o):o=l[4];let f="cache-bypassing"!==s,p=u[s];return l[5]!==s||l[6]!==f||l[7]!==p?(a=(0,j.jsx)(n_,{statusKey:s,showEllipsis:f,children:p},s),l[5]=s,l[6]=f,l[7]=p,l[8]=a):a=l[8],l[9]!==c||l[10]!==o||l[11]!==a?(i=(0,j.jsxs)(j.Fragment,{children:[n,(0,j.jsxs)("button",{"data-indicator-status":!0,"data-nextjs-dev-tools-button":!0,onClick:c,"aria-label":"Open Next.js Dev Tools",children:[o,a]})]}),l[9]=c,l[10]=o,l[11]=a,l[12]=i):i=l[12],i}function n_(e){let t,r,n=(0,S.c)(5),{children:o,showEllipsis:a}=e,i=void 0===a||a;return n[0]!==i?(t=i&&(0,j.jsxs)("span",{"data-status-ellipsis":!0,children:[(0,j.jsx)("span",{children:"."}),(0,j.jsx)("span",{children:"."}),(0,j.jsx)("span",{children:"."})]}),n[0]=i,n[1]=t):t=n[1],n[2]!==t||n[3]!==o?(r=(0,j.jsx)("div",{"data-status-text-animation":!0,children:(0,j.jsxs)("div",{"data-status-text-enter":!0,children:[o,t]})}),n[2]=t,n[3]=o,n[4]=r):r=n[4],r}function nw(e){let t,r,n,o,a,i,l,s,c,u,d,f,p,h=(0,S.c)(54);h[0]!==e?({onTriggerClick:r,...t}=e,h[0]=e,h[1]=t,h[2]=r):(t=h[1],r=h[2]);let{state:m,dispatch:g}=us(),{totalErrorCount:v}=c9(),y=36/m.scale,{panel:b,triggerRef:x,setPanel:_}=nv(),w="panel-selector"===b,k=v>0,[E,T]=(0,C.useState)(k),[N,L]=(0,C.useState)(k);N!==k&&(L(k),T(k));let[I,P]=(0,C.useState)(!1),z=function(e,t){let r,n,o=(0,S.c)(4),a=150,i=(0,C.useRef)(null),[l,s]=(0,C.useState)(!1);return o[0]!==a||o[1]!==e?(r=()=>{if(e>0){let e=i.current?Date.now()-i.current:-1;if(i.current=Date.now(),e<=a)return;s(!0);let t=window.setTimeout(()=>{s(!1)},a);return()=>{clearTimeout(t)}}},n=[e,a],o[0]=a,o[1]=e,o[2]=r,o[3]=n):(r=o[2],n=o[3]),(0,C.useEffect)(r,n),l}(v,0),R="filling"===m.cacheIndicator,O="bypass"===m.cacheIndicator,M=m.buildingIndicator||m.renderingIndicator||R;h[3]===Symbol.for("react.memo_cache_sentinel")?(n={enterDelay:400,exitDelay:500},h[3]=n):n=h[3];let{rendered:A}=ni(M,n),D=(0,C.useRef)(null),Z=function(e){let t,r,n=(0,S.c)(3),[o,a]=(0,C.useState)(0);return n[0]!==e?(t=()=>{let t=e.current;if(!t)return;let r=new ResizeObserver(e=>{let[t]=e,{contentRect:r}=t;a(r.width)});return r.observe(t),()=>r.disconnect()},r=[e],n[0]=e,n[1]=t,n[2]=r):(t=n[1],r=n[2]),(0,C.useEffect)(t,r),o}(D);if(h[4]!==m.buildingIndicator||h[5]!==m.cacheIndicator||h[6]!==m.renderingIndicator){var F,U,$;F=m.buildingIndicator,U=m.renderingIndicator,$=m.cacheIndicator,o=F?"compiling":"filling"===$?"prerendering":U?"rendering":"none",h[4]=m.buildingIndicator,h[5]=m.cacheIndicator,h[6]=m.renderingIndicator,h[7]=o}else o=h[7];let H=o,V=A?H:nb.None,B=E||O||A||m.disableDevIndicator,q=0===Z?"auto":Z,W=`${y}px`,K=m.disableDevIndicator&&(!k||I)?"none":"block";h[8]!==W||h[9]!==K?(a={"--size":W,"--duration-short":"150ms",display:K},h[8]=W,h[9]=K,h[10]=a):a=h[10];let Y=a;h[11]===Symbol.for("react.memo_cache_sentinel")?(i=(0,j.jsx)("style",{children:e_`
|
||
|
|
[data-next-badge-root] {
|
||
|
|
--timing: cubic-bezier(0.23, 0.88, 0.26, 0.92);
|
||
|
|
--duration-long: 250ms;
|
||
|
|
--color-outer-border: #171717;
|
||
|
|
--color-inner-border: hsla(0, 0%, 100%, 0.14);
|
||
|
|
--color-hover-alpha-subtle: hsla(0, 0%, 100%, 0.13);
|
||
|
|
--color-hover-alpha-error: hsla(0, 0%, 100%, 0.2);
|
||
|
|
--color-hover-alpha-error-2: hsla(0, 0%, 100%, 0.25);
|
||
|
|
--mark-size: calc(var(--size) - var(--size-2) * 2);
|
||
|
|
|
||
|
|
--focus-color: var(--color-blue-800);
|
||
|
|
--focus-ring: 2px solid var(--focus-color);
|
||
|
|
|
||
|
|
&:has([data-next-badge][data-error='true']) {
|
||
|
|
--focus-color: #fff;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
|
||
|
|
[data-disabled-icon] {
|
||
|
|
display: flex;
|
||
|
|
align-items: center;
|
||
|
|
justify-content: center;
|
||
|
|
padding-right: 4px;
|
||
|
|
}
|
||
|
|
|
||
|
|
[data-next-badge] {
|
||
|
|
width: var(--size);
|
||
|
|
height: var(--size);
|
||
|
|
display: flex;
|
||
|
|
align-items: center;
|
||
|
|
position: relative;
|
||
|
|
background: rgba(0, 0, 0, 0.8);
|
||
|
|
box-shadow:
|
||
|
|
0 0 0 1px var(--color-outer-border),
|
||
|
|
inset 0 0 0 1px var(--color-inner-border),
|
||
|
|
0px 16px 32px -8px rgba(0, 0, 0, 0.24);
|
||
|
|
backdrop-filter: blur(48px);
|
||
|
|
border-radius: var(--rounded-full);
|
||
|
|
user-select: none;
|
||
|
|
cursor: pointer;
|
||
|
|
scale: 1;
|
||
|
|
overflow: hidden;
|
||
|
|
will-change: scale, box-shadow, width, background;
|
||
|
|
transition:
|
||
|
|
scale var(--duration-short) var(--timing),
|
||
|
|
width var(--duration-long) var(--timing),
|
||
|
|
box-shadow var(--duration-long) var(--timing),
|
||
|
|
background var(--duration-short) ease;
|
||
|
|
|
||
|
|
&:active[data-error='false'] {
|
||
|
|
scale: 0.95;
|
||
|
|
}
|
||
|
|
|
||
|
|
&[data-animate='true']:not(:hover) {
|
||
|
|
scale: 1.02;
|
||
|
|
}
|
||
|
|
|
||
|
|
&[data-error='false']:has([data-next-mark]:focus-visible) {
|
||
|
|
outline: var(--focus-ring);
|
||
|
|
outline-offset: 3px;
|
||
|
|
}
|
||
|
|
|
||
|
|
&[data-error='true'] {
|
||
|
|
background: #ca2a30;
|
||
|
|
--color-inner-border: #e5484d;
|
||
|
|
|
||
|
|
[data-next-mark] {
|
||
|
|
background: var(--color-hover-alpha-error);
|
||
|
|
outline-offset: 0px;
|
||
|
|
|
||
|
|
&:focus-visible {
|
||
|
|
outline: var(--focus-ring);
|
||
|
|
outline-offset: -1px;
|
||
|
|
}
|
||
|
|
|
||
|
|
&:hover {
|
||
|
|
background: var(--color-hover-alpha-error-2);
|
||
|
|
}
|
||
|
|
}
|
||
|
|
}
|
||
|
|
|
||
|
|
&[data-cache-bypassing='true']:not([data-error='true']) {
|
||
|
|
background: rgba(217, 119, 6, 0.95);
|
||
|
|
--color-inner-border: rgba(245, 158, 11, 0.9);
|
||
|
|
|
||
|
|
[data-issues-open] {
|
||
|
|
color: white;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
|
||
|
|
&[data-error-expanded='false'][data-error='true'] ~ [data-dot] {
|
||
|
|
scale: 1;
|
||
|
|
}
|
||
|
|
|
||
|
|
> div {
|
||
|
|
display: flex;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
|
||
|
|
[data-issues-collapse]:focus-visible {
|
||
|
|
outline: var(--focus-ring);
|
||
|
|
}
|
||
|
|
|
||
|
|
[data-issues]:has([data-issues-open]:focus-visible) {
|
||
|
|
outline: var(--focus-ring);
|
||
|
|
outline-offset: -1px;
|
||
|
|
}
|
||
|
|
|
||
|
|
[data-dot] {
|
||
|
|
content: '';
|
||
|
|
width: var(--size-8);
|
||
|
|
height: var(--size-8);
|
||
|
|
background: #fff;
|
||
|
|
box-shadow: 0 0 0 1px var(--color-outer-border);
|
||
|
|
border-radius: 50%;
|
||
|
|
position: absolute;
|
||
|
|
top: 2px;
|
||
|
|
right: 0px;
|
||
|
|
scale: 0;
|
||
|
|
pointer-events: none;
|
||
|
|
transition: scale 200ms var(--timing);
|
||
|
|
transition-delay: var(--duration-short);
|
||
|
|
}
|
||
|
|
|
||
|
|
[data-issues] {
|
||
|
|
--padding-left: 8px;
|
||
|
|
display: flex;
|
||
|
|
gap: 2px;
|
||
|
|
align-items: center;
|
||
|
|
padding-left: 8px;
|
||
|
|
padding-right: 8px;
|
||
|
|
height: var(--size-32);
|
||
|
|
margin-right: 2px;
|
||
|
|
border-radius: var(--rounded-full);
|
||
|
|
transition: background var(--duration-short) ease;
|
||
|
|
|
||
|
|
&:has([data-issues-open]:hover) {
|
||
|
|
background: var(--color-hover-alpha-error);
|
||
|
|
}
|
||
|
|
|
||
|
|
&:has([data-issues-collapse]) {
|
||
|
|
padding-right: calc(var(--padding-left) / 2);
|
||
|
|
}
|
||
|
|
}
|
||
|
|
|
||
|
|
[data-issues-open] {
|
||
|
|
font-size: var(--size-13);
|
||
|
|
color: white;
|
||
|
|
width: fit-content;
|
||
|
|
height: 100%;
|
||
|
|
display: flex;
|
||
|
|
gap: 2px;
|
||
|
|
align-items: center;
|
||
|
|
margin: 0;
|
||
|
|
line-height: var(--size-36);
|
||
|
|
font-weight: 500;
|
||
|
|
z-index: 2;
|
||
|
|
white-space: nowrap;
|
||
|
|
|
||
|
|
&:focus-visible {
|
||
|
|
outline: 0;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
|
||
|
|
[data-issues-collapse] {
|
||
|
|
width: var(--size-24);
|
||
|
|
height: var(--size-24);
|
||
|
|
display: flex;
|
||
|
|
align-items: center;
|
||
|
|
justify-content: center;
|
||
|
|
border-radius: var(--rounded-full);
|
||
|
|
transition: background var(--duration-short) ease;
|
||
|
|
|
||
|
|
&:hover {
|
||
|
|
background: var(--color-hover-alpha-error);
|
||
|
|
}
|
||
|
|
}
|
||
|
|
|
||
|
|
[data-cross] {
|
||
|
|
color: #fff;
|
||
|
|
width: var(--size-12);
|
||
|
|
height: var(--size-12);
|
||
|
|
}
|
||
|
|
|
||
|
|
[data-next-mark] {
|
||
|
|
width: var(--mark-size);
|
||
|
|
height: var(--mark-size);
|
||
|
|
margin: 0 2px;
|
||
|
|
display: flex;
|
||
|
|
align-items: center;
|
||
|
|
border-radius: var(--rounded-full);
|
||
|
|
transition: background var(--duration-long) var(--timing);
|
||
|
|
|
||
|
|
&:focus-visible {
|
||
|
|
outline: 0;
|
||
|
|
}
|
||
|
|
|
||
|
|
&:hover {
|
||
|
|
background: var(--color-hover-alpha-subtle);
|
||
|
|
}
|
||
|
|
|
||
|
|
svg {
|
||
|
|
flex-shrink: 0;
|
||
|
|
width: var(--size-40);
|
||
|
|
height: var(--size-40);
|
||
|
|
}
|
||
|
|
}
|
||
|
|
|
||
|
|
[data-issues-count-animation] {
|
||
|
|
display: grid;
|
||
|
|
place-items: center center;
|
||
|
|
font-variant-numeric: tabular-nums;
|
||
|
|
|
||
|
|
&[data-animate='false'] {
|
||
|
|
[data-issues-count-exit],
|
||
|
|
[data-issues-count-enter] {
|
||
|
|
animation-duration: 0ms;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
|
||
|
|
> * {
|
||
|
|
grid-area: 1 / 1;
|
||
|
|
}
|
||
|
|
|
||
|
|
[data-issues-count-exit] {
|
||
|
|
animation: fadeOut 300ms var(--timing) forwards;
|
||
|
|
}
|
||
|
|
|
||
|
|
[data-issues-count-enter] {
|
||
|
|
animation: fadeIn 300ms var(--timing) forwards;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
|
||
|
|
[data-issues-count-plural] {
|
||
|
|
display: inline-block;
|
||
|
|
&[data-animate='true'] {
|
||
|
|
animation: fadeIn 300ms var(--timing) forwards;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
|
||
|
|
.paused {
|
||
|
|
stroke-dashoffset: 0;
|
||
|
|
}
|
||
|
|
|
||
|
|
@keyframes fadeIn {
|
||
|
|
0% {
|
||
|
|
opacity: 0;
|
||
|
|
filter: blur(2px);
|
||
|
|
transform: translateY(8px);
|
||
|
|
}
|
||
|
|
100% {
|
||
|
|
opacity: 1;
|
||
|
|
filter: blur(0px);
|
||
|
|
transform: translateY(0);
|
||
|
|
}
|
||
|
|
}
|
||
|
|
|
||
|
|
@keyframes fadeOut {
|
||
|
|
0% {
|
||
|
|
opacity: 1;
|
||
|
|
filter: blur(0px);
|
||
|
|
transform: translateY(0);
|
||
|
|
}
|
||
|
|
100% {
|
||
|
|
opacity: 0;
|
||
|
|
transform: translateY(-12px);
|
||
|
|
filter: blur(2px);
|
||
|
|
}
|
||
|
|
}
|
||
|
|
|
||
|
|
@media (prefers-reduced-motion) {
|
||
|
|
[data-issues-count-exit],
|
||
|
|
[data-issues-count-enter],
|
||
|
|
[data-issues-count-plural] {
|
||
|
|
animation-duration: 0ms !important;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
`}),h[11]=i):i=h[11];let Q=k||O?nb.None:H;return h[12]!==q?(l={width:q},h[12]=q,h[13]=l):l=h[13],h[14]!==t||h[15]!==k||h[16]!==O||h[17]!==w||h[18]!==r||h[19]!==A||h[20]!==m.disableDevIndicator||h[21]!==x?(s=!m.disableDevIndicator&&(0,j.jsx)("button",{id:"next-logo",ref:x,"data-next-mark":!0,onClick:r,disabled:m.disableDevIndicator,"aria-haspopup":"menu","aria-expanded":w,"aria-controls":"nextjs-dev-tools-menu","aria-label":`${w?"Close":"Open"} Next.js Dev Tools`,"data-nextjs-dev-tools-button":!0,style:{display:!A||k||O?"flex":"none"},...t,children:(0,j.jsx)(nS,{})}),h[14]=t,h[15]=k,h[16]=O,h[17]=w,h[18]=r,h[19]=A,h[20]=m.disableDevIndicator,h[21]=x,h[22]=s):s=h[22],h[23]!==g||h[24]!==V||h[25]!==k||h[26]!==O||h[27]!==E||h[28]!==B||h[29]!==z||h[30]!==r||h[31]!==_||h[32]!==A||h[33]!==m.buildError||h[34]!==m.disableDevIndicator||h[35]!==m.isErrorOverlayOpen||h[36]!==v||h[37]!==x?(c=B&&(0,j.jsxs)(j.Fragment,{children:[(E||m.disableDevIndicator)&&(0,j.jsxs)("div",{"data-issues":!0,children:[(0,j.jsxs)("button",{"data-issues-open":!0,"aria-label":"Open issues overlay",onClick:()=>{m.isErrorOverlayOpen?g({type:G}):(g({type:X}),_(null))},children:[m.disableDevIndicator&&(0,j.jsx)("div",{"data-disabled-icon":!0,children:(0,j.jsx)(nm,{})}),(0,j.jsx)(nk,{animate:z,"data-issues-count-animation":!0,children:v},v)," ",(0,j.jsxs)("div",{children:["Issue",v>1&&(0,j.jsx)("span",{"aria-hidden":!0,"data-issues-count-plural":!0,"data-animate":z&&2===v,children:"s"})]})]}),!m.buildError&&(0,j.jsx)("button",{"data-issues-collapse":!0,"aria-label":"Collapse issues badge",onClick:()=>{m.disableDevIndicator?P(!0):T(!1),x.current?.focus()},children:(0,j.jsx)(nh,{"data-cross":!0})})]}),O&&!k&&!m.disableDevIndicator&&(0,j.jsx)(nj,{onTriggerClick:r,triggerRef:x}),A&&!k&&!O&&!m.disableDevIndicator&&(0,j.jsx)(nx,{status:V,onClick:r})]}),h[23]=g,h[24]=V,h[25]=k,h[26]=O,h[27]=E,h[28]=B,h[29]=z,h[30]=r,h[31]=_,h[32]=A,h[33]=m.buildError,h[34]=m.disableDevIndicator,h[35]=m.isErrorOverlayOpen,h[36]=v,h[37]=x,h[38]=c):c=h[38],h[39]!==s||h[40]!==c?(u=(0,j.jsxs)("div",{ref:D,children:[s,c]}),h[39]=s,h[40]=c,h[41]=u):u=h[41],h[42]!==k||h[43]!==O||h[44]!==B||h[45]!==z||h[46]!==u||h[47]!==Q||h[48]!==l?(d=(0,j.jsx)("div",{"data-next-badge":!0,"data-error":k,"data-error-expanded":B,"data-status":Q,"data-cache-bypassing":O,"data-animate":z,style:l,children:u}),h[42]=k,h[43]=O,h[44]=B,h[45]=z,h[46]=u,h[47]=Q,h[48]=l,h[49]=d):d=h[49],h[50]===Symbol.for("react.memo_cache_sentinel")?(f=(0,j.jsx)("div",{"aria-hidden":!0,"data-dot":!0}),h[50]=f):f=h[50],h[51]!==d||h[52]!==Y?(p=(0,j.jsxs)("div",{"data-next-badge-root":!0,style:Y,children:[i,d,f]}),h[51]=d,h[52]=Y,h[53]=p):p=h[53],p}function nk(e){let t,r,n,o,a,i,l=(0,S.c)(13);l[0]!==e?({children:t,animate:n,...r}=e,l[0]=e,l[1]=t,l[2]=r,l[3]=n):(t=l[1],r=l[2],n=l[3]);let s=void 0===n||n,c=t-1;return l[4]!==c?(o=(0,j.jsx)("div",{"aria-hidden":!0,"data-issues-count-exit":!0,children:c}),l[4]=c,l[5]=o):o=l[5],l[6]!==t?(a=(0,j.jsx)("div",{"data-issues-count":!0,"data-issues-count-enter":!0,children:t}),l[6]=t,l[7]=a):a=l[7],l[8]!==s||l[9]!==r||l[10]!==o||l[11]!==a?(i=(0,j.jsxs)("div",{...r,"data-animate":s,children:[o,a]}),l[8]=s,l[9]=r,l[10]=o,l[11]=a,l[12]=i):i=l[12],i}function nj(e){let t,r,n,o,a,i=(0,S.c)(10),{onTriggerClick:l,triggerRef:s}=e,[c,u]=(0,C.useState)(!1);return c?null:(i[0]!==l?(t=(0,j.jsx)("button",{"data-issues-open":!0,"data-nextjs-dev-tools-button":!0,"aria-label":"Open Next.js Dev Tools",onClick:l,children:"Cache disabled"}),i[0]=l,i[1]=t):t=i[1],i[2]!==s?(r=()=>{u(!0),s.current?.focus()},i[2]=s,i[3]=r):r=i[3],i[4]===Symbol.for("react.memo_cache_sentinel")?(n=(0,j.jsx)(nh,{"data-cross":!0}),i[4]=n):n=i[4],i[5]!==r?(o=(0,j.jsx)("button",{"data-issues-collapse":!0,"aria-label":"Collapse cache bypass badge",onClick:r,children:n}),i[5]=r,i[6]=o):o=i[6],i[7]!==t||i[8]!==o?(a=(0,j.jsxs)("div",{"data-issues":!0,"data-cache-bypass-badge":!0,children:[t,o]}),i[7]=t,i[8]=o,i[9]=a):a=i[9],a)}function nS(){let e,t,r,n,o=(0,S.c)(4);return o[0]===Symbol.for("react.memo_cache_sentinel")?(e=(0,j.jsxs)("g",{transf
|
||
|
|
0% 0%,
|
||
|
|
100% 0%,
|
||
|
|
100% 100%,
|
||
|
|
0% 100%,
|
||
|
|
0% 0%,
|
||
|
|
${e.left}px ${e.top}px,
|
||
|
|
${e.left}px ${e.bottom}px,
|
||
|
|
${e.right}px ${e.bottom}px,
|
||
|
|
${e.right}px ${e.top}px,
|
||
|
|
${e.left}px ${e.top}px
|
||
|
|
)`}return(0,j.jsx)("div",{ref:t,role:"presentation","data-base-ui-inert":"",...o,style:{position:"fixed",inset:0,userSelect:"none",WebkitUserSelect:"none",clipPath:r}})}),sD=C.forwardRef(function(e,t){var r;let n,o,a,i,{anchor:l,positionMethod:s="absolute",className:c,render:u,side:d,align:f,sideOffset:p=0,alignOffset:h=0,collisionBoundary:m="clipping-ancestors",collisionPadding:g=5,arrowPadding:v=5,sticky:y=!1,trackAnchor:b=!0,collisionAvoidance:x=aq,..._}=e,{open:w,setOpen:k,floatingRootContext:S,setPositionerElement:E,itemDomElements:T,itemLabels:N,mounted:L,modal:I,lastOpenChangeReason:P,parent:z,setHoverEnabled:R,triggerElement:O}=iT(),M=function(){let e=C.useContext(l6);if(void 0===e)throw Error("Base UI: <Menu.Portal> is missing.");return e}(),A=(n=oT(),o=C.useContext(oP),i=a=oz(),oL(()=>{if(!n)return;let e={id:n,parentId:i};return o?.addNode(e),()=>{o?.removeNode(e)}},[o,n,i]),n),D=oz(),Z=iH(!0),F=l,U=p,$=h,H=f;"context-menu"===z.type&&(F=z.context?.anchor??l,H=e.align??"start",$=e.alignOffset??2,U=e.sideOffset??-5);let V=d,B=H;"menu"===z.type?(V=V??"inline-end",B=B??"start"):"menubar"===z.type&&(V=V??"bottom",B=B??"start");let q="context-menu"===z.type,W=sI({anchor:F,floatingRootContext:S,positionMethod:Z?"fixed":s,mounted:L,side:V,sideOffset:U,align:B,alignOffset:$,arrowPadding:q?0:v,collisionBoundary:m,collisionPadding:g,sticky:y,nodeId:A,keepMounted:M,trackAnchor:b,collisionAvoidance:x,shiftCrossAxis:q}),{events:K}=C.useContext(oP),Y=C.useMemo(()=>{let e={};return w||(e.pointerEvents="none"),{role:"presentation",hidden:!L,style:{...W.positionerStyles,...e}}},[w,L,W.positionerStyles]);C.useEffect(()=>{function e(e){e.open?(e.parentNodeId===A&&R(!1),e.nodeId!==A&&e.parentNodeId===D&&k(!1,void 0,"sibling-open")):e.parentNodeId===A&&R(!0)}return K.on("openchange",e),()=>{K.off("openchange",e)}},[K,A,D,k,R]),C.useEffect(()=>{K.emit("openchange",{open:w,nodeId:A,parentNodeId:D})},[K,w,A,D]);let X=C.useMemo(()=>({open:w,side:W.side,align:W.align,anchorHidden:W.anchorHidden,nested:"menu"===z.type}),[w,W.side,W.align,W.anchorHidden,z.type]),G=C.useMemo(()=>({side:W.side,align:W.align,arrowRef:W.arrowRef,arrowUncentered:W.arrowUncentered,arrowStyles:W.arrowStyles,floatingContext:W.context}),[W.side,W.align,W.arrowRef,W.arrowUncentered,W.arrowStyles,W.context]),Q=lu("div",e,{state:X,customStyleHookMapping:ls,ref:[t,E],props:{...Y,..._}}),J=L&&"menu"!==z.type&&("menubar"!==z.type&&I&&"trigger-hover"!==P||"menubar"===z.type&&z.context.modal),ee=null;return"menubar"===z.type?ee=z.context.contentElement:void 0===z.type&&(ee=O),(0,j.jsxs)(l8.Provider,{value:G,children:[J&&(0,j.jsx)(sA,{ref:"context-menu"===z.type||"nested-context-menu"===z.type?z.context.internalBackdropRef:null,inert:(r=!w,lc>=19?r:r?"true":void 0),cutout:ee}),(0,j.jsx)(oR,{id:A,children:(0,j.jsx)(sz,{elementsRef:T,labelsRef:N,children:Q})})]})}),sZ={inert:new WeakMap,"aria-hidden":new WeakMap,none:new WeakMap};function sF(e){return"inert"===e?sZ.inert:"aria-hidden"===e?sZ["aria-hidden"]:sZ.none}let sU=new WeakSet,s$={},sH=0,sV=e=>e&&(e.host||sV(e.parentNode)),sB=[];function sq(){sB=sB.filter(e=>e.isConnected)}function sW(){return sq(),sB[sB.length-1]}function sK(e,t){if(!t.current.includes("floating")&&!e.getAttribute("role")?.includes("dialog"))return;let r=lY(),n=lW(e,r).filter(e=>{let t=e.getAttribute("data-tabindex")||"";return lK(e,r)||e.hasAttribute("data-tabindex")&&!t.startsWith("-")}),o=e.getAttribute("tabindex");t.current.includes("floating")||0===n.length?"0"!==o&&e.setAttribute("tabindex","0"):("-1"!==o||e.hasAttribute("data-tabindex")&&"-1"!==e.getAttribute("data-tabindex"))&&(e.setAttribute("tabindex","-1"),e.setAttribute("data-tabindex","-1"))}function sY(e){let{context:t,children:r,disabled:n=!1,order:o=["content"],initialFocus:a=0,returnFocus:i=!0,restoreFocus:l=!1,modal:s=!0,closeOnFocusOut:c=!0,getInsideElements:u=()=>[]}=e,{open:d,onOpenChange:f,events:p,dataRef:h,elements:{domReference:m,floating:g}}=t,v=o_(()=>h.current.floatingContext?.nodeId),y=o_(u),b="number"==typeof a&&a<0,x=aE(m)&&b,_=o8(o),w=o8(a),k=o8(i),S=C.useContext(oP
|
||
|
|
.dev-tools-info-close-button:focus-visible {
|
||
|
|
outline: var(--focus-ring);
|
||
|
|
}
|
||
|
|
`}),f[12]=u):u=f[12],f[13]!==h||f[14]!==m||f[15]!==a||f[16]!==c?(d=(0,j.jsxs)("div",{style:n,ref:m,children:[a,h,c,u]}),f[13]=h,f[14]=m,f[15]=a,f[16]=c,f[17]=d):d=f[17],d}function cU(e){let t,r,n,o=(0,S.c)(4),{size:a}=e,i=void 0===a?22:a;return o[0]===Symbol.for("react.memo_cache_sentinel")?(t=(0,j.jsx)("path",{d:"M18 6 6 18"}),r=(0,j.jsx)("path",{d:"m6 6 12 12"}),o[0]=t,o[1]=r):(t=o[0],r=o[1]),o[2]!==i?(n=(0,j.jsxs)("svg",{xmlns:"http://www.w3.org/2000/svg",width:i,height:i,viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round",children:[t,r]}),o[2]=i,o[3]=n):n=o[3],n}function c$(){let e,t=(0,S.c)(1);return t[0]===Symbol.for("react.memo_cache_sentinel")?(e=(0,j.jsx)("svg",{xmlns:"http://www.w3.org/2000/svg",width:"16",height:"16",viewBox:"0 0 20 20",fill:"none",children:(0,j.jsx)("path",{fill:"currentColor",fillRule:"evenodd",d:"m9.7 3.736.045-.236h.51l.044.236a2.024 2.024 0 0 0 1.334 1.536c.19.066.375.143.554.23.618.301 1.398.29 2.03-.143l.199-.136.36.361-.135.199a2.024 2.024 0 0 0-.143 2.03c.087.179.164.364.23.554.224.65.783 1.192 1.536 1.334l.236.044v.51l-.236.044a2.024 2.024 0 0 0-1.536 1.334 4.95 4.95 0 0 1-.23.554 2.024 2.024 0 0 0 .143 2.03l.136.199-.361.36-.199-.135a2.024 2.024 0 0 0-2.03-.143c-.179.087-.364.164-.554.23a2.024 2.024 0 0 0-1.334 1.536l-.044.236h-.51l-.044-.236a2.024 2.024 0 0 0-1.334-1.536 4.952 4.952 0 0 1-.554-.23 2.024 2.024 0 0 0-2.03.143l-.199.136-.36-.361.135-.199a2.024 2.024 0 0 0 .143-2.03 4.958 4.958 0 0 1-.23-.554 2.024 2.024 0 0 0-1.536-1.334l-.236-.044v-.51l.236-.044a2.024 2.024 0 0 0 1.536-1.334 4.96 4.96 0 0 1 .23-.554 2.024 2.024 0 0 0-.143-2.03l-.136-.199.361-.36.199.135a2.024 2.024 0 0 0 2.03.143c.179-.087.364-.164.554-.23a2.024 2.024 0 0 0 1.334-1.536ZM8.5 2h3l.274 1.46c.034.185.17.333.348.394.248.086.49.186.722.3.17.082.37.074.526-.033l1.226-.839 2.122 2.122-.84 1.226a.524.524 0 0 0-.032.526c.114.233.214.474.3.722.061.177.21.314.394.348L18 8.5v3l-1.46.274a.524.524 0 0 0-.394.348 6.47 6.47 0 0 1-.3.722.524.524 0 0 0 .033.526l.839 1.226-2.122 2.122-1.226-.84a.524.524 0 0 0-.526-.032 6.477 6.477 0 0 1-.722.3.524.524 0 0 0-.348.394L11.5 18h-3l-.274-1.46a.524.524 0 0 0-.348-.394 6.477 6.477 0 0 1-.722-.3.524.524 0 0 0-.526.033l-1.226.839-2.122-2.122.84-1.226a.524.524 0 0 0 .032-.526 6.453 6.453 0 0 1-.3-.722.524.524 0 0 0-.394-.348L2 11.5v-3l1.46-.274a.524.524 0 0 0 .394-.348c.086-.248.186-.49.3-.722a.524.524 0 0 0-.033-.526l-.839-1.226 2.122-2.122 1.226.84a.524.524 0 0 0 .526.032 6.46 6.46 0 0 1 .722-.3.524.524 0 0 0 .348-.394L8.5 2Zm3 8a1.5 1.5 0 1 1-3 0 1.5 1.5 0 0 1 3 0Zm1.5 0a3 3 0 1 1-6 0 3 3 0 0 1 6 0Z",clipRule:"evenodd"})}),t[0]=e):e=t[0],e}function cH(){let e,t=(0,S.c)(1);return t[0]===Symbol.for("react.memo_cache_sentinel")?(e=(0,j.jsx)("svg",{width:"20px",height:"20px",viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:(0,j.jsx)("circle",{cx:"10",cy:"10",r:"7",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeDasharray:"32 12",opacity:"0.8",children:(0,j.jsx)("animateTransform",{attributeName:"transform",type:"rotate",from:"0 10 10",to:"360 10 10",dur:"1s",repeatCount:"indefinite"})})}),t[0]=e):e=t[0],e}var cV=__webpack_require__("../../node_modules/.pnpm/css-loader@7.1.2_@rspack+core@1.6.7_@swc+helpers@0.5.15__webpack@5.98.0_@swc+core@1.11.24_@sw_bx7gx6l2cs2trwgqreijicltyy/node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[3].use[1]!./src/next-devtools/dev-overlay/components/instant-navs/instant-navs-panel.css"),cB={};cB.styleTagTransform=b(),cB.setAttributes=m(),cB.insert=p(),cB.domAPI=d(),cB.insertStyleElement=v(),c()(cV.A,cB),cV.A&&cV.A.locals&&cV.A.locals;let cq="next-instant-navigation-testing";function cW(){let e,t,r,n,o,a,i,l,s,c,u=(0,S.c)(60),{state:d,dispatch:f}=us(),p=function(){let e,t=(0,S.c)(2),r=(0,C.useSyncExternalStore)(M,O);r:{let n;if(!r){e=null;break r}t[0]!==r?(n=z(r),t[0]=r,t[1]=n):n=t[1],e=n}return e}(),[h,m]=(0,C.useState)(!1);h&&null!==p&&("spa"===p.state||"mpa"===p.state)&&m(!1),u[0]!==f?(e=()=>()=>{"undefined"!=typeof cookieStore&&cooki
|
||
|
|
//# sourceMappingURL=index.js.map
|