Skip to content

Fix PageLayout horizontal overflow by constraining ContentWrapper width#7501

Merged
TylerJDev merged 5 commits intomainfrom
copilot/fix-page-layout-visual-regressions
Feb 4, 2026
Merged

Fix PageLayout horizontal overflow by constraining ContentWrapper width#7501
TylerJDev merged 5 commits intomainfrom
copilot/fix-page-layout-visual-regressions

Conversation

Copy link
Copy Markdown
Contributor

Copilot AI commented Feb 3, 2026

Closes https://github.com/github/primer/issues/6360

Content within PageLayout was expanding beyond component boundaries, causing horizontal overflow. The .ContentWrapper uses flex-basis: 0 with flex-grow: 1 but lacked an explicit width constraint, allowing children (wide tables, code blocks, long text) to ignore flex sizing.

Changes

Added width: 100% to .ContentWrapper in PageLayout.module.css. This constrains child content while preserving all flexbox behavior.

.ContentWrapper {
  display: flex;
  width: 100%;  /* Added */
  min-width: 1px;
  flex-direction: column;
  /* ... */
}

Changelog

Changed

  • .ContentWrapper now explicitly constrains width to prevent horizontal overflow

Rollout strategy

  • Patch release
  • Minor release
  • Major release; if selected, include a written rollout or migration plan
  • None; if selected, include a brief description as to why

CSS-only change, no API modifications. Backwards compatible. Includes changeset for automated version management.

Testing & Reviewing

All 17 PageLayout unit tests pass. Verify VRTs in CI, particularly:

  • Pull Request Page layout
  • Nested Scroll Container
  • Resizable/Sticky panes with wide content

Merge checklist

Original prompt

Description

We've seen a few visual regressions caused by content within a PageLayout expanding outside of the component's set width (causing horizontal overflow). This has been resolved by applying width: 100% to parts of the component, such as PageLayout.Content. We should investigate a long term solution that wouldn't require one-off fixes.

Task

  • Upstream the applied fix (setting width: 100% on PageLayout.Content)
  • Test the fix in integration to ensure no visual regressions on existing PageLayout implementations
  • Investigate root cause and document cause/approach

References

Related issue: https://github.com/github/primer/issues/6360

This pull request was created from Copilot chat.


💬 We'd love your input! Share your thoughts on Copilot coding agent in our 2 minute survey.

@changeset-bot
Copy link
Copy Markdown

changeset-bot bot commented Feb 3, 2026

🦋 Changeset detected

Latest commit: 0e56f75

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 1 package
Name Type
@primer/react Patch

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

Copilot AI and others added 2 commits February 3, 2026 15:45
…apper

Co-authored-by: TylerJDev <26746305+TylerJDev@users.noreply.github.com>
Co-authored-by: TylerJDev <26746305+TylerJDev@users.noreply.github.com>
@github-actions github-actions bot added the integration-tests: recommended This change needs to be tested for breaking changes. See https://arc.net/l/quote/tdmpakpm label Feb 3, 2026
@github-actions
Copy link
Copy Markdown
Contributor

github-actions bot commented Feb 3, 2026

👋 Hi, this pull request contains changes to the source code that github/github-ui depends on. If you are GitHub staff, test these changes with github/github-ui using the integration workflow. Or, apply the integration-tests: skipped manually label to skip these checks.

Copilot AI changed the title [WIP] Fix visual regressions in PageLayout component Fix PageLayout horizontal overflow by constraining ContentWrapper width Feb 3, 2026
Copilot AI requested a review from TylerJDev February 3, 2026 15:53
@github-actions github-actions bot temporarily deployed to storybook-preview-7501 February 3, 2026 15:59 Inactive
@TylerJDev
Copy link
Copy Markdown
Member

@copilot, can you add a changeset (patch) and also run format (i.e. npm run format)

Co-authored-by: TylerJDev <26746305+TylerJDev@users.noreply.github.com>
Copy link
Copy Markdown
Contributor Author

Copilot AI commented Feb 3, 2026

@copilot, can you add a changeset (patch) and also run format (i.e. npm run format)

Done! Added changeset for patch release and ran formatter. Changes in commit 0fb14e8.

@TylerJDev
Copy link
Copy Markdown
Member

@copilot, can you remove the PAGELAYOUT_OVERFLOW_FIX.md markdown file?

Co-authored-by: TylerJDev <26746305+TylerJDev@users.noreply.github.com>
Copy link
Copy Markdown
Contributor Author

Copilot AI commented Feb 3, 2026

@copilot, can you remove the PAGELAYOUT_OVERFLOW_FIX.md markdown file?

Done! Removed PAGELAYOUT_OVERFLOW_FIX.md in commit 0e56f75.

@primer-integration
Copy link
Copy Markdown

👋 Hi from github/github-ui! Your integration PR is ready: https://github.com/github/github-ui/pull/12644

Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Fixes PageLayout horizontal overflow by ensuring the content region’s wrapper is explicitly constrained to the available width, preventing wide children from expanding layout bounds.

Changes:

  • Add width: 100% to .ContentWrapper in PageLayout.module.css to constrain content sizing within flex layout.
  • Add a changeset to ship the fix as a patch.
  • Update package-lock.json to reflect @primer/react 38.9.0 references.

Reviewed changes

Copilot reviewed 2 out of 3 changed files in this pull request and generated no comments.

File Description
packages/react/src/PageLayout/PageLayout.module.css Constrains PageLayout.Content wrapper width to prevent horizontal overflow from wide children.
package-lock.json Updates locked @primer/react version references to 38.9.0.
.changeset/fix-pagelayout-overflow.md Declares a patch release for the overflow fix.

@primer-integration
Copy link
Copy Markdown

Integration test results from github/github-ui:

Passed  CI   Passed
Running  VRT   Running
Passed  Projects   Passed

@siddharthkp
Copy link
Copy Markdown
Member

@TylerJDev TylerJDev added this pull request to the merge queue Feb 4, 2026
Merged via the queue into main with commit 81ab065 Feb 4, 2026
61 checks passed
@TylerJDev TylerJDev deleted the copilot/fix-page-layout-visual-regressions branch February 4, 2026 17:01
@primer primer bot mentioned this pull request Feb 4, 2026
@ahfuckit
Copy link
Copy Markdown

