next
Version:
The React Framework
2,049 lines (1,776 loc) • 863 kB
JavaScript
var __webpack_modules__={"../../node_modules/.pnpm/css-loader@7.1.2_@rspack+core@1.6.7_patch_hash=4cf28ea116b0e27c7c80b09035905f9d16a7b18d_53af518c711840c14a35db06bfca95b1/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:()=>s});var n=r("../../node_modules/.pnpm/css-loader@7.1.2_@rspack+core@1.6.7_patch_hash=4cf28ea116b0e27c7c80b09035905f9d16a7b18d_53af518c711840c14a35db06bfca95b1/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_patch_hash=4cf28ea116b0e27c7c80b09035905f9d16a7b18d_53af518c711840c14a35db06bfca95b1/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-counts {
display: inline-flex;
align-items: center;
gap: 6px;
}
.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);
}
&[data-has-issues='true'][data-variant='insight'] {
--color-primary: var(--color-amber-800);
--color-secondary: var(--color-amber-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 s=i},"../../node_modules/.pnpm/css-loader@7.1.2_@rspack+core@1.6.7_patch_hash=4cf28ea116b0e27c7c80b09035905f9d16a7b18d_53af518c711840c14a35db06bfca95b1/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:()=>s});var n=r("../../node_modules/.pnpm/css-loader@7.1.2_@rspack+core@1.6.7_patch_hash=4cf28ea116b0e27c7c80b09035905f9d16a7b18d_53af518c711840c14a35db06bfca95b1/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_patch_hash=4cf28ea116b0e27c7c80b09035905f9d16a7b18d_53af518c711840c14a35db06bfca95b1/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 s=i},"../../node_modules/.pnpm/css-loader@7.1.2_@rspack+core@1.6.7_patch_hash=4cf28ea116b0e27c7c80b09035905f9d16a7b18d_53af518c711840c14a35db06bfca95b1/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:()=>s});var n=r("../../node_modules/.pnpm/css-loader@7.1.2_@rspack+core@1.6.7_patch_hash=4cf28ea116b0e27c7c80b09035905f9d16a7b18d_53af518c711840c14a35db06bfca95b1/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_patch_hash=4cf28ea116b0e27c7c80b09035905f9d16a7b18d_53af518c711840c14a35db06bfca95b1/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: auto;
}
.instant-nav-content {
overflow: hidden;
}
.instant-nav-content-container {
position: relative;
overflow: hidden;
}
.instant-nav-transition-layer {
position: absolute;
inset: 0;
opacity: var(--instant-nav-layer-opacity, 0);
pointer-events: none;
transition: opacity var(--instant-nav-layer-transition-duration, 100ms)
cubic-bezier(0.25, 0.8, 0.5, 1)
var(--instant-nav-layer-transition-delay, 0ms);
}
.instant-nav-transition-layer.is-visible {
z-index: 1;
pointer-events: auto;
}
.instant-nav-transition-layer--no-enter {
transition: none;
}
.instant-nav-state--pending {
display: flex;
flex-direction: column;
}
.instant-nav-state-details {
padding: 16px 20px 0;
}
.instant-nav-state-title {
margin: 0;
font-size: var(--size-14);
font-weight: 600;
line-height: 21px;
color: var(--color-gray-1000);
display: flex;
align-items: center;
gap: 8px;
}
.instant-nav-state-title-type {
color: var(--color-gray-900);
font-size: var(--size-11);
font-weight: 500;
background-color: var(--color-gray-100);
padding: 4px 5px;
line-height: 1;
border-radius: 4px;
margin-left: 2px;
}
.instant-nav-state-description {
margin-top: 4px;
font-size: var(--size-14);
color: var(--color-gray-800);
}
.instant-nav-waiting-status {
display: flex;
align-items: center;
gap: 12px;
width: 100%;
height: 42px;
padding: 0 20px;
background: var(--color-blue-100);
box-sizing: border-box;
}
@media (prefers-color-scheme: dark) {
:host(:not(.light)) {
.instant-nav-waiting-status {
background: var(--color-blue-300);
}
}
}
.instant-nav-waiting-status-dot {
position: relative;
flex: 0 0 auto;
width: 16px;
height: 16px;
border-radius: 50%;
background: #b8cffb;
}
@media (prefers-color-scheme: dark) {
:host(:not(.light)) {
.instant-nav-waiting-status-dot {
background: #25548f;
}
}
}
.instant-nav-waiting-status-dot::after {
content: '';
position: absolute;
top: 4px;
left: 4px;
width: 8px;
height: 8px;
border-radius: 50%;
background: var(--color-blue-700);
}
@media (prefers-color-scheme: dark) {
:host(:not(.light)) {
.instant-nav-waiting-status-dot::after {
background: #468be2;
}
}
}
.instant-nav-waiting-status-title {
margin: 0;
color: var(--color-gray-1000);
font-size: var(--size-13);
font-weight: 400;
line-height: 1;
}
.instant-nav-waiting-description {
margin: 16px 0 0;
padding: 0 20px;
color: var(--color-gray-1000);
font-size: var(--size-14);
line-height: 21px;
}
.instant-nav-state-url-list {
display: flex;
flex-direction: column;
gap: 6px;
margin-top: 21px;
}
.instant-nav-url-row {
display: flex;
flex-direction: column;
margin-top: 21px;
min-width: 0;
font-size: var(--size-14);
line-height: 21px;
color: var(--color-gray-1000);
}
.instant-nav-state-url-list .instant-nav-url-row {
margin-top: 0;
}
.instant-nav-url-label {
flex: 0 0 auto;
text-transform: uppercase;
font-size: var(--size-10);
color: var(--color-gray-700);
font-weight: 600;
letter-spacing: 5%;
line-height: 12px;
}
.instant-nav-url-value {
min-width: 0;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
/* font-family: monospace; */
font-weight: 500;
font-size: var(--size-12);
/* line-height: 1; */
}
.instant-nav-debugger-paused {
display: flex;
align-items: center;
gap: 12px;
width: 100%;
height: 42px;
padding: 0 20px;
border: 0;
background: #fef4ab;
color: var(--color-gray-1000);
font-size: var(--size-13);
font-weight: 400;
line-height: 1;
}
@media (prefers-color-scheme: dark) {
:host(:not(.light)) {
.instant-nav-debugger-paused {
color: #171717;
background-color: #e7c755;
}
}
}
.instant-nav-debugger-paused-button {
margin-left: auto;
font-size: var(--size-12);
font-weight: 500;
color: var(--color-gray-1000);
padding: 7px 12px 7px 14px;
border-radius: 9999px;
background-color: white;
border: 1px solid var(--color-gray-alpha-300);
display: inline-flex;
gap: 8px;
align-items: center;
}
@media (prefers-color-scheme: dark) {
:host(:not(.light)) {
.instant-nav-debugger-paused-button {
background-color: #000000;
}
.instant-nav-debugger-paused-button:hover {
background-color: #2e2e2e;
}
}
}
.instant-nav-debugger-paused-button:hover {
background: #fafafa;
}
.instant-nav-debugger-paused-button:focus-visible {
outline: var(--focus-ring);
outline-offset: 2px;
}
.instant-nav-debugger-paused-button svg {
flex: 0 0 auto;
}
.instant-nav-debugger-paused-button span {
flex: 1;
text-align: left;
}
.instant-nav-pause-control {
display: flex;
align-items: center;
gap: 16px;
padding: 18px 20px;
border-top: 1px solid var(--color-gray-400);
margin-top: -1px;
}
.instant-nav-pause-copy {
flex: 1;
min-width: 0;
}
.instant-nav-pause-copy label {
margin: 0;
color: var(--color-gray-1000);
font-size: var(--size-14);
font-weight: 500;
line-height: 21px;
}
.instant-nav-pause-copy p {
margin: 0px;
color: var(--color-gray-900);
font-size: var(--size-14);
line-height: 21px;
}
.instant-nav-pause-toggle {
position: relative;
flex: 0 0 auto;
width: 36px;
height: 20px;
padding: 0;
border: 0;
border-radius: 9999px;
background: var(--color-gray-300);
box-shadow: inset 0 0 0 1px var(--color-gray-alpha-300);
cursor: pointer;
transition:
background-color 150ms var(--timing-swift),
box-shadow 150ms var(--timing-swift);
}
.instant-nav-pause-toggle[aria-checked='true'] {
background: var(--color-blue-700);
box-shadow: inset 0 0 0 1px var(--color-blue-700);
}
.instant-nav-pause-toggle:focus-visible {
outline: var(--focus-ring);
outline-offset: 2px;
}
.instant-nav-pause-toggle-thumb {
position: absolute;
top: 2px;
left: 2px;
width: 16px;
height: 16px;
border-radius: 50%;
background: var(--color-background-100);
box-shadow: 0 1px 2px var(--color-gray-alpha-400);
transition: transform 150ms var(--timing-swift);
}
.instant-nav-pause-toggle[aria-checked='true'] .instant-nav-pause-toggle-thumb {
transform: translateX(16px);
}
`,""]);let s=i},"../../node_modules/.pnpm/css-loader@7.1.2_@rspack+core@1.6.7_patch_hash=4cf28ea116b0e27c7c80b09035905f9d16a7b18d_53af518c711840c14a35db06bfca95b1/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:()=>s});var n=r("../../node_modules/.pnpm/css-loader@7.1.2_@rspack+core@1.6.7_patch_hash=4cf28ea116b0e27c7c80b09035905f9d16a7b18d_53af518c711840c14a35db06bfca95b1/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_patch_hash=4cf28ea116b0e27c7c80b09035905f9d16a7b18d_53af518c711840c14a35db06bfca95b1/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 s=i},"../../node_modules/.pnpm/css-loader@7.1.2_@rspack+core@1.6.7_patch_hash=4cf28ea116b0e27c7c80b09035905f9d16a7b18d_53af518c711840c14a35db06bfca95b1/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:()=>s});var n=r("../../node_modules/.pnpm/css-loader@7.1.2_@rspack+core@1.6.7_patch_hash=4cf28ea116b0e27c7c80b09035905f9d16a7b18d_53af518c711840c14a35db06bfca95b1/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_patch_hash=4cf28ea116b0e27c7c80b09035905f9d16a7b18d_53af518c711840c14a35db06bfca95b1/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);
cursor: pointer;
text-align: center;
}
.segment-explorer-file-label:focus-visible {
outline: var(--focus-ring);
outline-offset: 2px;
}
.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;
}
.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 s=i},"../../node_modules/.pnpm/css-loader@7.1.2_@rspack+core@1.6.7_patch_hash=4cf28ea116b0e27c7c80b09035905f9d16a7b18d_53af518c711840c14a35db06bfca95b1/node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[3].use[1]!./src/next-devtools/dev-overlay/components/request-insights/request-insights-panel.css"(e,t,r){"use strict";r.d(t,{A:()=>s});var n=r("../../node_modules/.pnpm/css-loader@7.1.2_@rspack+core@1.6.7_patch_hash=4cf28ea116b0e27c7c80b09035905f9d16a7b18d_53af518c711840c14a35db06bfca95b1/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_patch_hash=4cf28ea116b0e27c7c80b09035905f9d16a7b18d_53af518c711840c14a35db06bfca95b1/node_modules/css-loader/dist/runtime/api.js"),i=r.n(a)()(o());i.push([e.id,`.request-insights-panel {
display: grid;
grid-template-columns: minmax(210px, 320px) minmax(420px, 1fr);
height: 100%;
min-height: 0;
color: var(--color-gray-1000);
}
.request-insights-empty {
padding: 16px 20px;
color: var(--color-gray-900);
font-size: var(--size-14);
}
.request-insights-list-empty {
padding: 16px 20px;
color: var(--color-gray-900);
font-size: var(--size-12);
line-height: 1.5;
}
.request-insights-list {
border-right: 1px solid var(--color-gray-400);
overflow: auto;
min-width: 0;
}
.request-insights-list-toolbar {
position: sticky;
top: 0;
z-index: 1;
display: flex;
align-items: center;
justify-content: space-between;
gap: 8px;
min-height: 36px;
padding: 4px 10px;
border-bottom: 1px solid var(--color-gray-400);
background: var(--color-background-100);
font-size: var(--size-12);
}
.request-insights-settings {
position: relative;
display: inline-flex;
align-items: center;
gap: 6px;
}
.request-insights-settings-dot {
display: inline-block;
width: 6px;
height: 6px;
border-radius: 999px;
background: var(--color-red-800);
}
.request-insights-settings-trigger {
display: inline-flex;
width: 24px;
height: 24px;
align-items: center;
justify-content: center;
border: 0;
border-radius: 4px;
background: transparent;
color: var(--color-gray-900);
cursor: pointer;
}
.request-insights-settings-trigger:hover,
.request-insights-settings-trigger[aria-expanded='true'] {
background: var(--color-gray-300);
color: var(--color-gray-1000);
}
.request-insights-settings-positioner {
z-index: var(--top-z-index);
}
.request-insights-settings-menu {
min-width: 160px;
border: 1px solid var(--color-gray-400);
border-radius: 8px;
background: var(--color-background-100);
box-shadow: 0px 4px 8px -4px
color-mix(in srgb, var(--color-gray-900) 4%, transparent);
padding: 4px;
user-select: none;
}
.request-insights-settings-item {
display: flex;
align-items: center;
gap: 6px;
border-radius: 6px;
padding: 6px 8px;
cursor: pointer;
font-size: var(--size-12);
color: var(--color-gray-1000);
}
.request-insights-settings-item[data-highlighted] {
background: var(--color-gray-200);
}
.request-insights-settings-checkbox {
display: inline-flex;
width: 14px;
height: 14px;
flex-shrink: 0;
align-items: center;
justify-content: center;
border: 1px solid var(--color-gray-500);
border-radius: 4px;
background: var(--color-background-100);
color: var(--color-background-100);
}
.request-insights-settings-checkbox[data-checked] {
border-color: var(--color-gray-1000);
background: var(--color-gray-1000);
}
.request-insights-row {
display: grid;
grid-template-columns: 8px minmax(0, 1fr) auto;
grid-template-rows: auto auto;
align-items: center;
column-gap: 8px;
row-gap: 2px;
width: 100%;
min-height: 44px;
padding: 7px 10px;
border: 0;
border-bottom: 1px solid var(--color-gray-400);
background: transparent;
color: inherit;
cursor: pointer;
text-align: left;
}
.request-insights-row:hover,
.request-insights-row[data-selected='true'] {
background: var(--color-gray-100);
}
.request-insights-row[data-selected='true'] {
box-shadow: inset 2px 0 0 var(--color-blue-800);
}
.request-insights-status {
grid-row: 1 / span 2;
width: 7px;
height: 7px;
border-radius: 999px;
background: var(--color-gray-700);
}
.request-insights-status[data-status='ok'] {
background: var(--color-green-800);
}
.request-insights-status[data-status='error'] {
background: var(--color-red-800);
}
.request-insights-route {
display: flex;
align-items: center;
gap: 6px;
min-width: 0;
font-size: var(--size-13);
font-weight: 500;
}
.request-insights-route-label {
min-width: 0;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
.request-insights-row[data-internal='true'] .request-insights-route-label {
color: var(--color-gray-900);
font-weight: 400;
}
.request-insights-row[data-nested='true'] .request-insights-route {
padding-left: 18px;
}
.request-insights-nested-arrow {
flex-shrink: 0;
color: var(--color-gray-700);
}
.request-insights-internal-badge {
flex-shrink: 0;
margin-right: 6px;
border: 1px solid var(--color-gray-500);
border-radius: 999px;
padding: 1px 6px;
color: var(--color-gray-800);
font-size: var(--size-10);
font-weight: 500;
letter-spacing: 0.02em;
text-transform: uppercase;
}
.request-insights-page-load {
flex-shrink: 0;
border-radius: 999px;
padding: 1px 5px;
background: var(--color-blue-100);
color: var(--color-blue-900);
font-size: var(--size-10);
font-weight: 600;
line-height: 16px;
white-space: nowrap;
}
.request-insights-item-context {
min-width: 0;
overflow: hidden;
color: var(--color-gray-900);
font-size: var(--size-11);
font-weight: 400;
text-overflow: ellipsis;
white-space: nowrap;
}
.request-insights-duration,
.request-insights-meta {
color: var(--color-gray-900);
font-size: var(--size-12);
white-space: nowrap;
}
.request-insights-duration {
justify-self: end;
color: var(--color-gray-1000);
font-family: var(--font-mono);
text-align: right;
}
.request-insights-fetch-summary {
justify-self: end;
text-align: right;
}
.request-insights-details {
display: flex;
flex-direction: column;
min-width: 0;
min-height: 0;
overflow: auto;
}
.request-insights-summary {
display: flex;
justify-content: space-between;
gap: 16px;
padding: 12px 16px;
border-bottom: 1px solid var(--color-gray-400);
}
.request-insights-heading {
min-width: 0;
}
.request-insights-title-row {
display: flex;
align-items: center;
gap: 8px;
min-width: 0;
}
.request-insights-title {
min-width: 0;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
font-size: var(--size-15);
font-weight: 600;
}
.request-insights-copy {
flex-shrink: 0;
}
.request-insights-total {
flex-shrink: 0;
color: var(--color-gray-1000);
font-family: var(--font-mono);
font-size: var(--size-13);
}
.request-insights-overview {
display: flex;
flex-wrap: wrap;
gap: 6px;
padding: 8px 16px;
border-bottom: 1px solid var(--color-gray-400);
}
.request-insights-overview span {
min-width: 0;
border: 1px solid var(--color-gray-400);
border-radius: 4px;
padding: 2px 6px;
color: var(--color-gray-900);
font-size: var(--size-12);
white-space: nowrap;
}
.request-insights-error {
padding: 8px 16px;
border-bottom: 1px solid var(--color-gray-400);
color: var(--color-red-900);
font-size: var(--size-13);
}
.request-insights-diagnosis {
padding: 10px 16px;
border-bottom: 1px solid var(--color-gray-400);
color: var(--color-gray-1000);
font-size: var(--size-13);
}
.request-insights-section {
padding: 10px 16px;
border-bottom: 1px solid var(--color-gray-400);
}
.request-insights-section-heading {
display: flex;
align-items: center;
justify-content: space-between;
gap: 12px;
margin-bottom: 8px;
}
.request-insights-section-title {
margin-bottom: 8px;
color: var(--color-gray-900);
font-size: var(--size-12);
font-weight: 600;
text-transform: uppercase;
}
.request-insights-section-heading .request-insights-section-title {
margin-bottom: 0;
}
.request-insights-section-note {
color: var(--color-gray-800);
font-size: var(--size-11);
}
.request-insights-muted {
color: var(--color-gray-900);
font-size: var(--size-13);
}
.request-insights-trace-viewport {
overflow-x: auto;
}
.request-insights-trace {
min-width: 560px;
}
.request-insights-trace-header,
.request-insights-span-row {
display: grid;
grid-template-columns: minmax(180px, 320px) minmax(240px, 1fr) 64px;
align-items: center;
gap: 10px;
}
.request-insights-trace-header {
min-height: 24px;
border-bottom: 1px solid var(--color-gray-400);
color: var(--color-gray-800);
font-size: var(--size-11);
font-weight: 600;
text-transform: uppercase;
}
.request-insights-trace-axis {
position: relative;
align-self: stretch;
font-family: var(--font-mono);
font-weight: 400;
text-transform: none;
}
.request-insights-trace-tick {
position: absolute;
top: 3px;
transform: translateX(-50%);
white-space: nowrap;
}
.request-insights-trace-tick::after {
position: absolute;
top: 14px;
left: 50%;
width: 1px;
height: 4px;
background: var(--color-gray-500);
content: '';
}
.request-insights-trace-tick[data-edge='start'] {
transform: none;
}
.request-insights-trace-tick[data-edge='start']::after {
left: 0;
}
.request-insights-trace-tick[data-edge='end'] {
transform: translateX(-100%);
}
.request-insights-trace-tick[data-edge='end']::after {
right: 0;
left: auto;
}
.request-insights-trace-duration-heading {
text-align: right;
}
.request-insights-trace-rows {
display: flex;
flex-direction: column;
}
.request-insights-span-row {
min-height: 28px;
border-bottom: 1px solid var(--color-gray-300);
}
.request-insights-span-row:last-child {
border-bottom: 0;
}
.request-insights-span-name {
min-width: 0;
overflow: hidden;
color: var(--color-gray-900);
font-size: var(--size-12);
}
.request-insights-span-label {
display: flex;
align-items: center;
gap: 6px;
min-width: 0;
}
.request-insights-span-label > span:last-child,
.request-insights-fetch-url > span:first-child {
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
.request-insights-span-marker {
width: 6px;
height: 6px;
flex: 0 0 auto;
border-radius: 999px;
background: var(--color-blue-800);
}
.request-insights-span-marker[data-kind='fetch'] {
background: var(--color-purple-700);
}
.request-insights-span-row .request-insights-span-marker[data-status='error'] {
background: var(--color-red-800);
}
.request-insights-fetch-host,
.request-insights-cache-reason {
min-width: 0;
overflow: hidden;
color: var(--color-gray-800);
text-overflow: ellipsis;
white-space: nowrap;
}
.request-insights-span-duration {
color: var(--color-gray-900);
font-family: var(--font-mono);
font-size: var(--size-12);
text-align: right;
white-space: nowrap;
}
.request-insights-span-track {
position: relative;
height: 8px;
border-radius: 999px;
}
.request-insights-span-bar {
position: absolute;
top: 0;
bottom: 0;
min-width: 2px;
border-radius: 999px;
background: var(--color-blue-800);
}
.request-insights-span-row[data-kind='fetch'] .request-insights-span-bar {
background: var(--color-purple-700);
}
.request-insights-span-row .request-insights-span-bar[data-status='error'] {
background: var(--color-red-800);
}
.request-insights-fetch-table {
display: flex;
flex-direction: column;
border-top: 1px solid var(--color-gray-400);
}
.request-insights-fetch {
display: grid;
grid-template-columns: 46px minmax(0, 1fr) 58px 42px 58px minmax(92px, 160px);
gap: 8px;
min-height: 28px;
align-items: center;
border-bottom: 1px solid var(--color-gray-400);
color: var(--color-gray-900);
font-family: var(--font-mono);
font-size: var(--size-12);
}
.request-insights-fetch-header {
min-height: 24px;
color: var(--color-gray-800);
font-family: inherit;
font-size: var(--size-11);
font-weight: 600;
text-transform: uppercase;
}
.request-insights-method {
color: var(--color-gray-1000);
}
.request-insights-fetch-url {
display: flex;
min-width: 0;
overflow: hidden;
gap: 8px;
}
@media (max-width: 900px) {
.request-insights-summary {
align-items: flex-start;
}
.request-insights-title-row {
flex-wrap: wrap;
}
}
@media (max-width: 700px) {
.request-insights-panel {
grid-template-columns: 1fr;
}
.request-insights-list {
max-height: 180px;
border-right: 0;
border-bottom: 1px solid var(--color-gray-400);
}
.request-insights-fetch {
grid-template-columns: 44px minmax(0, 1fr) 56px;
}
.request-insights-fetch > span:nth-child(n + 4) {
display: none;
}
}
`,""]);let s=i},"../../node_modules/.pnpm/css-loader@7.1.2_@rspack+core@1.6.7_patch_hash=4cf28ea116b0e27c7c80b09035905f9d16a7b18d_53af518c711840c14a35db06bfca95b1/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:()=>s});var n=r("../../node_modules/.pnpm/css-loader@7.1.2_@rspack+core@1.6.7_patch_hash=4cf28ea116b0e27c7c80b09035905f9d16a7b18d_53af518c711840c14a35db06bfca95b1/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_patch_hash=4cf28ea116b0e27c7c80b09035905f9d16a7b18d_53af518c711840c14a35db06bfca95b1/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 s=i},"../../node_modules/.pnpm/css-loader@7.1.2_@rspack+core@1.6.7_patch_hash=4cf28ea116b0e27c7c80b09035905f9d16a7b18d_53af518c711840c14a35db06bfca95b1/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:()=>s});var n=r("../../node_modules/.pnpm/css-loader@7.1.2_@rspack+core@1.6.7_patch_hash=4cf28ea116b0e27c7c80b09035905f9d16a7b18d_53af518c711840c14a35db06bfca95b1/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_patch_hash=4cf28ea116b0e27c7c80b09035905f9d16a7b18d_53af518c711840c14a35db06bfca95b1/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 s=i},"../../node_modules/.pnpm/css-loader@7.1.2_@rspack+core@1.6.7_patch_hash=4cf28ea116b0e27c7c80b09035905f9d16a7b18d_53af518c711840c14a35db06bfca95b1/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_patch_hash=4cf28ea116b0e27c7c80b09035905f9d16a7b18d_53af518c711840c14a35db06bfca95b1/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_patch_hash=4cf28ea116b0e27c7c80b09035905f9d16a7b18d_53af518c711840c14a35db06bfca95b1/node_modules/css-loader/dist/runtime/api.js"),i=r.n(a),s=r("../../node_modules/.pnpm/css-loader@7.1.2_@rspack+core@1.6.7_patch_hash=4cf28ea116b0e27c7c80b09035905f9d16a7b18d_53af518c711840c14a35db06bfca95b1/node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[3].use[1]!./src/next-devtools/dev-overlay/normalize.css"),l=r("../../node_modules/.pnpm/css-loader@7.1.2_@rspack+core@1.6.7_patch_hash=4cf28ea116b0e27c7c80b09035905f9d16a7b18d_53af518c711840c14a35db06bfca95b1/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_patch_hash=4cf28ea116b0e27c7c80b09035905f9d16a7b18d_53af518c711840c14a35db06bfca95b1/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_patch_hash=4cf28ea116b0e27c7c80b09035905f9d16a7b18d_53af518c711840c14a35db06bfca95b1/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(s.A),d.i(l.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_patch_hash=4cf28ea116b0e27c7c80b09035905f9d16a7b18d_53af518c711840c14a35db06bfca95b1/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:()=>s});var n=r("../../node_modules/.pnpm/css-loader@7.1.2_@rspack+core@1.6.7_patch_hash=4cf28ea116b0e27c7c80b09035905f9d16a7b18d_53af518c711840c14a35db06bfca95b1/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_patch_hash=4cf28ea116b0e27c7c80b09035905f9d16a7b18d_53af518c711840c14a35db06bfca95b1/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 s=i},"../../node_modules/.pnpm/css-loader@7.1.2_@rspack+core@1.6.7_patch_hash=4cf28ea116b0e27c7c80b09035905f9d16a7b18d_53af518c711840c14a35db06bfca95b1/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:()=>s});var n=r("../../node_modules/.pnpm/css-loader@7.1.2_@rspack+core@1.6.7_patch_hash=4cf28ea116b0e27c7c80b09035905f9d16a7b18d_53af518c711840c14a35db06bfca95b1/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_patch_hash=4cf28ea116b0e27c7c80b09035905f9d16a7b18d_53af518c711840c14a35db06bfca95b1/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 s=i},"../../node_modules/.pnpm/css-loader@7.1.2_@rspack+core@1.6.7_patch_hash=4cf28ea116b0e27c7c80b09035905f9d16a7b18d_53af518c711840c14a35db06bfca95b1/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:()=>s});var n=r("../../node_modules/.pnpm/css-loader@7.1.2_@rspack+core@1.6.7_patch_hash=4cf28ea116b0e27c7c80b09035905f9d16a7b18d_53af518c711840c14a35db06bfca95b1/node_modules/css-loader/dist/runtime/noSourceMaps