performance.mark("js-parse-end:element-registry-be60e37ce439c2d9.js");
"use strict";
(globalThis.webpackChunk_github_ui_github_ui = globalThis.webpackChunk_github_ui_github_ui || []).push([["69324"], {
49783(e, t, a) {
(0,
a(94571).Se)({
"animated-image": () => Promise.all([a.e("64394"), a.e("64220"), a.e("95009")]).then(a.bind(a, 9803)),
"actions-caches-filter": () => Promise.all([a.e("2966"), a.e("7463"), a.e("96232"), a.e("61110"), a.e("5261"), a.e("57433"), a.e("52719"), a.e("4138"), a.e("24134")]).then(a.bind(a, 26046)),
"actions-workflow-filter": () => Promise.all([a.e("2966"), a.e("7463"), a.e("96232"), a.e("61110"), a.e("5261"), a.e("57433"), a.e("52719"), a.e("4138"), a.e("96400")]).then(a.bind(a, 35864)),
"actions-workflow-list": () => a.e("32995").then(a.bind(a, 84750)),
"variable-value": () => a.e("15995").then(a.bind(a, 12790)),
"variables-input": () => a.e("5151").then(a.bind(a, 85365)),
"variables-pagination": () => a.e("7827").then(a.bind(a, 71326)),
"cvss-calculator": () => a.e("11151").then(a.bind(a, 50770)),
"cvss-calculator-metric": () => a.e("1378").then(a.bind(a, 21369)),
"metric-selection": () => a.e("69240").then(a.bind(a, 78443)),
"severity-calculator": () => a.e("90691").then(a.bind(a, 26990)),
"severity-score": () => a.e("57457").then(a.bind(a, 64680)),
"severity-selection": () => Promise.all([a.e("7053"), a.e("96232"), a.e("35260"), a.e("35861")]).then(a.bind(a, 33556)),
"severity-selection-next": () => Promise.all([a.e("7053"), a.e("96232"), a.e("12879"), a.e("6859")]).then(a.bind(a, 68678)),
"severity-tracking": () => Promise.all([a.e("29606"), a.e("64220"), a.e("99820")]).then(a.bind(a, 75015)),
"webauthn-status": () => Promise.all([a.e("5582"), a.e("64052")]).then(a.bind(a, 86815)),
"downgrade-dialog": () => Promise.all([a.e("2966"), a.e("76479"), a.e("91473")]).then(a.bind(a, 1160)),
"manage-subscription": () => Promise.all([a.e("25804"), a.e("28507")]).then(a.bind(a, 89814)),
"pending-cycle-changes-component": () => Promise.all([a.e("49469"), a.e("39689")]).then(a.bind(a, 60304)),
"create-branch": () => Promise.all([a.e("2887"), a.e("70447"), a.e("64220"), a.e("30476"), a.e("1513")]).then(a.bind(a, 59632)),
"create-repo-from-selector": () => a.e("37656").then(a.bind(a, 54411)),
"select-all": () => a.e("99516").then(a.bind(a, 26295)),
"close-reason-selector": () => a.e("22873").then(a.bind(a, 4704)),
"reopen-reason-selector": () => a.e("73708").then(a.bind(a, 47783)),
"code-scanning-alert-filter": () => Promise.all([a.e("83465"), a.e("90225"), a.e("98131"), a.e("7542"), a.e("7053"), a.e("2966"), a.e("49863"), a.e("59660"), a.e("7463"), a.e("96232"), a.e("32769"), a.e("28819"), a.e("61110"), a.e("5261"), a.e("57433"), a.e("99441"), a.e("64220"), a.e("56093"), a.e("65364"), a.e("30611"), a.e("56667"), a.e("52719"), a.e("4138"), a.e("2527")]).then(a.bind(a, 87439)),
"pretty-cron": () => Promise.all([a.e("93859"), a.e("39618")]).then(a.bind(a, 20505)),
"timeout-content": () => a.e("80746").then(a.bind(a, 2737)),
"message-list": () => a.e("66343").then(a.bind(a, 69530)),
"sku-list": () => a.e("92594").then(a.bind(a, 36873)),
"create-button": () => a.e("33532").then(a.bind(a, 82930)),
"editor-forwarder": () => a.e("71098").then(a.bind(a, 30593)),
"command-palette-page": () => Promise.all([a.e("61861"), a.e("59120"), a.e("64220"), a.e("1200"), a.e("90590")]).then(a.bind(a, 92653)),
"command-palette-page-stack": () => Promise.all([a.e("61861"), a.e("59120"), a.e("64220"), a.e("1200"), a.e("90590"), a.e("54103")]).then(a.bind(a, 92618)),
"feed-post": () => a.e("89845").then(a.bind(a, 34100)),
"copilot-signup-choose-plan-type": () => a.e("26676").then(a.bind(a, 90271)),
"copilot-business-signup-seat-management": () => a.e("85292").then(a.bind(a, 76199)),
"loading-context": () => Promise.all([a.e("71850"), a.e("16930")]).then(a.bind(a, 4025)),
"portal-fragment": () => a.e("69823").then(a.bind(a, 19202)),
"query-search": () => Promise.all([a.e("2966"), a.e("7463"), a.e("96232"), a.e("61110"), a.e("5261"), a.e("57433"), a.e("52719"), a.e("4138"), a.e("70954")]).then(a.bind(a, 61066)),
"dependabot-alert-dismissal": () => a.e("85641").then(a.bind(a, 45328)),
"dependabot-alert-load-all": () => a.e("54154").then(a.bind(a, 74961)),
"dependabot-alert-row": () => a.e("83690").then(a.bind(a, 59313)),
"dependabot-alert-table-header": () => Promise.all([a.e("27669"), a.e("88982")]).then(a.bind(a, 10581)),
"dependabot-updates-paused": () => a.e("84512").then(a.bind(a, 12099)),
"deferred-diff-lines": () => a.e("29433").then(a.bind(a, 40864)),
"edit-history": () => Promise.all([a.e("67077"), a.e("13944")]).then(a.bind(a, 32555)),
"conduit-profile-feed-visibility": () => Promise.all([a.e("93287"), a.e("39272")]).then(a.bind(a, 6107)),
"readme-toc": () => Promise.all([a.e("64220"), a.e("21929")]).then(a.bind(a, 30505)),
"delayed-loading": () => a.e("39752").then(a.bind(a, 82011)),
"remote-pagination": () => a.e("76410").then(a.bind(a, 90305)),
"dialog-hydro": () => Promise.all([a.e("64220"), a.e("22346")]).then(a.bind(a, 34744)),
"track-view": () => Promise.all([a.e("64220"), a.e("88730")]).then(a.bind(a, 47432)),
"load-versions": () => a.e("71463").then(a.bind(a, 78522)),
"math-renderer": () => Promise.all([a.e("61110"), a.e("20190"), a.e("64220"), a.e("55589")]).then(a.bind(a, 54116)),
"memex-project-picker": () => Promise.all([a.e("3158"), a.e("39237")]).then(a.bind(a, 78404)),
"memex-project-picker-panel": () => Promise.all([a.e("10736"), a.e("93976")]).then(a.bind(a, 11371)),
"memex-project-picker-interstitial": () => Promise.all([a.e("89458"), a.e("82743")]).then(a.bind(a, 11882)),
"memex-project-picker-unlink": () => Promise.all([a.e("51737"), a.e("36940")]).then(a.bind(a, 47815)),
"project-buttons-list": () => a.e("51737").then(a.bind(a, 7424)),
"navigation-list": () => a.e("11053").then(a.bind(a, 44860)),
"notification-shelf-watcher": () => Promise.all([a.e("96232"), a.e("2887"), a.e("80293"), a.e("64220"), a.e("28360"), a.e("63929")]).then(a.bind(a, 65190)),
"feature-request": () => a.e("71912").then(a.bind(a, 47707)),
"allowed-values-input": () => Promise.all([a.e("7053"), a.e("20872")]).then(a.bind(a, 38555)),
"host-setup": () => a.e("57334").then(a.bind(a, 15253)),
"max-value": () => Promise.all([a.e("7053"), a.e("23529"), a.e("69708")]).then(a.bind(a, 91687)),
"codespaces-policy-form": () => a.e("42674").then(a.bind(a, 10281)),
"private-registry-form": () => Promise.all([a.e("11839"), a.e("57802")]).then(a.bind(a, 90577)),
"repository-selection-input": () => Promise.all([a.e("99397"), a.e("50589")]).then(a.bind(a, 65580)),
"experimental-action-menu": () => Promise.all([a.e("2966"), a.e("21485")]).then(a.bind(a, 68476)),
"custom-focus-group": () => Promise.all([a.e("2966"), a.e("94231"), a.e("41405")]).then(a.bind(a, 49311)),
"select-panel": () => Promise.all([a.e("7053"), a.e("2966"), a.e("93985"), a.e("39433")]).then(a.bind(a, 29872)),
"internal-nav-list-group": () => Promise.all([a.e("35292"), a.e("43882")]).then(a.bind(a, 45361)),
"split-page-layout": () => Promise.all([a.e("50050"), a.e("76217")]).then(a.bind(a, 36160)),
"toggle-switch": () => a.e("21631").then(a.bind(a, 5666)),
"lazy-load-section": () => a.e("4760").then(a.bind(a, 55595)),
"profile-timezone": () => a.e("74433").then(a.bind(a, 78776)),
"comment-actions": () => Promise.all([a.e("7225"), a.e("64220"), a.e("85823")]).then(a.bind(a, 16450)),
"copilot-marketing-popover": () => a.e("25981").then(a.bind(a, 32268)),
"file-filter": () => Promise.all([a.e("64220"), a.e("13258")]).then(a.bind(a, 42170)),
"file-tree": () => Promise.all([a.e("45910"), a.e("64220"), a.e("27861")]).then(a.bind(a, 20916)),
"file-tree-toggle": () => a.e("38716").then(a.bind(a, 91927)),
"reactions-menu": () => Promise.all([a.e("72753"), a.e("21106")]).then(a.bind(a, 30281)),
"pin-organization-repo": () => Promise.all([a.e("52648"), a.e("43728")]).then(a.bind(a, 21875)),
"custom-scopes": () => Promise.all([a.e("54223"), a.e("51121")]).then(a.bind(a, 14312)),
"feature-preview-auto-enroll": () => a.e("45748").then(a.bind(a, 23935)),
"qbsearch-input": () => Promise.all([a.e("26533"), a.e("73602"), a.e("59742"), a.e("64220"), a.e("56093"), a.e("35204"), a.e("73494"), a.e("3062"), a.e("45975")]).then(a.bind(a, 83306)),
"alert-dismissal": () => a.e("54962").then(a.bind(a, 35817)),
"preview-announcement-button": () => a.e("99547").then(a.bind(a, 41590)),
"recovery-codes": () => a.e("62111").then(a.bind(a, 43042)),
"project-picker": () => Promise.all([a.e("26533"), a.e("3158"), a.e("64220"), a.e("47903")]).then(a.bind(a, 95695)),
"launch-code": () => a.e("4590").then(a.bind(a, 37021)),
"deferred-side-panel": () => a.e("15117").then(a.bind(a, 95068)),
"notification-indicator": () => a.e("53178").then(a.bind(a, 99585)),
"user-drawer-side-panel": () => a.e("26753").then(a.bind(a, 49496)),
"slash-command-toolbar-button": () => a.e("69444").then(a.bind(a, 19343)),
"featured-work": () => a.e("50352").then(a.bind(a, 20595)),
"sponsors-account-switcher": () => Promise.all([a.e("64220"), a.e("28735")]).then(a.bind(a, 94095)),
"adjacent-text-nodes-menu": () => Promise.all([a.e("16612"), a.e("92476")]).then(a.bind(a, 7351)),
"variant-menu-item": () => a.e("77396").then(a.bind(a, 79103)),
"metered-billing-settings-component": () => a.e("21420").then(a.bind(a, 20231)),
"billing-transaction-component": () => Promise.all([a.e("38993"), a.e("79854")]).then(a.bind(a, 24125)),
"invoice-download": () => a.e("35078").then(a.bind(a, 14053)),
"payment-history": () => a.e("67431").then(a.bind(a, 40122)),
"sponsorships-tabs": () => a.e("50623").then(a.bind(a, 50274)),
"bundle-size-stats": () => Promise.all([a.e("61110"), a.e("72431"), a.e("64220"), a.e("40560")]).then(a.bind(a, 37251)),
"datahpc-staffbar": () => a.e("90131").then(a.bind(a, 98270)),
"react-profiling-toggle": () => Promise.all([a.e("64220"), a.e("98647")]).then(a.bind(a, 55649)),
"react-query-devtools": () => Promise.all([a.e("83465"), a.e("90225"), a.e("98131"), a.e("19762"), a.e("49863"), a.e("64220"), a.e("65882")]).then(a.bind(a, 24791)),
"react-staffbar": () => Promise.all([a.e("90225"), a.e("72431"), a.e("59140")]).then(a.bind(a, 36147)),
"relay-cache-staffbar": () => Promise.all([a.e("32838"), a.e("64220"), a.e("6474")]).then(a.bind(a, 74577)),
"soft-nav-staffbar": () => Promise.all([a.e("64220"), a.e("36557")]).then(a.bind(a, 46867)),
"soft-nav-staffbar-preview": () => Promise.all([a.e("94812"), a.e("35103")]).then(a.bind(a, 24418)),
"stafftools-invoiced-sponsorship-payment-options": () => a.e("78673").then(a.bind(a, 67656)),
"suggestions-collapsible": () => a.e("53471").then(a.bind(a, 10133)),
"themed-picture": () => Promise.all([a.e("95134"), a.e("23873")]).then(a.bind(a, 84984)),
"two-factor-fallback-sms-config-toggle": () => a.e("9217").then(a.bind(a, 15576)),
"two-factor-inline-expander": () => Promise.all([a.e("37417"), a.e("78078")]).then(a.bind(a, 34669)),
"actions-announceable-search-result-summary": () => Promise.all([a.e("7053"), a.e("56382")]).then(a.bind(a, 53837)),
"announce-live": () => Promise.all([a.e("7053"), a.e("34323")]).then(a.bind(a, 92574)),
"avatar-reset": () => a.e("97261").then(a.bind(a, 26748)),
"billing-checkout": () => Promise.all([a.e("98131"), a.e("49082"), a.e("64220"), a.e("56093"), a.e("38728"), a.e("71365"), a.e("9751"), a.e("51672"), a.e("74547")]).then(a.bind(a, 89282)),
"billing-country-and-region-selection": () => a.e("90414").then(a.bind(a, 71357)),
"business-shipping-information": () => a.e("49320").then(a.bind(a, 98299)),
"business-trial-accounts-form": () => a.e("74401").then(a.bind(a, 16472)),
"business-use-billing-information-for-shipping": () => a.e("86500").then(a.bind(a, 81967)),
"bypass-reason-selector": () => a.e("87247").then(a.bind(a, 64434)),
"change-password": () => a.e("64658").then(a.bind(a, 39337)),
"codespace-share-dialog": () => a.e("10022").then(a.bind(a, 93893)),
"codespaces-user-settings": () => Promise.all([a.e("61374"), a.e("66497")]).then(a.bind(a, 40696)),
"cohort-widget": () => a.e("87038").then(a.bind(a, 38605)),
"context-region": () => Promise.all([a.e("56421"), a.e("64894")]).then(a.bind(a, 63021)),
"cookie-consent-link": () => Promise.all([a.e("9751"), a.e("10386")]).then(a.bind(a, 97131)),
"copilot-business-settings": () => a.e("90206").then(a.bind(a, 23501)),
"copilot-business-settings-toggle": () => a.e("68640").then(a.bind(a, 53315)),
"copilot-comment-mention-telemetry": () => Promise.all([a.e("83465"), a.e("98131"), a.e("7542"), a.e("47455"), a.e("64220"), a.e("50385")]).then(a.bind(a, 23592)),
"copilot-dashboard-entrypoint": () => Promise.all([a.e("98131"), a.e("26701"), a.e("64220"), a.e("56093"), a.e("38728"), a.e("71365"), a.e("22410")]).then(a.bind(a, 39739)),
"copilot-dashboard-no-quota": () => Promise.all([a.e("74368"), a.e("64220"), a.e("62927")]).then(a.bind(a, 40786)),
"copilot-mentions-hint": () => Promise.all([a.e("35241"), a.e("10809")]).then(a.bind(a, 82848)),
"copilot-mixed-license-orgs-list": () => a.e("92355").then(a.bind(a, 93678)),
"copilot-plan-account-select": () => a.e("9729").then(a.bind(a, 4280)),
"copilot-plan-select-dialog": () => a.e("72618").then(a.bind(a, 8849)),
"copilot-purchase-intent-form": () => Promise.all([a.e("9751"), a.e("51672"), a.e("419")]).then(a.bind(a, 99908)),
"copilot-user-settings": () => Promise.all([a.e("17193"), a.e("22570")]).then(a.bind(a, 14737)),
"copy-project": () => Promise.all([a.e("44958"), a.e("2536")]).then(a.bind(a, 42043)),
"dashboard-tab-panels": () => a.e("94685").then(a.bind(a, 70316)),
"dependabot-runner-settings": () => a.e("96181").then(a.bind(a, 37876)),
"dependabot-settings-toggle": () => a.e("86091").then(a.bind(a, 25862)),
"deploy-key-policy-warning": () => a.e("14110").then(a.bind(a, 12877)),
"discussion-spotlight-container": () => a.e("60630").then(a.bind(a, 1621)),
"document-dropzone": () => a.e("4187").then(a.bind(a, 43478)),
"edit-hook-secret": () => a.e("30395").then(a.bind(a, 62422)),
"education-overview-component": () => a.e("76987").then(a.bind(a, 66710)),
"emu-contribution-blocked-hint": () => a.e("92524").then(a.bind(a, 76039)),
"expandable-role-row": () => a.e("17932").then(a.bind(a, 72231)),
"experimental-action-list": () => Promise.all([a.e("2966"), a.e("39574"), a.e("8980")]).then(a.bind(a, 7295)),
"fgp-search": () => Promise.all([a.e("94680"), a.e("93329")]).then(a.bind(a, 66408)),
"flywheel-return-to-tour": () => Promise.all([a.e("22577"), a.e("21097")]).then(a.bind(a, 39344)),
"fullstory-capture": () => Promise.all([a.e("4938"), a.e("64220"), a.e("9751"), a.e("46370")]).then(a.bind(a, 84123)),
"ghcc-consent": () => Promise.all([a.e("9751"), a.e("96634")]).then(a.bind(a, 45411)),
"inline-security-checkup-notice": () => a.e("11324").then(a.bind(a, 17719)),
"input-page-refresh": () => Promise.all([a.e("83755"), a.e("22252")]).then(a.bind(a, 34919)),
"integration-agent-form": () => a.e("97684").then(a.bind(a, 62431)),
"issue-create": () => a.e("38629").then(a.bind(a, 72804)),
"jump-to": () => Promise.all([a.e("2966"), a.e("96232"), a.e("5261"), a.e("59742"), a.e("64220"), a.e("52719"), a.e("3062"), a.e("89989")]).then(a.bind(a, 45649)),
"licensing-apply-coupon-code": () => a.e("28408").then(a.bind(a, 50827)),
"linked-sku-select": () => a.e("27027").then(a.bind(a, 31614)),
"markdown-accessiblity-table": () => a.e("88264").then(a.bind(a, 13467)),
"marketplace-security-compliance-trader-self-certification": () => a.e("83901").then(a.bind(a, 13420)),
"microsoft-analytics": () => Promise.all([a.e("9751"), a.e("51672"), a.e("15246")]).then(a.bind(a, 65295)),
"microsoft-analytics-event": () => Promise.all([a.e("9751"), a.e("51672"), a.e("16340")]).then(a.bind(a, 8901)),
"query-builder": () => Promise.all([a.e("73602"), a.e("52286"), a.e("64220"), a.e("35204"), a.e("50252")]).then(a.bind(a, 73169)),
"react-partial-anchor": () => a.e("30368").then(a.bind(a, 82083)),
"security-analysis-dependabot-updates": () => a.e("2959").then(a.bind(a, 14661)),
"security-analysis-ghas": () => a.e("53324").then(a.bind(a, 14727)),
"share-button-form-submit-handler": () => a.e("78647").then(a.bind(a, 23658)),
"show-dialog-on-load": () => a.e("15784").then(a.bind(a, 55195)),
"sidebar-pinned-topics": () => a.e("94854").then(a.bind(a, 7429)),
"signup-form": () => a.e("40986").then(a.bind(a, 69409)),
"signups-marketing-consent-fields": () => a.e("65528").then(a.bind(a, 48171)),
"site-header-logged-in-user-menu": () => a.e("12087").then(a.bind(a, 49226)),
"stafftools-topics-table": () => a.e("57984").then(a.bind(a, 70691)),
"task-component": () => Promise.all([a.e("6136"), a.e("94290")]).then(a.bind(a, 61929)),
"team-sync-okta-config-form": () => a.e("86560").then(a.bind(a, 75907)),
"unveil-container": () => a.e("30160").then(a.bind(a, 37235)),
"updatable-content": () => Promise.all([a.e("96232"), a.e("2887"), a.e("2674"), a.e("64220"), a.e("28360"), a.e("17702")]).then(a.bind(a, 89691)),
"visible-password": () => a.e("50103").then(a.bind(a, 47338)),
"webauthn-get": () => Promise.all([a.e("81280"), a.e("3735")]).then(a.bind(a, 69674)),
"webauthn-subtle": () => a.e("10378").then(a.bind(a, 12017)),
'react-partial[partial-name="delete-configuration-dialog"]': () => Promise.all([a.e("83465"), a.e("90225"), a.e("98131"), a.e("7542"), a.e("7053"), a.e("2966"), a.e("19762"), a.e("49863"), a.e("59660"), a.e("73694"), a.e("68751"), a.e("42688"), a.e("41013"), a.e("64220"), a.e("16111"), a.e("54142"), a.e("95506")]).then(a.bind(a, 84973)),
'react-partial[partial-name="single-sign-on-dropdown-partial"]': () => Promise.all([a.e("83465"), a.e("90225"), a.e("98131"), a.e("7542"), a.e("7053"), a.e("2966"), a.e("19762"), a.e("49863"), a.e("59660"), a.e("73694"), a.e("68751"), a.e("42688"), a.e("64220"), a.e("16111"), a.e("68382"), a.e("9331")]).then(a.bind(a, 50642)),
'react-partial[partial-name="actions-custom-images-policy"]': () => Promise.all([a.e("83465"), a.e("90225"), a.e("98131"), a.e("7542"), a.e("7053"), a.e("2966"), a.e("19762"), a.e("49863"), a.e("59660"), a.e("73694"), a.e("68751"), a.e("42688"), a.e("7463"), a.e("41167"), a.e("78885"), a.e("89996"), a.e("5062"), a.e("63055"), a.e("64220"), a.e("16111"), a.e("22843"), a.e("42584"), a.e("54184"), a.e("88975"), a.e("4161"), a.e("62856"), a.e("10690")]).then(a.bind(a, 39190)),
'react-partial[partial-name="actions-custom-images-retention-policy"]': () => Promise.all([a.e("83465"), a.e("90225"), a.e("98131"), a.e("7542"), a.e("7053"), a.e("2966"), a.e("19762"), a.e("49863"), a.e("59660"), a.e("73694"), a.e("68751"), a.e("42688"), a.e("64220"), a.e("16111"), a.e("32467"), a.e("71947")]).then(a.bind(a, 71537)),
'react-partial[partial-name="actions-repos-picker"]': () => Promise.all([a.e("83465"), a.e("90225"), a.e("98131"), a.e("7542"), a.e("7053"), a.e("2966"), a.e("19762"), a.e("49863"), a.e("59660"), a.e("73694"), a.e("68751"), a.e("42688"), a.e("13835"), a.e("7463"), a.e("32769"), a.e("28819"), a.e("22003"), a.e("64220"), a.e("16111"), a.e("56093"), a.e("22843"), a.e("65364"), a.e("30611"), a.e("56667"), a.e("22553"), a.e("91600"), a.e("43244"), a.e("11195"), a.e("27365")]).then(a.bind(a, 23139)),
'react-partial[partial-name="actions-run-jobs-list"]': () => Promise.all([a.e("83465"), a.e("90225"), a.e("98131"), a.e("7542"), a.e("7053"), a.e("2966"), a.e("19762"), a.e("49863"), a.e("59660"), a.e("73694"), a.e("68751"), a.e("42688"), a.e("64220"), a.e("16111"), a.e("24203"), a.e("66064")]).then(a.bind(a, 17481)),
'react-partial[partial-name="actions-secrets-variables-list"]': () => Promise.all([a.e("83465"), a.e("90225"), a.e("98131"), a.e("7542"), a.e("7053"), a.e("2966"), a.e("19762"), a.e("49863"), a.e("59660"), a.e("73694"), a.e("68751"), a.e("42688"), a.e("41013"), a.e("62249"), a.e("43540"), a.e("64220"), a.e("16111"), a.e("80355"), a.e("1363")]).then(a.bind(a, 36582)),
'react-partial[partial-name="actions-survey"]': () => Promise.all([a.e("83465"), a.e("90225"), a.e("98131"), a.e("7542"), a.e("7053"), a.e("2966"), a.e("19762"), a.e("49863"), a.e("59660"), a.e("73694"), a.e("68751"), a.e("42688"), a.e("64220"), a.e("16111"), a.e("21433"), a.e("86669")]).then(a.bind(a, 45495)),
'react-partial[partial-name="appearance-settings-page"]': () => Promise.all([a.e("83465"), a.e("90225"), a.e("98131"), a.e("7542"), a.e("7053"), a.e("2966"), a.e("19762"), a.e("49863"), a.e("59660"), a.e("73694"), a.e("68751"), a.e("42688"), a.e("64220"), a.e("16111"), a.e("60433"), a.e("5230"), a.e("56517")]).then(a.bind(a, 12400)),
'react-partial[partial-name="appearance-settings"]': () => Promise.all([a.e("83465"), a.e("90225"), a.e("98131"), a.e("7542"), a.e("7053"), a.e("2966"), a.e("19762"), a.e("49863"), a.e("59660"), a.e("73694"), a.e("68751"), a.e("42688"), a.e("64220"), a.e("16111"), a.e("60433"), a.e("88316"), a.e("71849")]).then(a.bind(a, 45684)),
'react-partial[partial-name="automated-review-comment-actions"]': () => Promise.all([a.e("83465"), a.e("90225"), a.e("98131"), a.e("7542"), a.e("7053"), a.e("2966"), a.e("19762"), a.e("49863"), a.e("59660"), a.e("73694"), a.e("68751"), a.e("42688"), a.e("64220"), a.e("16111"), a.e("56093"), a.e("64718"), a.e("17415"), a.e("91022")]).then(a.bind(a, 61651)),
'react-partial[partial-name="automated-review-comment"]': () => Promise.all([a.e("83465"), a.e("90225"), a.e("98131"), a.e("7542"), a.e("7053"), a.e("2966"), a.e("19762"), a.e("49863"), a.e("59660"), a.e("73694"), a.e("68751"), a.e("42688"), a.e("13835"), a.e("7463"), a.e("41167"), a.e("41013"), a.e("78885"), a.e("32769"), a.e("89996"), a.e("79039"), a.e("437"), a.e("62094"), a.e("40145"), a.e("46903"), a.e("9247"), a.e("26842"), a.e("53336"), a.e("66554"), a.e("67985"), a.e("46148"), a.e("4610"), a.e("52345"), a.e("88957"), a.e("13361"), a.e("7765"), a.e("64220"), a.e("16111"), a.e("56093"), a.e("22843"), a.e("42584"), a.e("38728"), a.e("99602"), a.e("71365"), a.e("69174"), a.e("11152"), a.e("58489"), a.e("61300"), a.e("25414"), a.e("55084"), a.e("97044"), a.e("87598"), a.e("30028"), a.e("46280"), a.e("26330"), a.e("73945"), a.e("10079"), a.e("58311"), a.e("371"), a.e("32794"), a.e("87675"), a.e("82545"), a.e("25586"), a.e("710"), a.e("72807"), a.e("74562"), a.e("94536"), a.e("5973"), a.e("5520")]).then(a.bind(a, 54570)),
'react-partial[partial-name="browser-geo-location"]': () => Promise.all([a.e("83465"), a.e("90225"), a.e("98131"), a.e("7542"), a.e("7053"), a.e("2966"), a.e("19762"), a.e("49863"), a.e("59660"), a.e("73694"), a.e("68751"), a.e("42688"), a.e("64220"), a.e("16111"), a.e("2937"), a.e("42097")]).then(a.bind(a, 83011)),
'react-partial[partial-name="code-scanning-alert-show-header"]': () => Promise.all([a.e("83465"), a.e("90225"), a.e("98131"), a.e("7542"), a.e("7053"), a.e("2966"), a.e("19762"), a.e("49863"), a.e("59660"), a.e("73694"), a.e("68751"), a.e("42688"), a.e("41013"), a.e("64220"), a.e("16111"), a.e("56093"), a.e("371"), a.e("39573"), a.e("56369")]).then(a.bind(a, 32672)),
'react-partial[partial-name="code-scanning-alert-sidebar"]': () => Promise.all([a.e("83465"), a.e("90225"), a.e("98131"), a.e("7542"), a.e("7053"), a.e("2966"), a.e("19762"), a.e("49863"), a.e("59660"), a.e("73694"), a.e("68751"), a.e("42688"), a.e("13835"), a.e("7463"), a.e("41167"), a.e("41013"), a.e("78885"), a.e("32769"), a.e("89996"), a.e("79039"), a.e("437"), a.e("62094"), a.e("40145"), a.e("46903"), a.e("9247"), a.e("26842"), a.e("53336"), a.e("66554"), a.e("67985"), a.e("46148"), a.e("4610"), a.e("52345"), a.e("18293"), a.e("38775"), a.e("64220"), a.e("16111"), a.e("56093"), a.e("22843"), a.e("42584"), a.e("38728"), a.e("99602"), a.e("71365"), a.e("69174"), a.e("46191"), a.e("11152"), a.e("58489"), a.e("61300"), a.e("25414"), a.e("55084"), a.e("97044"), a.e("87598"), a.e("30028"), a.e("46280"), a.e("26330"), a.e("73945"), a.e("10079"), a.e("58311"), a.e("371"), a.e("32794"), a.e("87675"), a.e("82545"), a.e("25586"), a.e("710"), a.e("12259"), a.e("18434"), a.e("78704"), a.e("28956"), a.e("1993"), a.e("41552")]).then(a.bind(a, 59764)),
'react-partial[partial-name="code-scanning-assignees-section"]': () => Promise.all([a.e("83465"), a.e("90225"), a.e("98131"), a.e("7542"), a.e("7053"), a.e("2966"), a.e("19762"), a.e("49863"), a.e("59660"), a.e("73694"), a.e("68751"), a.e("42688"), a.e("13835"), a.e("79039"), a.e("18293"), a.e("64220"), a.e("16111"), a.e("56093"), a.e("22843"), a.e("69174"), a.e("46191"), a.e("26330"), a.e("18434"), a.e("85586"), a.e("44301")]).then(a.bind(a, 99548)),
'react-partial[partial-name="code-scanning-development-section"]': () => Promise.all([a.e("83465"), a.e("90225"), a.e("98131"), a.e("7542"), a.e("7053"), a.e("2966"), a.e("19762"), a.e("49863"), a.e("59660"), a.e("73694"), a.e("68751"), a.e("42688"), a.e("13835"), a.e("41013"), a.e("437"), a.e("4053"), a.e("64220"), a.e("16111"), a.e("56093"), a.e("22843"), a.e("99602"), a.e("69174"), a.e("12259"), a.e("78704"), a.e("28956"), a.e("26094"), a.e("28012")]).then(a.bind(a, 84987)),
'react-partial[partial-name="code-scanning-tracking-section"]': () => Promise.all([a.e("83465"), a.e("90225"), a.e("98131"), a.e("7542"), a.e("7053"), a.e("2966"), a.e("19762"), a.e("49863"), a.e("59660"), a.e("73694"), a.e("68751"), a.e("42688"), a.e("13835"), a.e("7463"), a.e("41167"), a.e("41013"), a.e("78885"), a.e("32769"), a.e("89996"), a.e("79039"), a.e("437"), a.e("62094"), a.e("40145"), a.e("46903"), a.e("9247"), a.e("26842"), a.e("53336"), a.e("66554"), a.e("67985"), a.e("46148"), a.e("4610"), a.e("52345"), a.e("38775"), a.e("74960"), a.e("64220"), a.e("16111"), a.e("56093"), a.e("22843"), a.e("42584"), a.e("38728"), a.e("99602"), a.e("71365"), a.e("69174"), a.e("11152"), a.e("58489"), a.e("61300"), a.e("25414"), a.e("55084"), a.e("97044"), a.e("87598"), a.e("30028"), a.e("46280"), a.e("26330"), a.e("73945"), a.e("10079"), a.e("58311"), a.e("371"), a.e("32794"), a.e("87675"), a.e("82545"), a.e("25586"), a.e("710"), a.e("78704"), a.e("1993"), a.e("95492"), a.e("76352")]).then(a.bind(a, 70053)),
'react-partial[partial-name="codespaces-business-enablement"]': () => Promise.all([a.e("83465"), a.e("90225"), a.e("98131"), a.e("7542"), a.e("7053"), a.e("2966"), a.e("19762"), a.e("49863"), a.e("59660"), a.e("73694"), a.e("68751"), a.e("42688"), a.e("64220"), a.e("16111"), a.e("56093"), a.e("92846"), a.e("12352")]).then(a.bind(a, 30704)),
'react-partial[partial-name="codespaces-organization-ownership-setting"]': () => Promise.all([a.e("83465"), a.e("90225"), a.e("98131"), a.e("7542"), a.e("7053"), a.e("2966"), a.e("19762"), a.e("49863"), a.e("59660"), a.e("73694"), a.e("68751"), a.e("42688"), a.e("64220"), a.e("16111"), a.e("85475"), a.e("83142")]).then(a.bind(a, 7779)),
'react-partial[partial-name="codespaces-policy-name-input"]': () => Promise.all([a.e("83465"), a.e("90225"), a.e("98131"), a.e("7542"), a.e("7053"), a.e("2966"), a.e("19762"), a.e("49863"), a.e("59660"), a.e("73694"), a.e("68751"), a.e("42688"), a.e("64220"), a.e("16111"), a.e("35373")]).then(a.bind(a, 11270)),
'react-partial[partial-name="codespaces-survey"]': () => Promise.all([a.e("83465"), a.e("90225"), a.e("98131"), a.e("7542"), a.e("7053"), a.e("2966"), a.e("19762"), a.e("49863"), a.e("59660"), a.e("73694"), a.e("68751"), a.e("42688"), a.e("64220"), a.e("16111"), a.e("42888"), a.e("37342")]).then(a.bind(a, 61716)),
'react-partial[partial-name="consent-experience"]': () => Promise.all([a.e("83465"), a.e("90225"), a.e("98131"), a.e("7542"), a.e("7053"), a.e("2966"), a.e("19762"), a.e("49863"), a.e("59660"), a.e("73694"), a.e("68751"), a.e("42688"), a.e("64220"), a.e("16111"), a.e("80640"), a.e("95864")]).then(a.bind(a, 43266)),
'react-partial[partial-name="copilot-actions-chat-button"]': () => Promise.all([a.e("83465"), a.e("90225"), a.e("98131"), a.e("7542"), a.e("7053"), a.e("2966"), a.e("19762"), a.e("49863"), a.e("59660"), a.e("73694"), a.e("68751"), a.e("42688"), a.e("64220"), a.e("16111"), a.e("56093"), a.e("38728"), a.e("71365"), a.e("24869"), a.e("72691")]).then(a.bind(a, 25232)),
'react-partial[partial-name="copilot-activation-progress-bar"]': () => Promise.all([a.e("83465"), a.e("90225"), a.e("98131"), a.e("7542"), a.e("7053"), a.e("2966"), a.e("19762"), a.e("49863"), a.e("59660"), a.e("73694"), a.e("68751"), a.e("42688"), a.e("46752"), a.e("64220"), a.e("16111"), a.e("6597"), a.e("46259")]).then(a.bind(a, 81973)),
'react-partial[partial-name="copilot-apply-changes-button"]': () => Promise.all([a.e("83465"), a.e("90225"), a.e("98131"), a.e("7542"), a.e("7053"), a.e("2966"), a.e("19762"), a.e("49863"), a.e("59660"), a.e("73694"), a.e("68751"), a.e("42688"), a.e("64220"), a.e("16111"), a.e("31861"), a.e("37773")]).then(a.bind(a, 8950)),
'react-partial[partial-name="copilot-assisted-review-upsell"]': () => Promise.all([a.e("83465"), a.e("90225"), a.e("98131"), a.e("7542"), a.e("7053"), a.e("2966"), a.e("19762"), a.e("49863"), a.e("59660"), a.e("73694"), a.e("68751"), a.e("42688"), a.e("64220"), a.e("16111"), a.e("58096"), a.e("14519")]).then(a.bind(a, 66247)),
'react-partial[partial-name="copilot-byok-enterprise-settings"]': () => Promise.all([a.e("83465"), a.e("90225"), a.e("98131"), a.e("7542"), a.e("7053"), a.e("2966"), a.e("19762"), a.e("49863"), a.e("59660"), a.e("73694"), a.e("68751"), a.e("42688"), a.e("13835"), a.e("88957"), a.e("65043"), a.e("64220"), a.e("16111"), a.e("74052"), a.e("84921"), a.e("51371")]).then(a.bind(a, 4641)),
'react-partial[partial-name="copilot-chat-input-partial"]': () => Promise.all([a.e("83465"), a.e("90225"), a.e("98131"), a.e("7542"), a.e("19888"), a.e("7053"), a.e("2966"), a.e("19762"), a.e("49863"), a.e("59660"), a.e("73694"), a.e("68751"), a.e("42688"), a.e("13835"), a.e("7463"), a.e("41167"), a.e("41013"), a.e("78885"), a.e("32769"), a.e("89996"), a.e("79039"), a.e("437"), a.e("5062"), a.e("28819"), a.e("62094"), a.e("40145"), a.e("46903"), a.e("9247"), a.e("26842"), a.e("53336"), a.e("66554"), a.e("67985"), a.e("46148"), a.e("4610"), a.e("52345"), a.e("12287"), a.e("30045"), a.e("14467"), a.e("59765"), a.e("8857"), a.e("51095"), a.e("74542"), a.e("88957"), a.e("13361"), a.e("72608"), a.e("40674"), a.e("48860"), a.e("10011"), a.e("75271"), a.e("55206"), a.e("87245"), a.e("87867"), a.e("64220"), a.e("16111"), a.e("56093"), a.e("22843"), a.e("42584"), a.e("54184"), a.e("38728"), a.e("99602"), a.e("88975"), a.e("71365"), a.e("4161"), a.e("69174"), a.e("65364"), a.e("46191"), a.e("11152"), a.e("58489"), a.e("61300"), a.e("25414"), a.e("55084"), a.e("97044"), a.e("87598"), a.e("30028"), a.e("46280"), a.e("26330"), a.e("73945"), a.e("10079"), a.e("58311"), a.e("41954"), a.e("371"), a.e("8332"), a.e("65439"), a.e("32794"), a.e("87675"), a.e("38342"), a.e("68269"), a.e("82545"), a.e("25586"), a.e("710"), a.e("26073"), a.e("72807"), a.e("89272"), a.e("56147"), a.e("67338"), a.e("78563"), a.e("47563"), a.e("51120"), a.e("74562"), a.e("3961"), a.e("16073"), a.e("8769"), a.e("68930"), a.e("86071"), a.e("94536"), a.e("5973"), a.e("1569"), a.e("46720"), a.e("86390"), a.e("64718"), a.e("24966"), a.e("72367"), a.e("19634"), a.e("890"), a.e("55283"), a.e("97036"), a.e("39427"), a.e("95105"), a.e("1449"), a.e("1832"), a.e("40285"), a.e("86247"), a.e("43529"), a.e("73820"), a.e("56797"), a.e("34464"), a.e("413"), a.e("5573")]).then(a.bind(a, 98198)),
'react-partial[partial-name="copilot-chat"]': () => Promise.all([a.e("83465"), a.e("90225"), a.e("98131"), a.e("7542"), a.e("7053"), a.e("2966"), a.e("19762"), a.e("49863"), a.e("59660"), a.e("73694"), a.e("68751"), a.e("42688"), a.e("13835"), a.e("7463"), a.e("41013"), a.e("79039"), a.e("437"), a.e("62094"), a.e("40145"), a.e("46903"), a.e("9247"), a.e("26842"), a.e("53336"), a.e("66554"), a.e("67985"), a.e("12287"), a.e("30045"), a.e("14467"), a.e("59765"), a.e("8857"), a.e("74542"), a.e("10011"), a.e("56545"), a.e("4252"), a.e("64220"), a.e("16111"), a.e("56093"), a.e("22843"), a.e("38728"), a.e("99602"), a.e("71365"), a.e("69174"), a.e("11152"), a.e("58489"), a.e("61300"), a.e("25414"), a.e("55084"), a.e("97044"), a.e("87598"), a.e("30028"), a.e("46280"), a.e("26330"), a.e("10079"), a.e("41954"), a.e("8332"), a.e("65439"), a.e("38342"), a.e("68269"), a.e("47563"), a.e("51120"), a.e("86390"), a.e("72367"), a.e("74861"), a.e("91859"), a.e("16251"), a.e("10073"), a.e("74511"), a.e("1480"), a.e("44216")]).then(a.bind(a, 12944)),
'react-partial[partial-name="copilot-code-chat"]': () => Promise.all([a.e("83465"), a.e("90225"), a.e("98131"), a.e("7542"), a.e("7053"), a.e("2966"), a.e("19762"), a.e("49863"), a.e("59660"), a.e("73694"), a.e("68751"), a.e("42688"), a.e("64220"), a.e("16111"), a.e("56093"), a.e("38728"), a.e("71365"), a.e("91723"), a.e("17662")]).then(a.bind(a, 48446)),
'react-partial[partial-name="copilot-code-review-feedback"]': () => Promise.all([a.e("83465"), a.e("90225"), a.e("98131"), a.e("7542"), a.e("7053"), a.e("2966"), a.e("19762"), a.e("49863"), a.e("59660"), a.e("73694"), a.e("68751"), a.e("42688"), a.e("64220"), a.e("16111"), a.e("79273"), a.e("23526")]).then(a.bind(a, 21703)),
'react-partial[partial-name="copilot-code-review-upsell"]': () => Promise.all([a.e("83465"), a.e("90225"), a.e("98131"), a.e("7542"), a.e("7053"), a.e("2966"), a.e("19762"), a.e("49863"), a.e("59660"), a.e("73694"), a.e("68751"), a.e("42688"), a.e("64220"), a.e("16111"), a.e("37201"), a.e("39628")]).then(a.bind(a, 78159)),
'react-partial[partial-name="copilot-content-exclusion"]': () => Promise.all([a.e("83465"), a.e("90225"), a.e("98131"), a.e("7542"), a.e("7053"), a.e("2966"), a.e("19762"), a.e("49863"), a.e("59660"), a.e("73694"), a.e("68751"), a.e("42688"), a.e("41013"), a.e("64220"), a.e("16111"), a.e("56093"), a.e("62095"), a.e("34004"), a.e("12872")]).then(a.bind(a, 89006)),
'react-partial[partial-name="copilot-generate-pull-title"]': () => Promise.all([a.e("83465"), a.e("90225"), a.e("98131"), a.e("7542"), a.e("7053"), a.e("2966"), a.e("19762"), a.e("49863"), a.e("59660"), a.e("73694"), a.e("68751"), a.e("42688"), a.e("13835"), a.e("64220"), a.e("16111"), a.e("56093"), a.e("38728"), a.e("8122"), a.e("36966")]).then(a.bind(a, 86111)),
'react-partial[partial-name="copilot-immersive-embedded"]': () => Promise.all([a.e("83465"), a.e("90225"), a.e("98131"), a.e("7542"), a.e("19888"), a.e("7053"), a.e("2966"), a.e("19762"), a.e("49863"), a.e("59660"), a.e("73694"), a.e("68751"), a.e("42688"), a.e("13835"), a.e("7463"), a.e("41167"), a.e("41013"), a.e("78885"), a.e("32769"), a.e("89996"), a.e("79039"), a.e("437"), a.e("5062"), a.e("28819"), a.e("62094"), a.e("40145"), a.e("46903"), a.e("9247"), a.e("26842"), a.e("53336"), a.e("66554"), a.e("67985"), a.e("46148"), a.e("4610"), a.e("52345"), a.e("12287"), a.e("70641"), a.e("30045"), a.e("14467"), a.e("59765"), a.e("8857"), a.e("51095"), a.e("74542"), a.e("88957"), a.e("13361"), a.e("46752"), a.e("72608"), a.e("40674"), a.e("48860"), a.e("10011"), a.e("75271"), a.e("55206"), a.e("87245"), a.e("6469"), a.e("87867"), a.e("64220"), a.e("16111"), a.e("56093"), a.e("22843"), a.e("42584"), a.e("54184"), a.e("38728"), a.e("99602"), a.e("88975"), a.e("71365"), a.e("4161"), a.e("69174"), a.e("65364"), a.e("46191"), a.e("11152"), a.e("58489"), a.e("61300"), a.e("25414"), a.e("55084"), a.e("97044"), a.e("87598"), a.e("30028"), a.e("46280"), a.e("26330"), a.e("73945"), a.e("10079"), a.e("58311"), a.e("41954"), a.e("371"), a.e("8332"), a.e("65439"), a.e("32794"), a.e("87675"), a.e("38342"), a.e("68269"), a.e("82545"), a.e("25586"), a.e("710"), a.e("26073"), a.e("72807"), a.e("89272"), a.e("56147"), a.e("67338"), a.e("78563"), a.e("47563"), a.e("51120"), a.e("74562"), a.e("3961"), a.e("16073"), a.e("8769"), a.e("68930"), a.e("86071"), a.e("94536"), a.e("5973"), a.e("1569"), a.e("46720"), a.e("86390"), a.e("64718"), a.e("24966"), a.e("72367"), a.e("19634"), a.e("890"), a.e("55283"), a.e("97036"), a.e("39427"), a.e("95105"), a.e("74861"), a.e("1449"), a.e("1832"), a.e("40285"), a.e("86247"), a.e("20339"), a.e("43529"), a.e("73820"), a.e("91859"), a.e("56797"), a.e("8717"), a.e("36248"), a.e("91025"), a.e("5097"), a.e("14982")]).then(a.bind(a, 74927)),
'react-partial[partial-name="copilot-markdown-toolbar-button"]': () => Promise.all([a.e("83465"), a.e("90225"), a.e("98131"), a.e("7542"), a.e("7053"), a.e("2966"), a.e("19762"), a.e("49863"), a.e("59660"), a.e("73694"), a.e("68751"), a.e("42688"), a.e("7463"), a.e("32769"), a.e("28819"), a.e("3913"), a.e("64220"), a.e("16111"), a.e("56093"), a.e("65364"), a.e("30611"), a.e("56667"), a.e("81925"), a.e("17262")]).then(a.bind(a, 85727)),
'react-partial[partial-name="copilot-model-settings"]': () => Promise.all([a.e("83465"), a.e("90225"), a.e("98131"), a.e("7542"), a.e("7053"), a.e("2966"), a.e("19762"), a.e("49863"), a.e("59660"), a.e("73694"), a.e("68751"), a.e("42688"), a.e("13835"), a.e("64220"), a.e("16111"), a.e("45117"), a.e("45330"), a.e("70735")]).then(a.bind(a, 36874)),
'react-partial[partial-name="copilot-progress-indicator"]': () => Promise.all([a.e("83465"), a.e("90225"), a.e("98131"), a.e("7542"), a.e("7053"), a.e("2966"), a.e("19762"), a.e("49863"), a.e("59660"), a.e("73694"), a.e("68751"), a.e("42688"), a.e("64220"), a.e("16111"), a.e("96773")]).then(a.bind(a, 91517)),
'react-partial[partial-name="copilot-quota-usage"]': () => Promise.all([a.e("83465"), a.e("90225"), a.e("98131"), a.e("7542"), a.e("7053"), a.e("2966"), a.e("19762"), a.e("49863"), a.e("59660"), a.e("73694"), a.e("68751"), a.e("42688"), a.e("64220"), a.e("16111"), a.e("67172"), a.e("1318")]).then(a.bind(a, 11888)),
'react-partial[partial-name="copilot-summary-banner"]': () => Promise.all([a.e("83465"), a.e("90225"), a.e("98131"), a.e("7542"), a.e("7053"), a.e("2966"), a.e("19762"), a.e("49863"), a.e("59660"), a.e("73694"), a.e("68751"), a.e("42688"), a.e("64220"), a.e("16111"), a.e("6568"), a.e("32515")]).then(a.bind(a, 46225)),
'react-partial[partial-name="copilot-survey"]': () => Promise.all([a.e("83465"), a.e("90225"), a.e("98131"), a.e("7542"), a.e("7053"), a.e("2966"), a.e("19762"), a.e("49863"), a.e("59660"), a.e("73694"), a.e("68751"), a.e("42688"), a.e("64220"), a.e("16111"), a.e("23663"), a.e("10524")]).then(a.bind(a, 72865)),
'react-partial[partial-name="copilot-swe-agent-repos-picker"]': () => Promise.all([a.e("83465"), a.e("90225"), a.e("98131"), a.e("7542"), a.e("7053"), a.e("2966"), a.e("19762"), a.e("49863"), a.e("59660"), a.e("73694"), a.e("68751"), a.e("42688"), a.e("13835"), a.e("7463"), a.e("32769"), a.e("28819"), a.e("22003"), a.e("64220"), a.e("16111"), a.e("56093"), a.e("22843"), a.e("65364"), a.e("30611"), a.e("56667"), a.e("60433"), a.e("22553"), a.e("91600"), a.e("43244"), a.e("37305"), a.e("36328")]).then(a.bind(a, 31425)),
'react-partial[partial-name="copilot-swe-agent-third-party-agent-picker"]': () => Promise.all([a.e("83465"), a.e("90225"), a.e("98131"), a.e("7542"), a.e("7053"), a.e("2966"), a.e("19762"), a.e("49863"), a.e("59660"), a.e("73694"), a.e("68751"), a.e("42688"), a.e("64220"), a.e("16111"), a.e("60433"), a.e("98929"), a.e("53171")]).then(a.bind(a, 41563)),
'react-partial[partial-name="copilot-user-checklist"]': () => Promise.all([a.e("83465"), a.e("90225"), a.e("98131"), a.e("7542"), a.e("7053"), a.e("2966"), a.e("19762"), a.e("49863"), a.e("59660"), a.e("73694"), a.e("68751"), a.e("42688"), a.e("64220"), a.e("16111"), a.e("56093"), a.e("38728"), a.e("71365"), a.e("5511"), a.e("5128")]).then(a.bind(a, 30703)),
'react-partial[partial-name="create-branch-button"]': () => Promise.all([a.e("83465"), a.e("90225"), a.e("98131"), a.e("7542"), a.e("7053"), a.e("2966"), a.e("19762"), a.e("49863"), a.e("59660"), a.e("73694"), a.e("68751"), a.e("42688"), a.e("7463"), a.e("79039"), a.e("437"), a.e("64220"), a.e("16111"), a.e("56093"), a.e("99602"), a.e("46191"), a.e("12354"), a.e("90339"), a.e("5147")]).then(a.bind(a, 62331)),
'react-partial[partial-name="create-branch-dialog"]': () => Promise.all([a.e("83465"), a.e("90225"), a.e("98131"), a.e("7542"), a.e("7053"), a.e("2966"), a.e("19762"), a.e("49863"), a.e("59660"), a.e("73694"), a.e("68751"), a.e("42688"), a.e("437"), a.e("64220"), a.e("16111"), a.e("56093"), a.e("99602"), a.e("12259"), a.e("87002"), a.e("51843")]).then(a.bind(a, 81259)),
'react-partial[partial-name="custom-copilot-code-review-comment"]': () => Promise.all([a.e("83465"), a.e("90225"), a.e("98131"), a.e("7542"), a.e("7053"), a.e("2966"), a.e("19762"), a.e("49863"), a.e("59660"), a.e("73694"), a.e("68751"), a.e("42688"), a.e("64220"), a.e("16111"), a.e("45422")]).then(a.bind(a, 80934)),
'react-partial[partial-name="custom-signup-content-manager"]': () => Promise.all([a.e("83465"), a.e("90225"), a.e("98131"), a.e("7542"), a.e("7053"), a.e("2966"), a.e("19762"), a.e("49863"), a.e("59660"), a.e("73694"), a.e("68751"), a.e("42688"), a.e("64220"), a.e("16111"), a.e("20765")]).then(a.bind(a, 14560)),
'react-partial[partial-name="custom-signup-content"]': () => Promise.all([a.e("83465"), a.e("90225"), a.e("98131"), a.e("7542"), a.e("7053"), a.e("2966"), a.e("19762"), a.e("49863"), a.e("59660"), a.e("73694"), a.e("68751"), a.e("42688"), a.e("70641"), a.e("71236"), a.e("64220"), a.e("16111"), a.e("63168"), a.e("347")]).then(a.bind(a, 42764)),
'react-partial[partial-name="dashboard-lists"]': () => Promise.all([a.e("83465"), a.e("90225"), a.e("98131"), a.e("7542"), a.e("19888"), a.e("7053"), a.e("2966"), a.e("19762"), a.e("49863"), a.e("59660"), a.e("73694"), a.e("68751"), a.e("42688"), a.e("13835"), a.e("7463"), a.e("41167"), a.e("41013"), a.e("78885"), a.e("89996"), a.e("79039"), a.e("437"), a.e("5062"), a.e("62094"), a.e("46903"), a.e("9247"), a.e("26842"), a.e("53336"), a.e("66554"), a.e("13754"), a.e("64220"), a.e("16111"), a.e("56093"), a.e("22843"), a.e("42584"), a.e("54184"), a.e("38728"), a.e("99602"), a.e("88975"), a.e("71365"), a.e("4161"), a.e("69174"), a.e("46191"), a.e("11152"), a.e("61300"), a.e("55084"), a.e("97044"), a.e("87598"), a.e("30028"), a.e("73945"), a.e("10079"), a.e("58311"), a.e("87675"), a.e("26073"), a.e("89272"), a.e("8769"), a.e("1449"), a.e("80098"), a.e("4809")]).then(a.bind(a, 51199)),
'react-partial[partial-name="dashboard-repositories"]': () => Promise.all([a.e("83465"), a.e("90225"), a.e("98131"), a.e("7542"), a.e("19888"), a.e("7053"), a.e("2966"), a.e("19762"), a.e("49863"), a.e("59660"), a.e("73694"), a.e("68751"), a.e("42688"), a.e("13835"), a.e("60873"), a.e("64220"), a.e("16111"), a.e("56093"), a.e("73945"), a.e("66984"), a.e("28315"), a.e("3798")]).then(a.bind(a, 31313)),
'react-partial[partial-name="date-picker-partial"]': () => Promise.all([a.e("83465"), a.e("90225"), a.e("98131"), a.e("7542"), a.e("7053"), a.e("2966"), a.e("19762"), a.e("49863"), a.e("59660"), a.e("73694"), a.e("68751"), a.e("42688"), a.e("64220"), a.e("16111"), a.e("86604")]).then(a.bind(a, 63313)),
'react-partial[partial-name="date-time-settings"]': () => Promise.all([a.e("83465"), a.e("90225"), a.e("98131"), a.e("7542"), a.e("7053"), a.e("2966"), a.e("19762"), a.e("49863"), a.e("59660"), a.e("73694"), a.e("68751"), a.e("42688"), a.e("64220"), a.e("16111"), a.e("60433"), a.e("94472"), a.e("46633")]).then(a.bind(a, 71082)),
'react-partial[partial-name="demo-repo-tour"]': () => Promise.all([a.e("83465"), a.e("90225"), a.e("98131"), a.e("7542"), a.e("7053"), a.e("2966"), a.e("19762"), a.e("49863"), a.e("59660"), a.e("73694"), a.e("68751"), a.e("42688"), a.e("64220"), a.e("16111"), a.e("71442"), a.e("94762")]).then(a.bind(a, 95318)),
'react-partial[partial-name="dependabot-alert-assignees-section"]': () => Promise.all([a.e("83465"), a.e("90225"), a.e("98131"), a.e("7542"), a.e("7053"), a.e("2966"), a.e("19762"), a.e("49863"), a.e("59660"), a.e("73694"), a.e("68751"), a.e("42688"), a.e("13835"), a.e("79039"), a.e("18293"), a.e("64220"), a.e("16111"), a.e("56093"), a.e("22843"), a.e("69174"), a.e("46191"), a.e("26330"), a.e("18434"), a.e("79052"), a.e("29523")]).then(a.bind(a, 98954)),
'react-partial[partial-name="dependabot-alert-show-header"]': () => Promise.all([a.e("83465"), a.e("90225"), a.e("98131"), a.e("7542"), a.e("7053"), a.e("2966"), a.e("19762"), a.e("49863"), a.e("59660"), a.e("73694"), a.e("68751"), a.e("42688"), a.e("41013"), a.e("64220"), a.e("16111"), a.e("56093"), a.e("371"), a.e("1434"), a.e("27704")]).then(a.bind(a, 11657)),
'react-partial[partial-name="dependabot-repository-access-org-settings"]': () => Promise.all([a.e("83465"), a.e("90225"), a.e("98131"), a.e("7542"), a.e("7053"), a.e("2966"), a.e("19762"), a.e("49863"), a.e("59660"), a.e("73694"), a.e("68751"), a.e("42688"), a.e("13835"), a.e("7463"), a.e("32769"), a.e("28819"), a.e("22003"), a.e("64220"), a.e("16111"), a.e("56093"), a.e("22843"), a.e("65364"), a.e("30611"), a.e("56667"), a.e("22553"), a.e("91600"), a.e("43244"), a.e("15368"), a.e("73340")]).then(a.bind(a, 85866)),
'react-partial[partial-name="education-schools-auto-complete"]': () => Promise.all([a.e("83465"), a.e("90225"), a.e("98131"), a.e("7542"), a.e("7053"), a.e("2966"), a.e("19762"), a.e("49863"), a.e("59660"), a.e("73694"), a.e("68751"), a.e("42688"), a.e("64220"), a.e("16111"), a.e("37512"), a.e("8999")]).then(a.bind(a, 54272)),
'react-partial[partial-name="email-subscription-form"]': () => Promise.all([a.e("83465"), a.e("90225"), a.e("98131"), a.e("7542"), a.e("7053"), a.e("2966"), a.e("19762"), a.e("49863"), a.e("59660"), a.e("73694"), a.e("68751"), a.e("42688"), a.e("64220"), a.e("16111"), a.e("56093"), a.e("50859"), a.e("77790")]).then(a.bind(a, 20287)),
'react-partial[partial-name="enterprise-team"]': () => Promise.all([a.e("83465"), a.e("90225"), a.e("98131"), a.e("7542"), a.e("7053"), a.e("2966"), a.e("19762"), a.e("49863"), a.e("59660"), a.e("73694"), a.e("68751"), a.e("42688"), a.e("64220"), a.e("16111"), a.e("56093"), a.e("88975"), a.e("80742"), a.e("67638")]).then(a.bind(a, 35165)),
'react-partial[partial-name="enterprise-teams-table-view"]': () => Promise.all([a.e("83465"), a.e("90225"), a.e("98131"), a.e("7542"), a.e("7053"), a.e("2966"), a.e("19762"), a.e("49863"), a.e("59660"), a.e("73694"), a.e("68751"), a.e("42688"), a.e("64220"), a.e("16111"), a.e("98012"), a.e("51640")]).then(a.bind(a, 52263)),
'react-partial[partial-name="external-group-team-mismatch-widget"]': () => Promise.all([a.e("83465"), a.e("90225"), a.e("98131"), a.e("7542"), a.e("7053"), a.e("2966"), a.e("19762"), a.e("49863"), a.e("59660"), a.e("73694"), a.e("68751"), a.e("42688"), a.e("64220"), a.e("16111"), a.e("93972"), a.e("26698")]).then(a.bind(a, 10148)),
'react-partial[partial-name="fix-workflow-button"]': () => Promise.all([a.e("83465"), a.e("90225"), a.e("98131"), a.e("7542"), a.e("7053"), a.e("2966"), a.e("19762"), a.e("49863"), a.e("59660"), a.e("73694"), a.e("68751"), a.e("42688"), a.e("13835"), a.e("7463"), a.e("41167"), a.e("41013"), a.e("78885"), a.e("89996"), a.e("79039"), a.e("437"), a.e("5062"), a.e("62094"), a.e("40145"), a.e("46903"), a.e("51095"), a.e("39250"), a.e("81871"), a.e("64220"), a.e("16111"), a.e("56093"), a.e("22843"), a.e("42584"), a.e("54184"), a.e("38728"), a.e("99602"), a.e("88975"), a.e("71365"), a.e("4161"), a.e("69174"), a.e("46191"), a.e("11152"), a.e("58489"), a.e("61300"), a.e("25414"), a.e("55084"), a.e("97044"), a.e("87598"), a.e("30028"), a.e("46280"), a.e("58311"), a.e("41954"), a.e("8332"), a.e("65439"), a.e("38342"), a.e("68269"), a.e("26073"), a.e("89272"), a.e("56147"), a.e("3961"), a.e("19918"), a.e("27859"), a.e("33403")]).then(a.bind(a, 20873)),
'react-partial[partial-name="getting-started-todo-list"]': () => Promise.all([a.e("83465"), a.e("90225"), a.e("98131"), a.e("7542"), a.e("7053"), a.e("2966"), a.e("19762"), a.e("49863"), a.e("59660"), a.e("73694"), a.e("68751"), a.e("42688"), a.e("64220"), a.e("16111"), a.e("82850"), a.e("74759")]).then(a.bind(a, 35209)),
'react-partial[partial-name="global-agents-menu"]': () => Promise.all([a.e("83465"), a.e("90225"), a.e("98131"), a.e("7542"), a.e("7053"), a.e("2966"), a.e("19762"), a.e("49863"), a.e("59660"), a.e("73694"), a.e("68751"), a.e("42688"), a.e("13835"), a.e("7463"), a.e("41167"), a.e("41013"), a.e("78885"), a.e("89996"), a.e("79039"), a.e("437"), a.e("5062"), a.e("62094"), a.e("40145"), a.e("46903"), a.e("51095"), a.e("39250"), a.e("59490"), a.e("64220"), a.e("16111"), a.e("56093"), a.e("22843"), a.e("42584"), a.e("54184"), a.e("38728"), a.e("99602"), a.e("88975"), a.e("71365"), a.e("4161"), a.e("69174"), a.e("46191"), a.e("11152"), a.e("58489"), a.e("61300"), a.e("25414"), a.e("55084"), a.e("97044"), a.e("87598"), a.e("30028"), a.e("46280"), a.e("58311"), a.e("41954"), a.e("8332"), a.e("65439"), a.e("38342"), a.e("68269"), a.e("26073"), a.e("89272"), a.e("56147"), a.e("3961"), a.e("19918"), a.e("91699"), a.e("44201")]).then(a.bind(a, 14049)),
'react-partial[partial-name="global-copilot-menu"]': () => Promise.all([a.e("83465"), a.e("90225"), a.e("98131"), a.e("7542"), a.e("7053"), a.e("2966"), a.e("19762"), a.e("49863"), a.e("59660"), a.e("73694"), a.e("68751"), a.e("42688"), a.e("13835"), a.e("64220"), a.e("16111"), a.e("56093"), a.e("22843"), a.e("38728"), a.e("8332"), a.e("92845"), a.e("61544"), a.e("5711")]).then(a.bind(a, 99899)),
'react-partial[partial-name="global-create-menu"]': () => Promise.all([a.e("83465"), a.e("90225"), a.e("98131"), a.e("7542"), a.e("7053"), a.e("2966"), a.e("19762"), a.e("49863"), a.e("59660"), a.e("73694"), a.e("68751"), a.e("42688"), a.e("64220"), a.e("16111"), a.e("70889"), a.e("81901"), a.e("70931")]).then(a.bind(a, 18361)),
'react-partial[partial-name="global-nav-bar"]': () => Promise.all([a.e("83465"), a.e("90225"), a.e("98131"), a.e("7542"), a.e("19888"), a.e("7053"), a.e("2966"), a.e("19762"), a.e("49863"), a.e("59660"), a.e("73694"), a.e("68751"), a.e("42688"), a.e("13835"), a.e("79039"), a.e("26533"), a.e("40674"), a.e("64220"), a.e("16111"), a.e("56093"), a.e("22843"), a.e("38728"), a.e("69174"), a.e("46191"), a.e("73945"), a.e("8332"), a.e("70889"), a.e("92845"), a.e("93748"), a.e("36751"), a.e("81758")]).then(a.bind(a, 33387)),
'react-partial[partial-name="global-nav-menu"]': () => Promise.all([a.e("83465"), a.e("90225"), a.e("98131"), a.e("7542"), a.e("19888"), a.e("7053"), a.e("2966"), a.e("19762"), a.e("49863"), a.e("59660"), a.e("73694"), a.e("68751"), a.e("42688"), a.e("13835"), a.e("71167"), a.e("64220"), a.e("16111"), a.e("56093"), a.e("73945"), a.e("66984"), a.e("60102"), a.e("90894"), a.e("87176")]).then(a.bind(a, 69117)),
'react-partial[partial-name="global-sso-banner"]': () => Promise.all([a.e("83465"), a.e("90225"), a.e("98131"), a.e("7542"), a.e("7053"), a.e("2966"), a.e("19762"), a.e("49863"), a.e("59660"), a.e("73694"), a.e("68751"), a.e("42688"), a.e("64220"), a.e("16111"), a.e("67338"), a.e("26026"), a.e("33291")]).then(a.bind(a, 54332)),
'react-partial[partial-name="global-user-nav-drawer"]': () => Promise.all([a.e("83465"), a.e("90225"), a.e("98131"), a.e("7542"), a.e("7053"), a.e("2966"), a.e("19762"), a.e("49863"), a.e("59660"), a.e("73694"), a.e("68751"), a.e("42688"), a.e("13835"), a.e("7463"), a.e("64220"), a.e("16111"), a.e("67338"), a.e("13803"), a.e("11335"), a.e("38832")]).then(a.bind(a, 80575)),
'react-partial[partial-name="growth-banner-partial"]': () => Promise.all([a.e("83465"), a.e("90225"), a.e("98131"), a.e("7542"), a.e("7053"), a.e("2966"), a.e("19762"), a.e("49863"), a.e("59660"), a.e("73694"), a.e("68751"), a.e("42688"), a.e("64220"), a.e("16111"), a.e("97767"), a.e("70785")]).then(a.bind(a, 87207)),
'react-partial[partial-name="insights-sidenav-partial"]': () => Promise.all([a.e("83465"), a.e("90225"), a.e("98131"), a.e("7542"), a.e("7053"), a.e("2966"), a.e("19762"), a.e("49863"), a.e("59660"), a.e("73694"), a.e("68751"), a.e("42688"), a.e("64220"), a.e("16111"), a.e("92725"), a.e("23481")]).then(a.bind(a, 55655)),
'react-partial[partial-name="integration-permission-selector"]': () => Promise.all([a.e("83465"), a.e("90225"), a.e("98131"), a.e("7542"), a.e("7053"), a.e("2966"), a.e("19762"), a.e("49863"), a.e("59660"), a.e("73694"), a.e("68751"), a.e("42688"), a.e("7463"), a.e("41167"), a.e("78885"), a.e("89996"), a.e("5062"), a.e("85436"), a.e("64220"), a.e("16111"), a.e("22843"), a.e("42584"), a.e("54184"), a.e("88975"), a.e("4161"), a.e("39621")]).then(a.bind(a, 32831)),
'react-partial[partial-name="internal-api-insights"]': () => Promise.all([a.e("83465"), a.e("90225"), a.e("98131"), a.e("7542"), a.e("7053"), a.e("2966"), a.e("19762"), a.e("49863"), a.e("59660"), a.e("73694"), a.e("68751"), a.e("42688"), a.e("64220"), a.e("16111"), a.e("13560"), a.e("86583")]).then(a.bind(a, 28196)),
'react-partial[partial-name="keyboard-shortcuts-dialog"]': () => Promise.all([a.e("83465"), a.e("90225"), a.e("98131"), a.e("7542"), a.e("7053"), a.e("2966"), a.e("19762"), a.e("49863"), a.e("59660"), a.e("73694"), a.e("68751"), a.e("42688"), a.e("64220"), a.e("16111"), a.e("22843"), a.e("70335"), a.e("38963")]).then(a.bind(a, 57845)),
'react-partial[partial-name="launch-code"]': () => Promise.all([a.e("83465"), a.e("90225"), a.e("98131"), a.e("7542"), a.e("7053"), a.e("2966"), a.e("19762"), a.e("49863"), a.e("59660"), a.e("73694"), a.e("68751"), a.e("42688"), a.e("70641"), a.e("64220"), a.e("16111"), a.e("32749"), a.e("84182")]).then(a.bind(a, 38302)),
'react-partial[partial-name="licensify-licenses"]': () => Promise.all([a.e("83465"), a.e("90225"), a.e("98131"), a.e("7542"), a.e("7053"), a.e("2966"), a.e("19762"), a.e("49863"), a.e("59660"), a.e("73694"), a.e("68751"), a.e("42688"), a.e("7463"), a.e("41167"), a.e("78885"), a.e("89996"), a.e("5062"), a.e("85436"), a.e("64220"), a.e("16111"), a.e("22843"), a.e("42584"), a.e("54184"), a.e("88975"), a.e("4161"), a.e("99272")]).then(a.bind(a, 8391)),
'react-partial[partial-name="licensing-advanced-security-overview"]': () => Promise.all([a.e("83465"), a.e("90225"), a.e("98131"), a.e("7542"), a.e("7053"), a.e("2966"), a.e("19762"), a.e("49863"), a.e("59660"), a.e("73694"), a.e("68751"), a.e("42688"), a.e("41167"), a.e("64220"), a.e("16111"), a.e("71478"), a.e("83794"), a.e("64583"), a.e("19015")]).then(a.bind(a, 98554)),
'react-partial[partial-name="licensing-copilot-details"]': () => Promise.all([a.e("83465"), a.e("90225"), a.e("98131"), a.e("7542"), a.e("7053"), a.e("2966"), a.e("19762"), a.e("49863"), a.e("59660"), a.e("73694"), a.e("68751"), a.e("42688"), a.e("7463"), a.e("41167"), a.e("78885"), a.e("89996"), a.e("5062"), a.e("85436"), a.e("64220"), a.e("16111"), a.e("22843"), a.e("42584"), a.e("54184"), a.e("88975"), a.e("4161"), a.e("71478"), a.e("85807"), a.e("30653"), a.e("20235")]).then(a.bind(a, 82778)),
'react-partial[partial-name="licensing-copilot-overview"]': () => Promise.all([a.e("83465"), a.e("90225"), a.e("98131"), a.e("7542"), a.e("7053"), a.e("2966"), a.e("19762"), a.e("49863"), a.e("59660"), a.e("73694"), a.e("68751"), a.e("42688"), a.e("64220"), a.e("16111"), a.e("71478"), a.e("30653"), a.e("79178"), a.e("37814")]).then(a.bind(a, 88721)),
'react-partial[partial-name="licensing-enterprise-cloud-details"]': () => Promise.all([a.e("83465"), a.e("90225"), a.e("98131"), a.e("7542"), a.e("7053"), a.e("2966"), a.e("19762"), a.e("49863"), a.e("59660"), a.e("73694"), a.e("68751"), a.e("42688"), a.e("13835"), a.e("41167"), a.e("98811"), a.e("64220"), a.e("16111"), a.e("71478"), a.e("63503"), a.e("37653"), a.e("8786")]).then(a.bind(a, 11508)),
'react-partial[partial-name="licensing-enterprise-overview"]': () => Promise.all([a.e("83465"), a.e("90225"), a.e("98131"), a.e("7542"), a.e("7053"), a.e("2966"), a.e("19762"), a.e("49863"), a.e("59660"), a.e("73694"), a.e("68751"), a.e("42688"), a.e("41167"), a.e("64220"), a.e("16111"), a.e("71478"), a.e("83794"), a.e("63503"), a.e("79583"), a.e("20753")]).then(a.bind(a, 29186)),
'react-partial[partial-name="licensing-enterprise-server-overview"]': () => Promise.all([a.e("83465"), a.e("90225"), a.e("98131"), a.e("7542"), a.e("7053"), a.e("2966"), a.e("19762"), a.e("49863"), a.e("59660"), a.e("73694"), a.e("68751"), a.e("42688"), a.e("41167"), a.e("64220"), a.e("16111"), a.e("17513"), a.e("38797")]).then(a.bind(a, 25743)),
'react-partial[partial-name="marketing-navigation"]': () => Promise.all([a.e("83465"), a.e("90225"), a.e("98131"), a.e("7542"), a.e("7053"), a.e("2966"), a.e("19762"), a.e("49863"), a.e("59660"), a.e("73694"), a.e("68751"), a.e("42688"), a.e("71236"), a.e("64220"), a.e("16111"), a.e("71954"), a.e("801"), a.e("70168")]).then(a.bind(a, 88115)),
'react-partial[partial-name="mergebox-partial"]': () => Promise.all([a.e("83465"), a.e("90225"), a.e("98131"), a.e("7542"), a.e("7053"), a.e("2966"), a.e("19762"), a.e("49863"), a.e("59660"), a.e("73694"), a.e("68751"), a.e("42688"), a.e("13835"), a.e("7463"), a.e("41167"), a.e("41013"), a.e("78885"), a.e("89996"), a.e("79039"), a.e("5062"), a.e("32795"), a.e("64220"), a.e("16111"), a.e("56093"), a.e("22843"), a.e("42584"), a.e("54184"), a.e("38728"), a.e("88975"), a.e("71365"), a.e("4161"), a.e("46191"), a.e("26073"), a.e("4062"), a.e("97856")]).then(a.bind(a, 18462)),
'react-partial[partial-name="metadata-suggestion-staffbar-component"]': () => Promise.all([a.e("83465"), a.e("90225"), a.e("98131"), a.e("7542"), a.e("7053"), a.e("2966"), a.e("19762"), a.e("49863"), a.e("59660"), a.e("73694"), a.e("68751"), a.e("42688"), a.e("64220"), a.e("16111"), a.e("80931"), a.e("97179")]).then(a.bind(a, 68045)),
'react-partial[partial-name="metered-enterprise-server-licenses"]': () => Promise.all([a.e("83465"), a.e("90225"), a.e("98131"), a.e("7542"), a.e("7053"), a.e("2966"), a.e("19762"), a.e("49863"), a.e("59660"), a.e("73694"), a.e("68751"), a.e("42688"), a.e("64220"), a.e("16111"), a.e("32846"), a.e("31982")]).then(a.bind(a, 31916)),
'react-partial[partial-name="navigation-test-nav"]': () => Promise.all([a.e("83465"), a.e("90225"), a.e("98131"), a.e("7542"), a.e("7053"), a.e("2966"), a.e("19762"), a.e("49863"), a.e("59660"), a.e("73694"), a.e("68751"), a.e("42688"), a.e("64220"), a.e("16111"), a.e("57636")]).then(a.bind(a, 91567)),
'react-partial[partial-name="network-configurations-select-panel"]': () => Promise.all([a.e("83465"), a.e("90225"), a.e("98131"), a.e("7542"), a.e("7053"), a.e("2966"), a.e("19762"), a.e("49863"), a.e("59660"), a.e("73694"), a.e("68751"), a.e("42688"), a.e("64220"), a.e("16111"), a.e("94979"), a.e("33959")]).then(a.bind(a, 12291)),
'react-partial[partial-name="new-agent-task-button"]': () => Promise.all([a.e("83465"), a.e("90225"), a.e("98131"), a.e("7542"), a.e("7053"), a.e("2966"), a.e("19762"), a.e("49863"), a.e("59660"), a.e("73694"), a.e("68751"), a.e("42688"), a.e("64220"), a.e("16111"), a.e("66759"), a.e("47746")]).then(a.bind(a, 13819)),
'react-partial[partial-name="new-agent-task-form"]': () => Promise.all([a.e("83465"), a.e("90225"), a.e("98131"), a.e("7542"), a.e("7053"), a.e("2966"), a.e("19762"), a.e("49863"), a.e("59660"), a.e("73694"), a.e("68751"), a.e("42688"), a.e("13835"), a.e("7463"), a.e("79039"), a.e("437"), a.e("62094"), a.e("40145"), a.e("46903"), a.e("81971"), a.e("64220"), a.e("16111"), a.e("56093"), a.e("22843"), a.e("38728"), a.e("99602"), a.e("71365"), a.e("69174"), a.e("11152"), a.e("58489"), a.e("61300"), a.e("25414"), a.e("55084"), a.e("97044"), a.e("87598"), a.e("30028"), a.e("46280"), a.e("58311"), a.e("41954"), a.e("8332"), a.e("65439"), a.e("38342"), a.e("68269"), a.e("56147"), a.e("90808")]).then(a.bind(a, 68230)),
'react-partial[partial-name="notifications-subscriptions-menu"]': () => Promise.all([a.e("83465"), a.e("90225"), a.e("98131"), a.e("7542"), a.e("7053"), a.e("2966"), a.e("19762"), a.e("49863"), a.e("59660"), a.e("73694"), a.e("68751"), a.e("42688"), a.e("64220"), a.e("16111"), a.e("81644"), a.e("7872")]).then(a.bind(a, 38786)),
'react-partial[partial-name="nux-dashboard-refresh"]': () => Promise.all([a.e("83465"), a.e("90225"), a.e("98131"), a.e("7542"), a.e("7053"), a.e("2966"), a.e("19762"), a.e("49863"), a.e("59660"), a.e("73694"), a.e("68751"), a.e("42688"), a.e("64220"), a.e("16111"), a.e("5511"), a.e("36694"), a.e("52425")]).then(a.bind(a, 72284)),
'react-partial[partial-name="product-announcement"]': () => Promise.all([a.e("83465"), a.e("90225"), a.e("98131"), a.e("7542"), a.e("7053"), a.e("2966"), a.e("19762"), a.e("49863"), a.e("59660"), a.e("73694"), a.e("68751"), a.e("42688"), a.e("70641"), a.e("46752"), a.e("6469"), a.e("64220"), a.e("16111"), a.e("20339"), a.e("91948")]).then(a.bind(a, 65497)),
'react-partial[partial-name="pull-requests-processing-indicator"]': () => Promise.all([a.e("83465"), a.e("90225"), a.e("98131"), a.e("7542"), a.e("7053"), a.e("2966"), a.e("19762"), a.e("49863"), a.e("59660"), a.e("73694"), a.e("68751"), a.e("42688"), a.e("64220"), a.e("16111"), a.e("93089"), a.e("29777")]).then(a.bind(a, 64634)),
'react-partial[partial-name="react-partial-anchor-example"]': () => Promise.all([a.e("83465"), a.e("90225"), a.e("98131"), a.e("7542"), a.e("7053"), a.e("2966"), a.e("19762"), a.e("49863"), a.e("59660"), a.e("73694"), a.e("68751"), a.e("42688"), a.e("64220"), a.e("16111"), a.e("69049")]).then(a.bind(a, 82770)),
'react-partial[partial-name="react-partial-example"]': () => Promise.all([a.e("83465"), a.e("90225"), a.e("98131"), a.e("7542"), a.e("7053"), a.e("2966"), a.e("19762"), a.e("49863"), a.e("59660"), a.e("73694"), a.e("68751"), a.e("42688"), a.e("64220"), a.e("16111"), a.e("68225")]).then(a.bind(a, 43004)),
'react-partial[partial-name="react-sandbox-sidenav"]': () => Promise.all([a.e("83465"), a.e("90225"), a.e("98131"), a.e("7542"), a.e("7053"), a.e("2966"), a.e("19762"), a.e("49863"), a.e("59660"), a.e("73694"), a.e("68751"), a.e("42688"), a.e("64220"), a.e("16111"), a.e("32948"), a.e("56681")]).then(a.bind(a, 91484)),
'react-partial[partial-name="ref-selector-partial"]': () => Promise.all([a.e("83465"), a.e("90225"), a.e("98131"), a.e("7542"), a.e("7053"), a.e("2966"), a.e("19762"), a.e("49863"), a.e("59660"), a.e("73694"), a.e("68751"), a.e("42688"), a.e("437"), a.e("64220"), a.e("16111"), a.e("56093"), a.e("99602"), a.e("79127"), a.e("60336")]).then(a.bind(a, 62859)),
'react-partial[partial-name="repos-overview"]': () => Promise.all([a.e("83465"), a.e("90225"), a.e("98131"), a.e("7542"), a.e("19888"), a.e("7053"), a.e("2966"), a.e("19762"), a.e("49863"), a.e("59660"), a.e("73694"), a.e("68751"), a.e("42688"), a.e("13835"), a.e("7463"), a.e("41013"), a.e("79039"), a.e("437"), a.e("29763"), a.e("64220"), a.e("16111"), a.e("56093"), a.e("62095"), a.e("99602"), a.e("46191"), a.e("73945"), a.e("41954"), a.e("78563"), a.e("16073"), a.e("86071"), a.e("97274"), a.e("49396"), a.e("7353"), a.e("97522")]).then(a.bind(a, 76070)),
'react-partial[partial-name="repository-runners"]': () => Promise.all([a.e("83465"), a.e("90225"), a.e("98131"), a.e("7542"), a.e("7053"), a.e("2966"), a.e("19762"), a.e("49863"), a.e("59660"), a.e("73694"), a.e("68751"), a.e("42688"), a.e("7463"), a.e("41167"), a.e("78885"), a.e("89996"), a.e("5062"), a.e("85436"), a.e("64220"), a.e("16111"), a.e("22843"), a.e("42584"), a.e("54184"), a.e("88975"), a.e("4161"), a.e("86495")]).then(a.bind(a, 33540)),
'react-partial[partial-name="search-results"]': () => Promise.all([a.e("83465"), a.e("90225"), a.e("98131"), a.e("7542"), a.e("7053"), a.e("2966"), a.e("19762"), a.e("49863"), a.e("59660"), a.e("73694"), a.e("68751"), a.e("42688"), a.e("64220"), a.e("16111"), a.e("26954"), a.e("31034")]).then(a.bind(a, 2532)),
'react-partial[partial-name="secret-scanning-bypass-reviewers-dialog"]': () => Promise.all([a.e("83465"), a.e("90225"), a.e("98131"), a.e("7542"), a.e("7053"), a.e("2966"), a.e("19762"), a.e("49863"), a.e("59660"), a.e("73694"), a.e("68751"), a.e("42688"), a.e("64220"), a.e("16111"), a.e("44493"), a.e("56943"), a.e("77972")]).then(a.bind(a, 55507)),
'react-partial[partial-name="security-center-pagination"]': () => Promise.all([a.e("83465"), a.e("90225"), a.e("98131"), a.e("7542"), a.e("7053"), a.e("2966"), a.e("19762"), a.e("49863"), a.e("59660"), a.e("73694"), a.e("68751"), a.e("42688"), a.e("64220"), a.e("16111"), a.e("57067"), a.e("850")]).then(a.bind(a, 64021)),
'react-partial[partial-name="security-overview-export-button"]': () => Promise.all([a.e("83465"), a.e("90225"), a.e("98131"), a.e("7542"), a.e("7053"), a.e("2966"), a.e("19762"), a.e("49863"), a.e("59660"), a.e("73694"), a.e("68751"), a.e("42688"), a.e("64220"), a.e("16111"), a.e("50324"), a.e("87271")]).then(a.bind(a, 73146)),
'react-partial[partial-name="sessions-auth-header"]': () => Promise.all([a.e("83465"), a.e("90225"), a.e("98131"), a.e("7542"), a.e("7053"), a.e("2966"), a.e("19762"), a.e("49863"), a.e("59660"), a.e("73694"), a.e("68751"), a.e("42688"), a.e("64220"), a.e("16111"), a.e("29888"), a.e("27525")]).then(a.bind(a, 85230)),
'react-partial[partial-name="shared-dismissal"]': () => Promise.all([a.e("83465"), a.e("90225"), a.e("98131"), a.e("7542"), a.e("7053"), a.e("2966"), a.e("19762"), a.e("49863"), a.e("59660"), a.e("73694"), a.e("68751"), a.e("42688"), a.e("64220"), a.e("16111"), a.e("17223"), a.e("4403"), a.e("71640")]).then(a.bind(a, 97287)),
'react-partial[partial-name="sponsor-org-dependencies"]': () => Promise.all([a.e("83465"), a.e("90225"), a.e("98131"), a.e("7542"), a.e("7053"), a.e("2966"), a.e("19762"), a.e("49863"), a.e("59660"), a.e("73694"), a.e("68751"), a.e("42688"), a.e("64220"), a.e("16111"), a.e("71746"), a.e("61356")]).then(a.bind(a, 84162)),
'react-partial[partial-name="sponsors-dashboard-your-sponsors"]': () => Promise.all([a.e("83465"), a.e("90225"), a.e("98131"), a.e("7542"), a.e("7053"), a.e("2966"), a.e("19762"), a.e("49863"), a.e("59660"), a.e("73694"), a.e("68751"), a.e("42688"), a.e("64220"), a.e("16111"), a.e("54023"), a.e("64075")]).then(a.bind(a, 75469)),
'react-partial[partial-name="sponsors-explore-filter"]': () => Promise.all([a.e("83465"), a.e("90225"), a.e("98131"), a.e("7542"), a.e("7053"), a.e("2966"), a.e("19762"), a.e("49863"), a.e("59660"), a.e("73694"), a.e("68751"), a.e("42688"), a.e("64220"), a.e("16111"), a.e("97438"), a.e("95159")]).then(a.bind(a, 93131)),
'react-partial[partial-name="sponsors-meet-the-team-list"]': () => Promise.all([a.e("83465"), a.e("90225"), a.e("98131"), a.e("7542"), a.e("7053"), a.e("2966"), a.e("19762"), a.e("49863"), a.e("59660"), a.e("73694"), a.e("68751"), a.e("42688"), a.e("41167"), a.e("78885"), a.e("89996"), a.e("5062"), a.e("52579"), a.e("64220"), a.e("16111"), a.e("22843"), a.e("42584"), a.e("54184"), a.e("8787"), a.e("30255")]).then(a.bind(a, 8446)),
'react-partial[partial-name="sponsors-newsletters"]': () => Promise.all([a.e("83465"), a.e("90225"), a.e("98131"), a.e("7542"), a.e("7053"), a.e("2966"), a.e("19762"), a.e("49863"), a.e("59660"), a.e("73694"), a.e("68751"), a.e("42688"), a.e("64220"), a.e("16111"), a.e("31123"), a.e("74263")]).then(a.bind(a, 84969)),
'react-partial[partial-name="sponsors-signup"]': () => Promise.all([a.e("83465"), a.e("90225"), a.e("98131"), a.e("7542"), a.e("7053"), a.e("2966"), a.e("19762"), a.e("49863"), a.e("59660"), a.e("73694"), a.e("68751"), a.e("42688"), a.e("64220"), a.e("16111"), a.e("13539"), a.e("21679")]).then(a.bind(a, 52815)),
'react-partial[partial-name="sso-orgs-settings-list"]': () => Promise.all([a.e("83465"), a.e("90225"), a.e("98131"), a.e("7542"), a.e("7053"), a.e("2966"), a.e("19762"), a.e("49863"), a.e("59660"), a.e("73694"), a.e("68751"), a.e("42688"), a.e("64220"), a.e("16111"), a.e("84007"), a.e("7829")]).then(a.bind(a, 76542)),
'react-partial[partial-name="teams-settings-page"]': () => Promise.all([a.e("83465"), a.e("90225"), a.e("98131"), a.e("7542"), a.e("7053"), a.e("2966"), a.e("19762"), a.e("49863"), a.e("59660"), a.e("73694"), a.e("68751"), a.e("42688"), a.e("64220"), a.e("16111"), a.e("29745"), a.e("92457")]).then(a.bind(a, 73593)),
'react-partial[partial-name="trade-screening-status-banner"]': () => Promise.all([a.e("83465"), a.e("90225"), a.e("98131"), a.e("7542"), a.e("7053"), a.e("2966"), a.e("19762"), a.e("49863"), a.e("59660"), a.e("73694"), a.e("68751"), a.e("42688"), a.e("64220"), a.e("16111"), a.e("76732")]).then(a.bind(a, 68381)),
'react-partial[partial-name="user-status-dialog"]': () => Promise.all([a.e("83465"), a.e("90225"), a.e("98131"), a.e("7542"), a.e("7053"), a.e("2966"), a.e("19762"), a.e("49863"), a.e("59660"), a.e("73694"), a.e("68751"), a.e("42688"), a.e("13835"), a.e("437"), a.e("46148"), a.e("64220"), a.e("16111"), a.e("22843"), a.e("58489"), a.e("34682"), a.e("5971"), a.e("11446")]).then(a.bind(a, 14392)),
'react-partial[partial-name="webcam-upload"]': () => Promise.all([a.e("83465"), a.e("90225"), a.e("98131"), a.e("7542"), a.e("7053"), a.e("2966"), a.e("19762"), a.e("49863"), a.e("59660"), a.e("73694"), a.e("68751"), a.e("42688"), a.e("64220"), a.e("16111"), a.e("92983"), a.e("22072")]).then(a.bind(a, 20899)),
'react-partial[partial-name="your-sponsorships"]': () => Promise.all([a.e("83465"), a.e("90225"), a.e("98131"), a.e("7542"), a.e("7053"), a.e("2966"), a.e("19762"), a.e("49863"), a.e("59660"), a.e("73694"), a.e("68751"), a.e("42688"), a.e("64220"), a.e("16111"), a.e("81093"), a.e("13670")]).then(a.bind(a, 2185)),
"profile-pins": () => Promise.all([a.e("3560"), a.e("75334")]).then(a.bind(a, 14117)),
"emoji-picker": () => a.e("44449").then(a.bind(a, 85016)),
"insights-query": () => Promise.all([a.e("7463"), a.e("41167"), a.e("78885"), a.e("6880"), a.e("4241"), a.e("64220"), a.e("45214"), a.e("31408")]).then(a.bind(a, 33690)),
"remote-clipboard-copy": () => Promise.all([a.e("96232"), a.e("61696"), a.e("87238")]).then(a.bind(a, 70565)),
"series-table": () => Promise.all([a.e("7463"), a.e("41167"), a.e("78885"), a.e("6880"), a.e("4241"), a.e("45214"), a.e("35727")]).then(a.bind(a, 95706)),
"line-chart": () => Promise.all([a.e("7463"), a.e("41167"), a.e("78885"), a.e("6880"), a.e("4241"), a.e("45214"), a.e("40170")]).then(a.bind(a, 85425)),
"bar-chart": () => Promise.all([a.e("7463"), a.e("41167"), a.e("78885"), a.e("6880"), a.e("4241"), a.e("45214"), a.e("51729")]).then(a.bind(a, 17056)),
"column-chart": () => Promise.all([a.e("7463"), a.e("41167"), a.e("78885"), a.e("6880"), a.e("4241"), a.e("45214"), a.e("37066")]).then(a.bind(a, 38289)),
"stacked-area-chart": () => Promise.all([a.e("7463"), a.e("41167"), a.e("78885"), a.e("6880"), a.e("4241"), a.e("45214"), a.e("9463")]).then(a.bind(a, 12578)),
"hero-stat": () => Promise.all([a.e("7463"), a.e("41167"), a.e("78885"), a.e("6880"), a.e("4241"), a.e("45214"), a.e("99162")]).then(a.bind(a, 33089)),
"pulse-authors-graph": () => Promise.all([a.e("70530"), a.e("54761")]).then(a.bind(a, 51568)),
"community-contributions-graph": () => Promise.all([a.e("70530"), a.e("15687"), a.e("53451"), a.e("69496")]).then(a.bind(a, 1963)),
"discussion-page-views-graph": () => Promise.all([a.e("70530"), a.e("15687"), a.e("1142")]).then(a.bind(a, 949)),
"discussions-daily-contributors": () => Promise.all([a.e("70530"), a.e("15687"), a.e("53451"), a.e("33377")]).then(a.bind(a, 80792)),
"discussions-new-contributors": () => Promise.all([a.e("70530"), a.e("15687"), a.e("53451"), a.e("69278")]).then(a.bind(a, 92365)),
"contributors-graph": () => Promise.all([a.e("70530"), a.e("15687"), a.e("53451"), a.e("94577"), a.e("84225"), a.e("30181")]).then(a.bind(a, 836)),
"marketplace-insights-graph": () => Promise.all([a.e("70530"), a.e("15687"), a.e("53451"), a.e("50586")]).then(a.bind(a, 12577)),
"user-sessions-map": () => Promise.all([a.e("70530"), a.e("94577"), a.e("74399"), a.e("99064")]).then(a.bind(a, 65387)),
"reload-after-polling": () => a.e("9660").then(a.bind(a, 59607)),
"package-dependencies-security-graph": () => Promise.all([a.e("70530"), a.e("74448")]).then(a.bind(a, 60755)),
".js-sub-dependencies": () => a.e("71264").then(a.bind(a, 76675)),
"network-graph": () => Promise.all([a.e("2966"), a.e("40366"), a.e("34279")]).then(a.bind(a, 53562)),
"inline-machine-translation": () => Promise.all([a.e("51987"), a.e("64220"), a.e("20750")]).then(a.bind(a, 74557)),
"custom-patterns-filter": () => Promise.all([a.e("2966"), a.e("7463"), a.e("96232"), a.e("61110"), a.e("5261"), a.e("57433"), a.e("52719"), a.e("4138"), a.e("97983")]).then(a.bind(a, 92489))
})
},
94571(e, t, a) {
let n;
a.d(t, {
Se: () => A,
FB: () => p,
p_: () => O,
CF: () => u,
aC: () => $,
zV: () => q
});
let i = new WeakSet
, r = new WeakMap;
function l(e=document) {
if (r.has(e))
return r.get(e);
let t = !1
, a = new MutationObserver(e => {
for (let t of e)
if ("attributes" === t.type && t.target instanceof Element)
c(t.target);
else if ("childList" === t.type && t.addedNodes.length)
for (let e of t.addedNodes)
e instanceof Element && o(e)
}
);
a.observe(e, {
childList: !0,
subtree: !0,
attributeFilter: ["data-action"]
});
let n = {
get closed() {
return t
},
unsubscribe() {
t = !0,
r.delete(e),
a.disconnect()
}
};
return r.set(e, n),
n
}
function o(e) {
for (let t of e.querySelectorAll("[data-action]"))
c(t);
e instanceof Element && e.hasAttribute("data-action") && c(e)
}
function s(e) {
let t = e.currentTarget;
for (let a of d(t))
if (e.type === a.type) {
let n = t.closest(a.tag);
i.has(n) && "function" == typeof n[a.method] && na.method;
let r = t.getRootNode();
if (r instanceof ShadowRoot && i.has(r.host) && r.host.matches(a.tag)) {
let t = r.host;
"function" == typeof t[a.method] && ta.method
}
}
}
function *d(e) {
for (let t of (e.getAttribute("data-action") || "").trim().split(/\s+/)) {
let e = t.lastIndexOf(":")
, a = Math.max(0, t.lastIndexOf("#")) || t.length;
yield{
type: t.slice(0, e),
tag: t.slice(e + 1, a),
method: t.slice(a + 1) || "handleEvent"
}
}
}
function c(e) {
for (let t of d(e))
e.addEventListener(t.type, s)
}
function p(e, t) {
let a = e.tagName.toLowerCase();
if (e.shadowRoot) {
for (let n of e.shadowRoot.querySelectorAll([data-target~="${a}.${t}"]))
if (!n.closest(a))
return n
}
for (let n of e.querySelectorAll([data-target~="${a}.${t}"]))
if (n.closest(a) === e)
return n
}
let m = e => String("symbol" == typeof e ? e.description : e).replace(/(A-Z)/g, "-$1").replace(/--/g, "-").replace(/^-|-$/, "").toLowerCase()
, b = (e, t="property") => {
let a = m(e);
if (!a.includes("-"))
throw new DOMException(${t}: ${String(e)} is not a valid ${t} name,"SyntaxError");
return a
}
, h = "attr";
function u(e, t) {
j(e, h).add(t)
}
let g = new WeakSet;
function P(e, t) {
if (g.has(e))
return;
g.add(e);
let a = Object.getPrototypeOf(e)
, n = a?.constructor?.attrPrefix ?? "data-";
for (let i of (t || (t = j(a, h)),
t)) {
let t = e[i]
, a = b(${n}${i})
, r = {
configurable: !0,
get() {
return this.getAttribute(a) || ""
},
set(e) {
this.setAttribute(a, e || "")
}
};
"number" == typeof t ? r = {
configurable: !0,
get() {
return Number(this.getAttribute(a) || 0)
},
set(e) {
this.setAttribute(a, e)
}
} : "boolean" == typeof t && (r = {
configurable: !0,
get() {
return this.hasAttribute(a)
},
set(e) {
this.toggleAttribute(a, e)
}
}),
Object.defineProperty(e, i, r),
i in e && !e.hasAttribute(a) && r.set.call(e, t)
}
}
let f = new Map
, y = new Promise(e => {
"loading" !== document.readyState ? e() : document.addEventListener("readystatechange", () => e(), {
once: !0
})
}
)
, w = new Promise(e => {
let t = new AbortController;
t.signal.addEventListener("abort", () => e());
let a = {
once: !0,
passive: !0,
signal: t.signal
}
, n = () => t.abort();
document.addEventListener("mousedown", n, a),
document.addEventListener("touchstart", n, a),
document.addEventListener("keydown", n, a),
document.addEventListener("pointerdown", n, a)
}
)
, v = {
ready: () => y,
firstInteraction: () => w,
visible: e => new Promise(t => {
let a = new IntersectionObserver(e => {
for (let n of e)
if (n.isIntersecting) {
t(),
a.disconnect();
return
}
}
,{
rootMargin: "0px 0px 256px 0px",
threshold: .01
});
for (let t of document.querySelectorAll(e))
a.observe(t)
}
)
}
, k = new WeakMap;
function x(e) {
cancelAnimationFrame(k.get(e) || 0),
k.set(e, requestAnimationFrame( () => {
for (let t of f.keys()) {
let a = e instanceof Element && e.matches(t) ? e : e.querySelector(t);
if (customElements.get(t) || a) {
let n = a?.getAttribute("data-load-on") || "ready"
, i = n in v ? v[n] : v.ready;
for (let e of f.get(t) || [])
i(t).then(e);
f.delete(t),
k.delete(e)
}
}
}
))
}
function A(e, t) {
for (let[a,n] of ("string" == typeof e && t && (e = {
[e]: t
}),
Object.entries(e)))
f.has(a) || f.set(a, new Set),
f.get(a).add(n);
C(document)
}
function C(e) {
n || (n = new MutationObserver(e => {
if (f.size)
for (let t of e)
for (let e of t.addedNodes)
e instanceof Element && x(e)
}
)),
x(e),
n.observe(e, {
subtree: !0,
childList: !0
})
}
let S = Symbol.for("catalyst");
class E {
constructor(e, t) {
const a = this
, n = e.prototype.connectedCallback;
e.prototype.connectedCallback = function() {
a.connectedCallback(this, n)
}
;
const i = e.prototype.disconnectedCallback;
e.prototype.disconnectedCallback = function() {
a.disconnectedCallback(this, i)
}
;
const r = e.prototype.attributeChangedCallback;
e.prototype.attributeChangedCallback = function(e, t, n) {
a.attributeChangedCallback(this, e, t, n, r)
}
;
let l = e.observedAttributes || [];
Object.defineProperty(e, "observedAttributes", {
configurable: !0,
get() {
return a.observedAttributes(this, l)
},
set(e) {
l = e
}
}),
function(e) {
let t = e.observedAttributes || []
, a = e.attrPrefix ?? "data-"
, n = e => b(${a}${e});
Object.defineProperty(e, "observedAttributes", {
configurable: !0,
get: () => [...j(e.prototype, h)].map(n).concat(t),
set(e) {
t = e
}
})
}(e),
function(e, t) {
let a = t || m(e.name).replace(/-element$/, "");
try {
window.customElements.define(a, e),
window[e.name] = customElements.get(a)
} catch (e) {
if (!(e instanceof DOMException && "NotSupportedError" === e.name))
throw e
}
}(e, t)
}
observedAttributes(e, t) {
return t
}
connectedCallback(e, t) {
var a, n;
for (let t of (e.toggleAttribute("data-catalyst", !0),
customElements.upgrade(e),
e.querySelectorAll("template[data-shadowroot]")))
t.parentElement === e && e.attachShadow({
mode: "closed" === t.getAttribute("data-shadowroot") ? "closed" : "open"
}).append(t.content.cloneNode(!0));
(P(e),
i.add(e),
e.shadowRoot && (o(n = e.shadowRoot),
l(n)),
o(e),
l(e.ownerDocument),
t?.call(e),
e.shadowRoot) && (o(a = e.shadowRoot),
l(a),
C(e.shadowRoot))
}
disconnectedCallback(e, t) {
t?.call(e)
}
attributeChangedCallback(e, t, a, n, i) {
P(e),
"data-catalyst" !== t && i && i.call(e, t, a, n)
}
}
function j(e, t) {
if (!Object.prototype.hasOwnProperty.call(e, S)) {
let t = e[S]
, a = e[S] = new Map;
if (t)
for (let[e,n] of t)
a.set(e, new Set(n))
}
let a = e[S];
return a.has(t) || a.set(t, new Set),
a.get(t)
}
function $(e, t) {
j(e, "target").add(t),
Object.defineProperty(e, t, {
configurable: !0,
get() {
return p(this, t)
}
})
}
function q(e, t) {
j(e, "targets").add(t),
Object.defineProperty(e, t, {
configurable: !0,
get() {
let e = this.tagName.toLowerCase()
, a = [];
if (this.shadowRoot)
for (let n of this.shadowRoot.querySelectorAll([data-targets~="${e}.${t}"]))
n.closest(e) || a.push(n);
for (let n of this.querySelectorAll([data-targets~="${e}.${t}"]))
n.closest(e) === this && a.push(n);
return a
}
})
}
function O(e) {
if ("string" == typeof e)
return t => {
new E(t,e)
}
;
new E(e)
}
}
}, function(e) {
e(e.s = 49783)
}
]);
//# sourceMappingURL=element-registry-be60e37ce439c2d9-592638730e6ab73d.js.map

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

integration-tests: recommended This change needs to be tested for breaking changes. See https://arc.net/l/quote/tdmpakpm

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants