@verdaccio/ui-theme 6.0.0-6-next.12 → 6.0.0-6-next.16
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +24 -0
- package/package.json +48 -55
- package/static/Dependencies.06493eae2f534100706f.js +2 -0
- package/static/Dependencies.06493eae2f534100706f.js.LICENSE.txt +78 -0
- package/static/Dist.06493eae2f534100706f.js +2 -0
- package/static/Dist.06493eae2f534100706f.js.LICENSE.txt +58 -0
- package/static/Engines.06493eae2f534100706f.js +2 -0
- package/static/Engines.06493eae2f534100706f.js.LICENSE.txt +66 -0
- package/static/Home.06493eae2f534100706f.js +2 -0
- package/static/Home.06493eae2f534100706f.js.LICENSE.txt +222 -0
- package/static/Install.06493eae2f534100706f.js +2 -0
- package/static/Install.06493eae2f534100706f.js.LICENSE.txt +66 -0
- package/static/NotFound.06493eae2f534100706f.js +2 -0
- package/static/NotFound.06493eae2f534100706f.js.LICENSE.txt +40 -0
- package/static/Provider.06493eae2f534100706f.js +2 -0
- package/static/Provider.06493eae2f534100706f.js.LICENSE.txt +32 -0
- package/static/Repository.06493eae2f534100706f.js +2 -0
- package/static/Repository.06493eae2f534100706f.js.LICENSE.txt +50 -0
- package/static/UpLinks.06493eae2f534100706f.js +2 -0
- package/static/UpLinks.06493eae2f534100706f.js.LICENSE.txt +56 -0
- package/static/Version.06493eae2f534100706f.js +2 -0
- package/static/Version.06493eae2f534100706f.js.LICENSE.txt +366 -0
- package/static/Versions.06493eae2f534100706f.js +2 -0
- package/static/Versions.06493eae2f534100706f.js.LICENSE.txt +64 -0
- package/static/index.html +1 -1
- package/static/main.06493eae2f534100706f.js +2 -0
- package/static/{main.87dd0a7ff6e306a24166.js.LICENSE.txt → main.06493eae2f534100706f.js.LICENSE.txt} +65 -683
- package/static/manifest.json +17 -3
- package/static/runtime.06493eae2f534100706f.js +2 -0
- package/static/{runtime.87dd0a7ff6e306a24166.js.LICENSE.txt → runtime.06493eae2f534100706f.js.LICENSE.txt} +2 -2
- package/static/vendors-node_modules_pnpm_mui_icons-material_5_3_0_f7153a14dc0eae8cfac34c81a09a926d_node_modu-5a53b3.06493eae2f534100706f.js +2 -0
- package/static/vendors-node_modules_pnpm_mui_icons-material_5_3_0_f7153a14dc0eae8cfac34c81a09a926d_node_modu-5a53b3.06493eae2f534100706f.js.LICENSE.txt +140 -0
- package/static/vendors-node_modules_pnpm_mui_icons-material_5_3_0_f7153a14dc0eae8cfac34c81a09a926d_node_modu-fefbfb.06493eae2f534100706f.js +2 -0
- package/static/vendors-node_modules_pnpm_mui_icons-material_5_3_0_f7153a14dc0eae8cfac34c81a09a926d_node_modu-fefbfb.06493eae2f534100706f.js.LICENSE.txt +110 -0
- package/static/vendors-node_modules_pnpm_mui_material_5_3_0_f5341c4d41f1e34c3a73251df9f98a19_node_modules_mu-2ed8d2.06493eae2f534100706f.js +2 -0
- package/static/vendors-node_modules_pnpm_mui_material_5_3_0_f5341c4d41f1e34c3a73251df9f98a19_node_modules_mu-2ed8d2.06493eae2f534100706f.js.LICENSE.txt +316 -0
- package/static/vendors.06493eae2f534100706f.js +103 -0
- package/static/{vendors.87dd0a7ff6e306a24166.js.LICENSE.txt → vendors.06493eae2f534100706f.js.LICENSE.txt} +2299 -940
- package/.babelrc +0 -33
- package/.eslintrc +0 -115
- package/.stylelintrc +0 -40
- package/config/env.js +0 -9
- package/jest/api/packages.json +0 -42
- package/jest/identity.js +0 -29
- package/jest/jest.config.js +0 -39
- package/jest/jestEnvironment.js +0 -1
- package/jest/server-handlers.ts +0 -9
- package/jest/server.ts +0 -6
- package/jest/setup-env.ts +0 -15
- package/jest/setup.ts +0 -31
- package/jest/unit/components/__mocks__/api.ts +0 -47
- package/jest/unit/components/__mocks__/token.ts +0 -31
- package/jest/unit/components/store/login.ts +0 -23
- package/jest/unit/components/store/logo.ts +0 -7
- package/jest/unit/components/store/package.ts +0 -174
- package/jest/unit/components/store/packageMeta.ts +0 -592
- package/jest/unit/empty.ts +0 -1
- package/lib/constants.ts +0 -9
- package/src/App/App.test.tsx +0 -123
- package/src/App/App.tsx +0 -54
- package/src/App/AppError.tsx +0 -38
- package/src/App/AppRoute.tsx +0 -63
- package/src/App/Footer/Footer.test.tsx +0 -20
- package/src/App/Footer/Footer.tsx +0 -111
- package/src/App/Footer/__snapshots__/Footer.test.tsx.snap +0 -456
- package/src/App/Footer/index.ts +0 -1
- package/src/App/Footer/styles.ts +0 -44
- package/src/App/Header/Header.test.tsx +0 -152
- package/src/App/Header/Header.tsx +0 -74
- package/src/App/Header/HeaderGreetings.tsx +0 -22
- package/src/App/Header/HeaderInfoDialog.tsx +0 -19
- package/src/App/Header/HeaderLeft.tsx +0 -31
- package/src/App/Header/HeaderMenu.tsx +0 -65
- package/src/App/Header/HeaderRight.tsx +0 -118
- package/src/App/Header/HeaderToolTip.tsx +0 -19
- package/src/App/Header/HeaderToolTipIcon.tsx +0 -75
- package/src/App/Header/LanguageSwitch.tsx +0 -125
- package/src/App/Header/LoginDialog/LoginDialog.test.tsx +0 -112
- package/src/App/Header/LoginDialog/LoginDialog.tsx +0 -81
- package/src/App/Header/LoginDialog/LoginDialogCloseButton.tsx +0 -32
- package/src/App/Header/LoginDialog/LoginDialogForm.tsx +0 -97
- package/src/App/Header/LoginDialog/LoginDialogFormError.tsx +0 -43
- package/src/App/Header/LoginDialog/LoginDialogHeader.tsx +0 -48
- package/src/App/Header/LoginDialog/__snapshots__/LoginDialog.test.tsx.snap +0 -3
- package/src/App/Header/LoginDialog/index.ts +0 -1
- package/src/App/Header/RegistryInfoContent/RegistryInfoContent.test.tsx +0 -27
- package/src/App/Header/RegistryInfoContent/RegistryInfoContent.tsx +0 -155
- package/src/App/Header/RegistryInfoContent/index.ts +0 -1
- package/src/App/Header/RegistryInfoDialog/RegistryInfoDialog.tsx +0 -30
- package/src/App/Header/RegistryInfoDialog/index.ts +0 -1
- package/src/App/Header/RegistryInfoDialog/styles.ts +0 -16
- package/src/App/Header/RegistryInfoDialog/types.ts +0 -7
- package/src/App/Header/Search/Search.test.tsx +0 -168
- package/src/App/Header/Search/Search.tsx +0 -127
- package/src/App/Header/Search/SearchAdornment.tsx +0 -18
- package/src/App/Header/Search/__snapshots__/Search.test.tsx.snap +0 -101
- package/src/App/Header/Search/index.ts +0 -1
- package/src/App/Header/index.ts +0 -1
- package/src/App/Header/styles.ts +0 -89
- package/src/App/index.ts +0 -1
- package/src/App/utils/loadable.tsx +0 -10
- package/src/components/.eslintrc +0 -7
- package/src/components/ActionBar/ActionBar.test.tsx +0 -91
- package/src/components/ActionBar/ActionBar.tsx +0 -45
- package/src/components/ActionBar/ActionBarAction.tsx +0 -75
- package/src/components/ActionBar/__snapshots__/ActionBar.test.tsx.snap +0 -122
- package/src/components/ActionBar/index.ts +0 -1
- package/src/components/AppBar.tsx +0 -10
- package/src/components/Author/Author.test.tsx +0 -75
- package/src/components/Author/Author.tsx +0 -47
- package/src/components/Author/__snapshots__/Author.test.tsx.snap +0 -353
- package/src/components/Author/index.ts +0 -1
- package/src/components/Author/styles.ts +0 -23
- package/src/components/AutoComplete/AutoComplete.tsx +0 -179
- package/src/components/AutoComplete/AutoCompleteV2.tsx +0 -296
- package/src/components/AutoComplete/index.ts +0 -1
- package/src/components/AutoComplete/styles.tsx +0 -58
- package/src/components/AutoComplete/useAutoComplete.tsx +0 -61
- package/src/components/Avatar.tsx +0 -3
- package/src/components/Box.tsx +0 -8
- package/src/components/Button.tsx +0 -10
- package/src/components/Card.tsx +0 -10
- package/src/components/CardActions.tsx +0 -13
- package/src/components/CardContent.tsx +0 -10
- package/src/components/Chip.tsx +0 -10
- package/src/components/CircularProgress.tsx +0 -15
- package/src/components/CopyToClipBoard.tsx +0 -45
- package/src/components/Dialog.tsx +0 -10
- package/src/components/DialogActions.tsx +0 -16
- package/src/components/DialogContent.tsx +0 -16
- package/src/components/DialogTitle.tsx +0 -10
- package/src/components/Divider.tsx +0 -10
- package/src/components/FloatingActionButton.tsx +0 -12
- package/src/components/FormControl.tsx +0 -10
- package/src/components/FormHelperText.tsx +0 -16
- package/src/components/Grid.tsx +0 -10
- package/src/components/Heading.tsx +0 -15
- package/src/components/IconButton.tsx +0 -10
- package/src/components/Icons/.eslintrc +0 -5
- package/src/components/Icons/Earth.tsx +0 -36
- package/src/components/Icons/FileBinary.tsx +0 -20
- package/src/components/Icons/Law.tsx +0 -20
- package/src/components/Icons/License.tsx +0 -18
- package/src/components/Icons/Time.tsx +0 -19
- package/src/components/Icons/Version.tsx +0 -20
- package/src/components/Icons/index.ts +0 -5
- package/src/components/Input.tsx +0 -10
- package/src/components/InputAdornment/InputAdornment.tsx +0 -16
- package/src/components/InputAdornment/index.ts +0 -1
- package/src/components/InputLabel.tsx +0 -10
- package/src/components/Label/Label.test.tsx +0 -15
- package/src/components/Label/Label.tsx +0 -35
- package/src/components/Label/__snapshots__/Label.test.tsx.snap +0 -14
- package/src/components/Label/index.ts +0 -1
- package/src/components/Link.tsx +0 -39
- package/src/components/List.tsx +0 -10
- package/src/components/ListItem.tsx +0 -23
- package/src/components/ListItemText.tsx +0 -16
- package/src/components/Loading/Loading.test.tsx +0 -12
- package/src/components/Loading/Loading.tsx +0 -17
- package/src/components/Loading/Spinner/Spinner.test.tsx +0 -14
- package/src/components/Loading/Spinner/Spinner.tsx +0 -35
- package/src/components/Loading/Spinner/__snapshots__/Spinner.test.tsx.snap +0 -148
- package/src/components/Loading/Spinner/index.tsx +0 -1
- package/src/components/Loading/__snapshots__/Loading.test.tsx.snap +0 -86
- package/src/components/Loading/index.ts +0 -1
- package/src/components/Loading/styles.ts +0 -17
- package/src/components/Logo/Logo.test.tsx +0 -12
- package/src/components/Logo/Logo.tsx +0 -55
- package/src/components/Logo/__snapshots__/Logo.test.tsx.snap +0 -19
- package/src/components/Logo/img/logo-black-and-white.svg +0 -1
- package/src/components/Logo/img/logo.svg +0 -1
- package/src/components/Logo/index.ts +0 -1
- package/src/components/Menu.tsx +0 -10
- package/src/components/MenuItem.tsx +0 -25
- package/src/components/NotFound/NotFound.tsx +0 -52
- package/src/components/NotFound/Notfound.test.tsx +0 -37
- package/src/components/NotFound/__snapshots__/Notfound.test.tsx.snap +0 -44
- package/src/components/NotFound/img/package.svg +0 -1
- package/src/components/NotFound/index.ts +0 -1
- package/src/components/NotFound/styles.ts +0 -40
- package/src/components/Paper.tsx +0 -10
- package/src/components/SnackbarContent.tsx +0 -15
- package/src/components/SvgIcon.tsx +0 -38
- package/src/components/Tab.tsx +0 -10
- package/src/components/Tabs.tsx +0 -14
- package/src/components/Text/Text.tsx +0 -17
- package/src/components/Text/TextConfig.ts +0 -7
- package/src/components/Text/index.ts +0 -2
- package/src/components/TextField/TextField.test.tsx +0 -16
- package/src/components/TextField/TextField.tsx +0 -23
- package/src/components/TextField/__snapshots__/TextField.test.tsx.snap +0 -19
- package/src/components/TextField/index.ts +0 -1
- package/src/components/Toolbar.tsx +0 -10
- package/src/components/Tooltip.tsx +0 -25
- package/src/design-tokens/ResetStyles.tsx +0 -44
- package/src/design-tokens/StyleBaseline.tsx +0 -14
- package/src/design-tokens/ThemeContext.ts +0 -13
- package/src/design-tokens/ThemeProvider.tsx +0 -44
- package/src/design-tokens/emotion.ts +0 -5
- package/src/design-tokens/load-dayjs-locale.ts +0 -98
- package/src/design-tokens/theme.ts +0 -159
- package/src/design-tokens/useLocalStorage.ts +0 -40
- package/src/design-tokens/useOnClickOutside.ts +0 -28
- package/src/design-tokens/useTheme.ts +0 -7
- package/src/i18n/ABOUT_TRANSLATIONS.md +0 -13
- package/src/i18n/config.ts +0 -52
- package/src/i18n/crowdin/ui.json +0 -170
- package/src/i18n/deprecated_translations_dont_use/cs-CZ.json +0 -168
- package/src/i18n/deprecated_translations_dont_use/de-DE.json +0 -168
- package/src/i18n/deprecated_translations_dont_use/en-US.json +0 -170
- package/src/i18n/deprecated_translations_dont_use/es-ES.json +0 -168
- package/src/i18n/deprecated_translations_dont_use/fr-FR.json +0 -168
- package/src/i18n/deprecated_translations_dont_use/ja-JP.json +0 -168
- package/src/i18n/deprecated_translations_dont_use/km-KH.json +0 -168
- package/src/i18n/deprecated_translations_dont_use/pt-BR.json +0 -168
- package/src/i18n/deprecated_translations_dont_use/ru-RU.json +0 -168
- package/src/i18n/deprecated_translations_dont_use/tr-TR.json +0 -168
- package/src/i18n/deprecated_translations_dont_use/uk-UA.json +0 -168
- package/src/i18n/deprecated_translations_dont_use/zh-CN.json +0 -168
- package/src/i18n/deprecated_translations_dont_use/zh-TW.json +0 -165
- package/src/i18n/download_translations/ar-SA/ui.json +0 -170
- package/src/i18n/download_translations/cs-CZ/ui.json +0 -170
- package/src/i18n/download_translations/de-DE/ui.json +0 -170
- package/src/i18n/download_translations/es-ES/ui.json +0 -170
- package/src/i18n/download_translations/fi-FI/ui.json +0 -170
- package/src/i18n/download_translations/fil-PH/ui.json +0 -170
- package/src/i18n/download_translations/fr-FR/ui.json +0 -170
- package/src/i18n/download_translations/gl-ES/ui.json +0 -170
- package/src/i18n/download_translations/hi-IN/ui.json +0 -170
- package/src/i18n/download_translations/it-IT/ui.json +0 -170
- package/src/i18n/download_translations/ja-JP/ui.json +0 -170
- package/src/i18n/download_translations/km-KH/ui.json +0 -170
- package/src/i18n/download_translations/ko-KR/ui.json +0 -170
- package/src/i18n/download_translations/pl-PL/ui.json +0 -170
- package/src/i18n/download_translations/pt-BR/ui.json +0 -170
- package/src/i18n/download_translations/pt-PT/ui.json +0 -170
- package/src/i18n/download_translations/ro-RO/ui.json +0 -170
- package/src/i18n/download_translations/ru-RU/ui.json +0 -170
- package/src/i18n/download_translations/si-LK/ui.json +0 -170
- package/src/i18n/download_translations/sr-CS/ui.json +0 -170
- package/src/i18n/download_translations/sr-SP/ui.json +0 -170
- package/src/i18n/download_translations/tg-TJ/ui.json +0 -170
- package/src/i18n/download_translations/tr-TR/ui.json +0 -170
- package/src/i18n/download_translations/uk-UA/ui.json +0 -170
- package/src/i18n/download_translations/vi-VN/ui.json +0 -170
- package/src/i18n/download_translations/yo-NG/ui.json +0 -170
- package/src/i18n/download_translations/zh-CN/ui.json +0 -170
- package/src/i18n/download_translations/zh-TW/ui.json +0 -170
- package/src/i18n/enabledLanguages.ts +0 -35
- package/src/index.tsx +0 -36
- package/src/lib/constants.ts +0 -9
- package/src/pages/Version/DetailContainer/Dependencies/Dependencies.test.tsx +0 -93
- package/src/pages/Version/DetailContainer/Dependencies/Dependencies.tsx +0 -100
- package/src/pages/Version/DetailContainer/Dependencies/index.ts +0 -1
- package/src/pages/Version/DetailContainer/Dependencies/styles.ts +0 -26
- package/src/pages/Version/DetailContainer/Dependencies/types.ts +0 -7
- package/src/pages/Version/DetailContainer/Deprecated/Deprecated.test.tsx +0 -34
- package/src/pages/Version/DetailContainer/Deprecated/Deprecated.tsx +0 -31
- package/src/pages/Version/DetailContainer/Deprecated/index.ts +0 -1
- package/src/pages/Version/DetailContainer/DetailContainer.test.tsx +0 -13
- package/src/pages/Version/DetailContainer/DetailContainer.tsx +0 -37
- package/src/pages/Version/DetailContainer/DetailContainerContent.tsx +0 -41
- package/src/pages/Version/DetailContainer/DetailContainerContentReadme.tsx +0 -19
- package/src/pages/Version/DetailContainer/DetailContainerTabs.tsx +0 -36
- package/src/pages/Version/DetailContainer/NoItems/NoItems.tsx +0 -16
- package/src/pages/Version/DetailContainer/NoItems/Noitems.test.tsx +0 -16
- package/src/pages/Version/DetailContainer/NoItems/__snapshots__/Noitems.test.tsx.snap +0 -9
- package/src/pages/Version/DetailContainer/NoItems/index.ts +0 -1
- package/src/pages/Version/DetailContainer/Readme/Readme.spec.tsx +0 -19
- package/src/pages/Version/DetailContainer/Readme/Readme.tsx +0 -22
- package/src/pages/Version/DetailContainer/Readme/__snapshots__/Readme.spec.tsx.snap +0 -94
- package/src/pages/Version/DetailContainer/Readme/index.ts +0 -1
- package/src/pages/Version/DetailContainer/Readme/types.ts +0 -3
- package/src/pages/Version/DetailContainer/UpLinks/UpLinks.test.tsx +0 -58
- package/src/pages/Version/DetailContainer/UpLinks/UpLinks.tsx +0 -45
- package/src/pages/Version/DetailContainer/UpLinks/__snapshots__/UpLinks.test.tsx.snap +0 -247
- package/src/pages/Version/DetailContainer/UpLinks/index.ts +0 -1
- package/src/pages/Version/DetailContainer/UpLinks/styles.ts +0 -24
- package/src/pages/Version/DetailContainer/Versions/Versions.test.tsx +0 -60
- package/src/pages/Version/DetailContainer/Versions/Versions.tsx +0 -41
- package/src/pages/Version/DetailContainer/Versions/VersionsHistoryList.tsx +0 -40
- package/src/pages/Version/DetailContainer/Versions/VersionsTagList.tsx +0 -28
- package/src/pages/Version/DetailContainer/Versions/__partials__/data.json +0 -5984
- package/src/pages/Version/DetailContainer/Versions/__snapshots__/Versions.test.tsx.snap +0 -3
- package/src/pages/Version/DetailContainer/Versions/index.ts +0 -1
- package/src/pages/Version/DetailContainer/Versions/styles.ts +0 -30
- package/src/pages/Version/DetailContainer/__snapshots__/DetailContainer.test.tsx.snap +0 -103
- package/src/pages/Version/DetailContainer/index.ts +0 -1
- package/src/pages/Version/DetailSidebar/DetailSidebar.tsx +0 -55
- package/src/pages/Version/DetailSidebar/DetailSidebarFundButton.test.tsx +0 -111
- package/src/pages/Version/DetailSidebar/DetailSidebarFundButton.tsx +0 -53
- package/src/pages/Version/DetailSidebar/DetailSidebarTitle.tsx +0 -40
- package/src/pages/Version/DetailSidebar/Developers/Developers.test.tsx +0 -117
- package/src/pages/Version/DetailSidebar/Developers/Developers.tsx +0 -90
- package/src/pages/Version/DetailSidebar/Developers/DevelopersTitle.tsx +0 -32
- package/src/pages/Version/DetailSidebar/Developers/__snapshots__/Developers.test.tsx.snap +0 -380
- package/src/pages/Version/DetailSidebar/Developers/get-unique-developer-values.ts +0 -16
- package/src/pages/Version/DetailSidebar/Developers/index.ts +0 -1
- package/src/pages/Version/DetailSidebar/Developers/styles.ts +0 -31
- package/src/pages/Version/DetailSidebar/Dist/Dist.test.tsx +0 -78
- package/src/pages/Version/DetailSidebar/Dist/Dist.tsx +0 -49
- package/src/pages/Version/DetailSidebar/Dist/__snapshots__/Dist.test.tsx.snap +0 -602
- package/src/pages/Version/DetailSidebar/Dist/index.ts +0 -1
- package/src/pages/Version/DetailSidebar/Dist/styles.ts +0 -27
- package/src/pages/Version/DetailSidebar/Engines/Engines.test.tsx +0 -71
- package/src/pages/Version/DetailSidebar/Engines/Engines.tsx +0 -58
- package/src/pages/Version/DetailSidebar/Engines/img/node.png +0 -0
- package/src/pages/Version/DetailSidebar/Engines/index.ts +0 -1
- package/src/pages/Version/DetailSidebar/Engines/styles.ts +0 -14
- package/src/pages/Version/DetailSidebar/Install/Install.test.tsx +0 -64
- package/src/pages/Version/DetailSidebar/Install/Install.tsx +0 -52
- package/src/pages/Version/DetailSidebar/Install/InstallListItem.tsx +0 -97
- package/src/pages/Version/DetailSidebar/Install/__partials__/data.json +0 -5984
- package/src/pages/Version/DetailSidebar/Install/img/npm.svg +0 -15
- package/src/pages/Version/DetailSidebar/Install/img/pnpm.svg +0 -1
- package/src/pages/Version/DetailSidebar/Install/img/yarn.svg +0 -1
- package/src/pages/Version/DetailSidebar/Install/index.ts +0 -1
- package/src/pages/Version/DetailSidebar/Repository/Repository.test.tsx +0 -78
- package/src/pages/Version/DetailSidebar/Repository/Repository.tsx +0 -93
- package/src/pages/Version/DetailSidebar/Repository/__partials__/data.json +0 -5984
- package/src/pages/Version/DetailSidebar/Repository/__snapshots__/Repository.test.tsx.snap +0 -3
- package/src/pages/Version/DetailSidebar/Repository/img/git.png +0 -0
- package/src/pages/Version/DetailSidebar/Repository/index.ts +0 -1
- package/src/pages/Version/DetailSidebar/index.ts +0 -1
- package/src/pages/Version/Version.test.tsx +0 -68
- package/src/pages/Version/Version.tsx +0 -41
- package/src/pages/Version/VersionContextProvider.tsx +0 -43
- package/src/pages/Version/VersionLayout.tsx +0 -20
- package/src/pages/Version/__partials__/data.json +0 -5984
- package/src/pages/Version/context.ts +0 -10
- package/src/pages/Version/get-route-package-name.ts +0 -9
- package/src/pages/Version/index.ts +0 -4
- package/src/pages/Version/version-config.ts +0 -19
- package/src/pages/home/Home.tsx +0 -25
- package/src/pages/home/PackageList/Help/Help.test.tsx +0 -12
- package/src/pages/home/PackageList/Help/Help.tsx +0 -56
- package/src/pages/home/PackageList/Help/__snapshots__/Help.test.tsx.snap +0 -159
- package/src/pages/home/PackageList/Help/index.ts +0 -1
- package/src/pages/home/PackageList/Help/styles.ts +0 -13
- package/src/pages/home/PackageList/Package/Package.test.tsx +0 -56
- package/src/pages/home/PackageList/Package/Package.tsx +0 -253
- package/src/pages/home/PackageList/Package/Tag/Tag.test.tsx +0 -16
- package/src/pages/home/PackageList/Package/Tag/Tag.tsx +0 -11
- package/src/pages/home/PackageList/Package/Tag/__snapshots__/Tag.test.tsx.snap +0 -21
- package/src/pages/home/PackageList/Package/Tag/index.ts +0 -1
- package/src/pages/home/PackageList/Package/Tag/styles.ts +0 -11
- package/src/pages/home/PackageList/Package/index.ts +0 -1
- package/src/pages/home/PackageList/Package/styles.ts +0 -112
- package/src/pages/home/PackageList/PackageList.tsx +0 -81
- package/src/pages/home/PackageList/Packagelist.test.tsx +0 -60
- package/src/pages/home/PackageList/index.ts +0 -1
- package/src/pages/home/index.ts +0 -1
- package/src/providers/API/api.test.ts +0 -136
- package/src/providers/API/api.ts +0 -73
- package/src/providers/API/storage.ts +0 -12
- package/src/providers/config/AppConfigurationProvider.tsx +0 -57
- package/src/providers/config/index.ts +0 -1
- package/src/store/index.ts +0 -1
- package/src/store/models/configuration.ts +0 -42
- package/src/store/models/download.ts +0 -31
- package/src/store/models/index.ts +0 -17
- package/src/store/models/login.ts +0 -90
- package/src/store/models/manifest.ts +0 -91
- package/src/store/models/packages.ts +0 -36
- package/src/store/models/search.ts +0 -81
- package/src/store/store.ts +0 -15
- package/src/template/favicon.ico +0 -0
- package/src/template/index.html +0 -21
- package/src/utils/.eslintrc +0 -5
- package/src/utils/cli-utils.test.ts +0 -66
- package/src/utils/cli-utils.ts +0 -38
- package/src/utils/colors.ts +0 -1
- package/src/utils/constants.ts +0 -5
- package/src/utils/file-size.ts +0 -13
- package/src/utils/i18nForTests.ts +0 -25
- package/src/utils/login.test.ts +0 -71
- package/src/utils/login.ts +0 -44
- package/src/utils/package.test.ts +0 -101
- package/src/utils/package.ts +0 -105
- package/src/utils/sec-utils.ts +0 -15
- package/src/utils/storage.ts +0 -12
- package/src/utils/test-react-testing-library.tsx +0 -38
- package/src/utils/url.test.ts +0 -28
- package/src/utils/url.ts +0 -58
- package/src/utils/windows.ts +0 -3
- package/static/main.87dd0a7ff6e306a24166.js +0 -2
- package/static/runtime.87dd0a7ff6e306a24166.js +0 -2
- package/static/vendors.87dd0a7ff6e306a24166.js +0 -2
- package/tools/.eslintrc +0 -14
- package/tools/_verdaccio.config.yaml +0 -59
- package/tools/dev.server.js +0 -48
- package/tools/getPackageJson.js +0 -25
- package/tools/verdaccio.js +0 -31
- package/tools/webpack.config.js +0 -82
- package/tools/webpack.dev.config.babel.js +0 -60
- package/tools/webpack.prod.config.babel.js +0 -81
- package/tsconfig.build.json +0 -24
- package/tsconfig.json +0 -27
- package/types/custom.d.ts +0 -9
- package/types/files.d.ts +0 -9
- package/types/index.ts +0 -12
- package/types/jest-dom.d.ts +0 -1
- package/types/packageMeta.ts +0 -82
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
/*! For license information please see Home.06493eae2f534100706f.js.LICENSE.txt */
|
|
2
|
+
"use strict";(self.webpackChunk_verdaccio_ui_theme=self.webpackChunk_verdaccio_ui_theme||[]).push([["Home"],{"./src/components/Card.tsx":(e,a,t)=>{t.r(a),t.d(a,{default:()=>c});var o,r=t("../../../node_modules/.pnpm/@babel+runtime@7.16.7/node_modules/@babel/runtime/helpers/esm/extends.js"),n=t("../../../node_modules/.pnpm/@mui+material@5.3.0_f5341c4d41f1e34c3a73251df9f98a19/node_modules/@mui/material/Card/Card.js"),d=t("../../../node_modules/.pnpm/react@17.0.2/node_modules/react/index.js");e=t.hmd(e),(o="undefined"!=typeof reactHotLoaderGlobal?reactHotLoaderGlobal.enterModule:void 0)&&o(e);"undefined"!=typeof reactHotLoaderGlobal&&reactHotLoaderGlobal.default.signature;var l=(0,d.forwardRef)((function(e,a){return d.createElement(n.default,(0,r.default)({},e,{ref:a}))})),s=l;const c=s;var i,u;(i="undefined"!=typeof reactHotLoaderGlobal?reactHotLoaderGlobal.default:void 0)&&(i.register(l,"Card","/home/runner/work/verdaccio/verdaccio/packages/plugins/ui-theme/src/components/Card.tsx"),i.register(s,"default","/home/runner/work/verdaccio/verdaccio/packages/plugins/ui-theme/src/components/Card.tsx")),(u="undefined"!=typeof reactHotLoaderGlobal?reactHotLoaderGlobal.leaveModule:void 0)&&u(e)},"./src/components/CardActions.tsx":(e,a,t)=>{t.r(a),t.d(a,{default:()=>c});var o,r=t("../../../node_modules/.pnpm/@babel+runtime@7.16.7/node_modules/@babel/runtime/helpers/esm/extends.js"),n=t("../../../node_modules/.pnpm/@mui+material@5.3.0_f5341c4d41f1e34c3a73251df9f98a19/node_modules/@mui/material/CardActions/CardActions.js"),d=t("../../../node_modules/.pnpm/react@17.0.2/node_modules/react/index.js");e=t.hmd(e),(o="undefined"!=typeof reactHotLoaderGlobal?reactHotLoaderGlobal.enterModule:void 0)&&o(e);"undefined"!=typeof reactHotLoaderGlobal&&reactHotLoaderGlobal.default.signature;var l=(0,d.forwardRef)((function(e,a){return d.createElement(n.default,(0,r.default)({},e,{innerRef:a}))})),s=l;const c=s;var i,u;(i="undefined"!=typeof reactHotLoaderGlobal?reactHotLoaderGlobal.default:void 0)&&(i.register(l,"CardActions","/home/runner/work/verdaccio/verdaccio/packages/plugins/ui-theme/src/components/CardActions.tsx"),i.register(s,"default","/home/runner/work/verdaccio/verdaccio/packages/plugins/ui-theme/src/components/CardActions.tsx")),(u="undefined"!=typeof reactHotLoaderGlobal?reactHotLoaderGlobal.leaveModule:void 0)&&u(e)},"./src/components/CardContent.tsx":(e,a,t)=>{t.r(a),t.d(a,{default:()=>s});var o,r=t("../../../node_modules/.pnpm/@mui+material@5.3.0_f5341c4d41f1e34c3a73251df9f98a19/node_modules/@mui/material/CardContent/CardContent.js"),n=t("../../../node_modules/.pnpm/react@17.0.2/node_modules/react/index.js");e=t.hmd(e),(o="undefined"!=typeof reactHotLoaderGlobal?reactHotLoaderGlobal.enterModule:void 0)&&o(e);"undefined"!=typeof reactHotLoaderGlobal&&reactHotLoaderGlobal.default.signature;var d=(0,n.forwardRef)((function(e){return n.createElement(r.default,e)})),l=d;const s=l;var c,i;(c="undefined"!=typeof reactHotLoaderGlobal?reactHotLoaderGlobal.default:void 0)&&(c.register(d,"CardContent","/home/runner/work/verdaccio/verdaccio/packages/plugins/ui-theme/src/components/CardContent.tsx"),c.register(l,"default","/home/runner/work/verdaccio/verdaccio/packages/plugins/ui-theme/src/components/CardContent.tsx")),(i="undefined"!=typeof reactHotLoaderGlobal?reactHotLoaderGlobal.leaveModule:void 0)&&i(e)},"./src/components/Divider.tsx":(e,a,t)=>{t.r(a),t.d(a,{default:()=>c});var o,r=t("../../../node_modules/.pnpm/@babel+runtime@7.16.7/node_modules/@babel/runtime/helpers/esm/extends.js"),n=t("../../../node_modules/.pnpm/@mui+material@5.3.0_f5341c4d41f1e34c3a73251df9f98a19/node_modules/@mui/material/Divider/Divider.js"),d=t("../../../node_modules/.pnpm/react@17.0.2/node_modules/react/index.js");e=t.hmd(e),(o="undefined"!=typeof reactHotLoaderGlobal?reactHotLoaderGlobal.enterModule:void 0)&&o(e);"undefined"!=typeof reactHotLoaderGlobal&&reactHotLoaderGlobal.default.signature;var l=(0,d.forwardRef)((function(e,a){return d.createElement(n.default,(0,r.default)({},e,{innerRef:a}))})),s=l;const c=s;var i,u;(i="undefined"!=typeof reactHotLoaderGlobal?reactHotLoaderGlobal.default:void 0)&&(i.register(l,"Divider","/home/runner/work/verdaccio/verdaccio/packages/plugins/ui-theme/src/components/Divider.tsx"),i.register(s,"default","/home/runner/work/verdaccio/verdaccio/packages/plugins/ui-theme/src/components/Divider.tsx")),(u="undefined"!=typeof reactHotLoaderGlobal?reactHotLoaderGlobal.leaveModule:void 0)&&u(e)},"./src/components/Grid.tsx":(e,a,t)=>{t.r(a),t.d(a,{default:()=>c});var o,r=t("../../../node_modules/.pnpm/@babel+runtime@7.16.7/node_modules/@babel/runtime/helpers/esm/extends.js"),n=t("../../../node_modules/.pnpm/@mui+material@5.3.0_f5341c4d41f1e34c3a73251df9f98a19/node_modules/@mui/material/Grid/Grid.js"),d=t("../../../node_modules/.pnpm/react@17.0.2/node_modules/react/index.js");e=t.hmd(e),(o="undefined"!=typeof reactHotLoaderGlobal?reactHotLoaderGlobal.enterModule:void 0)&&o(e);"undefined"!=typeof reactHotLoaderGlobal&&reactHotLoaderGlobal.default.signature;var l=(0,d.forwardRef)((function(e,a){return d.createElement(n.default,(0,r.default)({},e,{innerRef:a}))})),s=l;const c=s;var i,u;(i="undefined"!=typeof reactHotLoaderGlobal?reactHotLoaderGlobal.default:void 0)&&(i.register(l,"Grid","/home/runner/work/verdaccio/verdaccio/packages/plugins/ui-theme/src/components/Grid.tsx"),i.register(s,"default","/home/runner/work/verdaccio/verdaccio/packages/plugins/ui-theme/src/components/Grid.tsx")),(u="undefined"!=typeof reactHotLoaderGlobal?reactHotLoaderGlobal.leaveModule:void 0)&&u(e)},"./src/components/List.tsx":(e,a,t)=>{t.r(a),t.d(a,{default:()=>c});var o,r=t("../../../node_modules/.pnpm/@babel+runtime@7.16.7/node_modules/@babel/runtime/helpers/esm/extends.js"),n=t("../../../node_modules/.pnpm/@mui+material@5.3.0_f5341c4d41f1e34c3a73251df9f98a19/node_modules/@mui/material/List/List.js"),d=t("../../../node_modules/.pnpm/react@17.0.2/node_modules/react/index.js");e=t.hmd(e),(o="undefined"!=typeof reactHotLoaderGlobal?reactHotLoaderGlobal.enterModule:void 0)&&o(e);"undefined"!=typeof reactHotLoaderGlobal&&reactHotLoaderGlobal.default.signature;var l=(0,d.forwardRef)((function(e,a){return d.createElement(n.default,(0,r.default)({},e,{ref:a}))})),s=l;const c=s;var i,u;(i="undefined"!=typeof reactHotLoaderGlobal?reactHotLoaderGlobal.default:void 0)&&(i.register(l,"List","/home/runner/work/verdaccio/verdaccio/packages/plugins/ui-theme/src/components/List.tsx"),i.register(s,"default","/home/runner/work/verdaccio/verdaccio/packages/plugins/ui-theme/src/components/List.tsx")),(u="undefined"!=typeof reactHotLoaderGlobal?reactHotLoaderGlobal.leaveModule:void 0)&&u(e)},"./src/components/ListItem.tsx":(e,a,t)=>{t.r(a),t.d(a,{default:()=>u});var o=t("../../../node_modules/.pnpm/@babel+runtime@7.16.7/node_modules/@babel/runtime/helpers/esm/extends.js"),r=t("../../../node_modules/.pnpm/@babel+runtime@7.16.7/node_modules/@babel/runtime/helpers/esm/objectWithoutProperties.js"),n=t("../../../node_modules/.pnpm/@mui+material@5.3.0_f5341c4d41f1e34c3a73251df9f98a19/node_modules/@mui/material/ListItem/ListItem.js"),d=t("../../../node_modules/.pnpm/react@17.0.2/node_modules/react/index.js");e=t.hmd(e);var l,s=["button"];(l="undefined"!=typeof reactHotLoaderGlobal?reactHotLoaderGlobal.enterModule:void 0)&&l(e);"undefined"!=typeof reactHotLoaderGlobal&&reactHotLoaderGlobal.default.signature;var c=(0,d.forwardRef)((function(e,a){var t=e.button,l=(0,r.default)(e,s);return d.createElement(n.default,(0,o.default)({},l,{button:t,innerRef:a}))}));c.defaultProps={button:!1};var i=c;const u=i;var m,p;(m="undefined"!=typeof reactHotLoaderGlobal?reactHotLoaderGlobal.default:void 0)&&(m.register(c,"ListItem","/home/runner/work/verdaccio/verdaccio/packages/plugins/ui-theme/src/components/ListItem.tsx"),m.register(i,"default","/home/runner/work/verdaccio/verdaccio/packages/plugins/ui-theme/src/components/ListItem.tsx")),(p="undefined"!=typeof reactHotLoaderGlobal?reactHotLoaderGlobal.leaveModule:void 0)&&p(e)},"./src/components/ListItemText.tsx":(e,a,t)=>{t.r(a),t.d(a,{default:()=>c});var o,r=t("../../../node_modules/.pnpm/@babel+runtime@7.16.7/node_modules/@babel/runtime/helpers/esm/extends.js"),n=t("../../../node_modules/.pnpm/@mui+material@5.3.0_f5341c4d41f1e34c3a73251df9f98a19/node_modules/@mui/material/ListItemText/ListItemText.js"),d=t("../../../node_modules/.pnpm/react@17.0.2/node_modules/react/index.js");e=t.hmd(e),(o="undefined"!=typeof reactHotLoaderGlobal?reactHotLoaderGlobal.enterModule:void 0)&&o(e);"undefined"!=typeof reactHotLoaderGlobal&&reactHotLoaderGlobal.default.signature;var l=(0,d.forwardRef)((function(e,a){return d.createElement(n.default,(0,r.default)({},e,{ref:a}))})),s=l;const c=s;var i,u;(i="undefined"!=typeof reactHotLoaderGlobal?reactHotLoaderGlobal.default:void 0)&&(i.register(l,"ListItemText","/home/runner/work/verdaccio/verdaccio/packages/plugins/ui-theme/src/components/ListItemText.tsx"),i.register(s,"default","/home/runner/work/verdaccio/verdaccio/packages/plugins/ui-theme/src/components/ListItemText.tsx")),(u="undefined"!=typeof reactHotLoaderGlobal?reactHotLoaderGlobal.leaveModule:void 0)&&u(e)},"./src/pages/home/Home.tsx":(e,a,t)=>{t.r(a),t.d(a,{default:()=>u});var o,r=t("../../../node_modules/.pnpm/react@17.0.2/node_modules/react/index.js"),n=t("../../../node_modules/.pnpm/react-redux@7.2.6_react-dom@17.0.2+react@17.0.2/node_modules/react-redux/es/index.js"),d=t("./src/components/Loading/index.ts"),l=t("./src/pages/home/PackageList/index.ts");e=t.hmd(e),(o="undefined"!=typeof reactHotLoaderGlobal?reactHotLoaderGlobal.enterModule:void 0)&&o(e);var s="undefined"!=typeof reactHotLoaderGlobal?reactHotLoaderGlobal.default.signature:function(e){return e},c=function(){var e=(0,n.useSelector)((function(e){return e.packages.response})),a=(0,n.useSelector)((function(e){var a;return null==e||null===(a=e.loading)||void 0===a?void 0:a.models.packages})),t=(0,n.useDispatch)();return(0,r.useEffect)((function(){t.packages.getPackages()}),[t]),r.createElement("div",{className:"container content","data-testid":"home-page-container"},a?r.createElement(d.default,null):r.createElement(l.PackageList,{packages:e}))};s(c,"useSelector{packages}\nuseSelector{isLoading}\nuseDispatch{dispatch}\nuseEffect{}",(function(){return[n.useSelector,n.useSelector,n.useDispatch]}));var i=c;const u=i;var m,p;(m="undefined"!=typeof reactHotLoaderGlobal?reactHotLoaderGlobal.default:void 0)&&(m.register(c,"Home","/home/runner/work/verdaccio/verdaccio/packages/plugins/ui-theme/src/pages/home/Home.tsx"),m.register(i,"default","/home/runner/work/verdaccio/verdaccio/packages/plugins/ui-theme/src/pages/home/Home.tsx")),(p="undefined"!=typeof reactHotLoaderGlobal?reactHotLoaderGlobal.leaveModule:void 0)&&p(e)},"./src/pages/home/PackageList/Help/Help.tsx":(e,a,t)=>{t.r(a),t.d(a,{default:()=>k});var o,r=t("../../../node_modules/.pnpm/react@17.0.2/node_modules/react/index.js"),n=t("../../../node_modules/.pnpm/react-i18next@11.15.3_ad209b3ec0793904285d43906e66750b/node_modules/react-i18next/dist/es/useTranslation.js"),d=t("./src/components/Button.tsx"),l=t("./src/components/CardActions.tsx"),s=t("./src/components/CardContent.tsx"),c=t("./src/components/CopyToClipBoard.tsx"),i=t("./src/components/Heading.tsx"),u=t("./src/components/Text/index.ts"),m=t("./src/providers/config/index.ts"),p=t("./src/pages/home/PackageList/Help/styles.ts");e=t.hmd(e),(o="undefined"!=typeof reactHotLoaderGlobal?reactHotLoaderGlobal.enterModule:void 0)&&o(e);var g="undefined"!=typeof reactHotLoaderGlobal?reactHotLoaderGlobal.default.signature:function(e){return e};function f(e,a){return r.createElement(r.Fragment,null,r.createElement(u.default,{variant:"body1"},e),r.createElement(c.default,{text:a}))}var v=function(){var e=(0,m.useConfig)().configOptions.base,a=(0,n.useTranslation)().t;return r.createElement(p.CardStyled,{id:"help-card"},r.createElement(s.default,null,r.createElement(i.default,{gutterBottom:!0,id:"help-card__title",variant:"h5"},a("help.title")),r.createElement(p.HelpTitle,{color:"textSecondary",gutterBottom:!0},a("help.sub-title")),f(a("help.first-step"),a("help.first-step-command-line",{registryUrl:e})),f(a("help.second-step"),a("help.second-step-command-line",{registryUrl:e})),r.createElement(u.default,{variant:"body2"},a("help.third-step"))),r.createElement(l.default,null,r.createElement(d.default,{color:"primary",href:"https://verdaccio.org/docs/en/installation",size:"small"},a("button.learn-more"))))};g(v,"useConfig{{ configOptions }}\nuseTranslation{{ t }}",(function(){return[m.useConfig,n.useTranslation]}));var h=v;const k=h;var b,L;(b="undefined"!=typeof reactHotLoaderGlobal?reactHotLoaderGlobal.default:void 0)&&(b.register(f,"renderHeadingClipboardSegments","/home/runner/work/verdaccio/verdaccio/packages/plugins/ui-theme/src/pages/home/PackageList/Help/Help.tsx"),b.register(v,"Help","/home/runner/work/verdaccio/verdaccio/packages/plugins/ui-theme/src/pages/home/PackageList/Help/Help.tsx"),b.register(h,"default","/home/runner/work/verdaccio/verdaccio/packages/plugins/ui-theme/src/pages/home/PackageList/Help/Help.tsx")),(L="undefined"!=typeof reactHotLoaderGlobal?reactHotLoaderGlobal.leaveModule:void 0)&&L(e)},"./src/pages/home/PackageList/Help/index.ts":(e,a,t)=>{t.r(a),t.d(a,{default:()=>o.default});var o=t("./src/pages/home/PackageList/Help/Help.tsx");"undefined"!=typeof reactHotLoaderGlobal&&reactHotLoaderGlobal.default.signature},"./src/pages/home/PackageList/Help/styles.ts":(e,a,t)=>{t.r(a),t.d(a,{CardStyled:()=>c,HelpTitle:()=>i});var o,r=t("../../../node_modules/.pnpm/@emotion+styled@11.6.0_5e8f57678a77e349831a88361eba8fdc/node_modules/@emotion/styled/base/dist/emotion-styled-base.browser.esm.js"),n=t("./src/components/Card.tsx"),d=t("./src/components/Heading.tsx");e=t.hmd(e),(o="undefined"!=typeof reactHotLoaderGlobal?reactHotLoaderGlobal.enterModule:void 0)&&o(e);"undefined"!=typeof reactHotLoaderGlobal&&reactHotLoaderGlobal.default.signature;var l,s,c=(0,r.default)(n.default,{target:"e1gdaual1"})({name:"1m30ts0",styles:"width:600px;margin:auto"}),i=(0,r.default)(d.default,{target:"e1gdaual0"})({name:"1azpx8r",styles:"margin-bottom:20px"});(l="undefined"!=typeof reactHotLoaderGlobal?reactHotLoaderGlobal.default:void 0)&&(l.register(c,"CardStyled","/home/runner/work/verdaccio/verdaccio/packages/plugins/ui-theme/src/pages/home/PackageList/Help/styles.ts"),l.register(i,"HelpTitle","/home/runner/work/verdaccio/verdaccio/packages/plugins/ui-theme/src/pages/home/PackageList/Help/styles.ts")),(s="undefined"!=typeof reactHotLoaderGlobal?reactHotLoaderGlobal.leaveModule:void 0)&&s(e)},"./src/pages/home/PackageList/Package/Package.tsx":(e,a,t)=>{t.r(a),t.d(a,{default:()=>E});var o,r=t("../../../node_modules/.pnpm/@babel+runtime@7.16.7/node_modules/@babel/runtime/helpers/esm/asyncToGenerator.js"),n=t("../../../node_modules/.pnpm/@emotion+styled@11.6.0_5e8f57678a77e349831a88361eba8fdc/node_modules/@emotion/styled/base/dist/emotion-styled-base.browser.esm.js"),d=t("../../../node_modules/.pnpm/@babel+runtime@7.16.7/node_modules/@babel/runtime/regenerator/index.js"),l=t.n(d),s=t("../../../node_modules/.pnpm/@emotion+react@11.7.1_91de5bc04873a2ecfed8879f8166219d/node_modules/@emotion/react/dist/emotion-react.browser.esm.js"),c=t("../../../node_modules/.pnpm/@mui+icons-material@5.3.0_f7153a14dc0eae8cfac34c81a09a926d/node_modules/@mui/icons-material/BugReport.js"),i=t("../../../node_modules/.pnpm/@mui+icons-material@5.3.0_f7153a14dc0eae8cfac34c81a09a926d/node_modules/@mui/icons-material/CloudDownload.js"),u=t("../../../node_modules/.pnpm/@mui+icons-material@5.3.0_f7153a14dc0eae8cfac34c81a09a926d/node_modules/@mui/icons-material/Home.js"),m=t("../../../node_modules/.pnpm/react@17.0.2/node_modules/react/index.js"),p=t("../../../node_modules/.pnpm/react-i18next@11.15.3_ad209b3ec0793904285d43906e66750b/node_modules/react-i18next/dist/es/useTranslation.js"),g=t("../../../node_modules/.pnpm/react-redux@7.2.6_react-dom@17.0.2+react@17.0.2/node_modules/react-redux/es/index.js"),f=t("./src/components/Grid.tsx"),v=t("./src/components/Icons/index.ts"),h=t("./src/components/Link.tsx"),k=t("./src/components/ListItem.tsx"),b=t("./src/components/Tooltip.tsx"),L=t("./src/utils/file-size.ts"),x=t("./src/utils/package.ts"),y=t("./src/utils/url.ts"),H=t("./src/pages/home/PackageList/Package/Tag/index.ts"),G=t("./src/pages/home/PackageList/Package/styles.ts");e=t.hmd(e),(o="undefined"!=typeof reactHotLoaderGlobal?reactHotLoaderGlobal.enterModule:void 0)&&o(e);var _="undefined"!=typeof reactHotLoaderGlobal?reactHotLoaderGlobal.default.signature:function(e){return e},P=function(e){var a,t,o=e.author,n=o.name,d=o.avatar,s=e.bugs,v=e.description,_=e.dist,P=e.homepage,w=e.keywords,E=void 0===w?[]:w,j=e.license,T=e.name,C=e.time,R=e.version,z=(0,g.useSelector)((function(e){return e.configuration.config})),A=(0,g.useDispatch)(),B=(0,p.useTranslation)().t,W=(0,m.useCallback)(function(){var e=(0,r.default)(l().mark((function e(a){var t;return l().wrap((function(e){for(;;)switch(e.prev=e.next){case 0:t=a.replace("https://registry.npmjs.org/",z.base),A.download.getTarball({link:t});case 2:case"end":return e.stop()}}),e)})));return function(a){return e.apply(this,arguments)}}(),[A,z]),O=function(){return m.createElement(f.default,{container:!0,item:!0,xs:12},m.createElement(f.default,{item:!0,xs:11},m.createElement(G.WrapperLink,{to:"/-/web/detail/".concat(T)},m.createElement(G.PackageTitle,{className:"package-title"},T))),m.createElement(G.GridRightAligned,{alignItems:"center",container:!0,item:!0,justify:"flex-end",xs:!0},P&&(0,y.isURL)(P)&&m.createElement(h.default,{external:!0,to:P},m.createElement(b.default,{"aria-label":B("package.homepage"),title:B("package.visit-home-page")},m.createElement(G.IconButton,{"aria-label":B("package.homepage"),size:"large"},m.createElement(u.default,null)))),(null==s?void 0:s.url)&&(0,y.isURL)(s.url)&&m.createElement(h.default,{external:!0,to:s.url},m.createElement(b.default,{"aria-label":B("package.bugs"),title:B("package.open-an-issue")},m.createElement(G.IconButton,{"aria-label":B("package.bugs"),size:"large"},m.createElement(c.default,null)))),(null==_?void 0:_.tarball)&&(0,y.isURL)(_.tarball)&&m.createElement(h.default,{external:!0,onClick:function(){W(_.tarball)},to:"#"},m.createElement(b.default,{"aria-label":B("package.download",{what:B("package.the-tar-file")}),title:B("package.tarball")},m.createElement(G.IconButton,{"aria-label":B("package.download"),size:"large"},m.createElement(i.default,null))))))};return m.createElement(G.Wrapper,{className:"package","data-testid":"package-item-list"},m.createElement(k.default,{alignItems:"flex-start"},m.createElement(G.PackageListItemText,{className:"package-link",primary:O(),secondary:(t=E.sort().map((function(e,a){return m.createElement(H.default,{key:a},e)})),m.createElement(m.Fragment,null,m.createElement(G.Description,null,v),t.length>0&&m.createElement(G.TagContainer,null,t)))})),m.createElement(k.default,{alignItems:"flex-start"},(a=(0,x.getAuthorName)(n),m.createElement(G.Author,null,m.createElement(G.Avatar,{alt:a,src:d}),m.createElement(G.Details,null,m.createElement(G.Text,{text:a})))),R&&m.createElement(G.OverviewItem,null,m.createElement(M,null),B("package.version",{version:R})),C&&m.createElement(G.OverviewItem,null,m.createElement(D,null),m.createElement(G.Published,null,B("package.published-on",{time:(0,x.formatDate)(C)})),(0,x.formatDateDistance)(C)),(null==_?void 0:_.unpackedSize)&&m.createElement(G.OverviewItem,null,m.createElement(I,null),(0,L.default)(_.unpackedSize)),j&&m.createElement(G.OverviewItem,null,m.createElement(S,null),j)))};_(P,"useSelector{config}\nuseDispatch{dispatch}\nuseTranslation{{ t }}\nuseCallback{handleDownload}",(function(){return[g.useSelector,g.useDispatch,p.useTranslation]}));var w=P;const E=w;var j,T,C=function(e){var a=e.theme;return(0,s.css)("margin:2px 10px 0 0;fill:","light"===(null==a?void 0:a.palette.mode)?null==a?void 0:a.palette.greyLight2:null==a?void 0:a.palette.white,";","")},M=(0,n.default)(v.Version,{target:"e1mn8d1q3"})(C,";"),I=(0,n.default)(v.FileBinary,{target:"e1mn8d1q2"})(C,";"),S=(0,n.default)(v.Law,{target:"e1mn8d1q1"})(C,";"),D=(0,n.default)(v.Time,{target:"e1mn8d1q0"})(C,";");(j="undefined"!=typeof reactHotLoaderGlobal?reactHotLoaderGlobal.default:void 0)&&(j.register(P,"Package","/home/runner/work/verdaccio/verdaccio/packages/plugins/ui-theme/src/pages/home/PackageList/Package/Package.tsx"),j.register(C,"iconStyle","/home/runner/work/verdaccio/verdaccio/packages/plugins/ui-theme/src/pages/home/PackageList/Package/Package.tsx"),j.register(M,"StyledVersion","/home/runner/work/verdaccio/verdaccio/packages/plugins/ui-theme/src/pages/home/PackageList/Package/Package.tsx"),j.register(I,"StyledFileBinary","/home/runner/work/verdaccio/verdaccio/packages/plugins/ui-theme/src/pages/home/PackageList/Package/Package.tsx"),j.register(S,"StyledLaw","/home/runner/work/verdaccio/verdaccio/packages/plugins/ui-theme/src/pages/home/PackageList/Package/Package.tsx"),j.register(D,"StyledTime","/home/runner/work/verdaccio/verdaccio/packages/plugins/ui-theme/src/pages/home/PackageList/Package/Package.tsx"),j.register(w,"default","/home/runner/work/verdaccio/verdaccio/packages/plugins/ui-theme/src/pages/home/PackageList/Package/Package.tsx")),(T="undefined"!=typeof reactHotLoaderGlobal?reactHotLoaderGlobal.leaveModule:void 0)&&T(e)},"./src/pages/home/PackageList/Package/Tag/Tag.tsx":(e,a,t)=>{t.r(a),t.d(a,{default:()=>s});var o,r=t("../../../node_modules/.pnpm/react@17.0.2/node_modules/react/index.js"),n=t("./src/pages/home/PackageList/Package/Tag/styles.ts");e=t.hmd(e),(o="undefined"!=typeof reactHotLoaderGlobal?reactHotLoaderGlobal.enterModule:void 0)&&o(e);"undefined"!=typeof reactHotLoaderGlobal&&reactHotLoaderGlobal.default.signature;var d=function(e){var a=e.children;return r.createElement(n.Wrapper,null,a)},l=d;const s=l;var c,i;(c="undefined"!=typeof reactHotLoaderGlobal?reactHotLoaderGlobal.default:void 0)&&(c.register(d,"Tag","/home/runner/work/verdaccio/verdaccio/packages/plugins/ui-theme/src/pages/home/PackageList/Package/Tag/Tag.tsx"),c.register(l,"default","/home/runner/work/verdaccio/verdaccio/packages/plugins/ui-theme/src/pages/home/PackageList/Package/Tag/Tag.tsx")),(i="undefined"!=typeof reactHotLoaderGlobal?reactHotLoaderGlobal.leaveModule:void 0)&&i(e)},"./src/pages/home/PackageList/Package/Tag/index.ts":(e,a,t)=>{t.r(a),t.d(a,{default:()=>o.default});var o=t("./src/pages/home/PackageList/Package/Tag/Tag.tsx");"undefined"!=typeof reactHotLoaderGlobal&&reactHotLoaderGlobal.default.signature},"./src/pages/home/PackageList/Package/Tag/styles.ts":(e,a,t)=>{t.r(a),t.d(a,{Wrapper:()=>l});var o,r=t("../../../node_modules/.pnpm/@emotion+styled@11.6.0_5e8f57678a77e349831a88361eba8fdc/node_modules/@emotion/styled/base/dist/emotion-styled-base.browser.esm.js");e=t.hmd(e),(o="undefined"!=typeof reactHotLoaderGlobal?reactHotLoaderGlobal.enterModule:void 0)&&o(e);"undefined"!=typeof reactHotLoaderGlobal&&reactHotLoaderGlobal.default.signature;var n,d,l=(0,r.default)("span",{target:"e1jm3tg90"})({name:"bk6wq0",styles:"vertical-align:middle;line-height:22px;border-radius:2px;color:#485a3e;background-color:#f3f4f2;padding:0.22rem 0.4rem;margin:8px 8px 0 0"});(n="undefined"!=typeof reactHotLoaderGlobal?reactHotLoaderGlobal.default:void 0)&&n.register(l,"Wrapper","/home/runner/work/verdaccio/verdaccio/packages/plugins/ui-theme/src/pages/home/PackageList/Package/Tag/styles.ts"),(d="undefined"!=typeof reactHotLoaderGlobal?reactHotLoaderGlobal.leaveModule:void 0)&&d(e)},"./src/pages/home/PackageList/Package/index.ts":(e,a,t)=>{t.r(a),t.d(a,{default:()=>o.default,PackageInterface:()=>o.PackageInterface});var o=t("./src/pages/home/PackageList/Package/Package.tsx");"undefined"!=typeof reactHotLoaderGlobal&&reactHotLoaderGlobal.default.signature},"./src/pages/home/PackageList/Package/styles.ts":(e,a,t)=>{t.r(a),t.d(a,{OverviewItem:()=>v,Published:()=>h,Text:()=>k,Details:()=>b,Author:()=>L,Avatar:()=>x,WrapperLink:()=>y,PackageTitle:()=>H,GridRightAligned:()=>G,Wrapper:()=>_,IconButton:()=>P,TagContainer:()=>w,PackageListItemText:()=>E,Description:()=>j});var o,r=t("../../../node_modules/.pnpm/@babel+runtime@7.16.7/node_modules/@babel/runtime/helpers/esm/defineProperty.js"),n=t("../../../node_modules/.pnpm/@emotion+styled@11.6.0_5e8f57678a77e349831a88361eba8fdc/node_modules/@emotion/styled/base/dist/emotion-styled-base.browser.esm.js"),d=t("../../../node_modules/.pnpm/react-router-dom@5.3.0_react@17.0.2/node_modules/react-router-dom/esm/react-router-dom.js"),l=t("./src/components/Avatar.tsx"),s=t("./src/components/Grid.tsx"),c=t("./src/components/IconButton.tsx"),i=t("./src/components/Label/index.ts"),u=t("./src/components/List.tsx"),m=t("./src/components/ListItemText.tsx"),p=t("./src/components/Text/index.ts");e=t.hmd(e),(o="undefined"!=typeof reactHotLoaderGlobal?reactHotLoaderGlobal.enterModule:void 0)&&o(e);"undefined"!=typeof reactHotLoaderGlobal&&reactHotLoaderGlobal.default.signature;var g,f,v=(0,n.default)("span",{target:"enspaod13"})((function(e){var a,t=e.theme;return a={display:"flex",alignItems:"center",margin:"0 0 0 16px",color:"light"===(null==t?void 0:t.palette.mode)?null==t?void 0:t.palette.greyLight2:null==t?void 0:t.palette.white,fontSize:12},(0,r.default)(a,"@media (max-width: ".concat(null==t?void 0:t.breakPoints.medium,"px)"),{":nth-of-type(3)":{display:"none"}}),(0,r.default)(a,"@media (max-width: ".concat(null==t?void 0:t.breakPoints.small,"px)"),{":nth-of-type(4)":{display:"none"}}),a}),""),h=(0,n.default)("span",{target:"enspaod12"})((function(e){var a=e.theme;return{color:"light"===(null==a?void 0:a.palette.mode)?null==a?void 0:a.palette.greyLight2:null==a?void 0:a.palette.white,margin:"0 5px 0 0"}}),""),k=(0,n.default)(i.default,{target:"enspaod11"})((function(e){var a=e.theme;return{fontSize:"12px",fontWeight:null==a?void 0:a.fontWeight.semiBold,color:"light"===(null==a?void 0:a.palette.mode)?null==a?void 0:a.palette.greyLight2:null==a?void 0:a.palette.white}}),""),b=(0,n.default)("span",{target:"enspaod10"})({name:"tt9aci",styles:"margin-left:5px;line-height:1.5;display:flex;flex-direction:column"}),L=(0,n.default)("div",{target:"enspaod9"})({name:"s5xdrg",styles:"display:flex;align-items:center"}),x=(0,n.default)(l.default,{target:"enspaod8"})({name:"1aynuae",styles:"width:20px;height:20px"}),y=(0,n.default)(d.Link,{target:"enspaod7"})({name:"g65o95",styles:"text-decoration:none"}),H=(0,n.default)("span",{target:"enspaod6"})((function(e){var a=e.theme;return(0,r.default)({fontWeight:null==a?void 0:a.fontWeight.bold,fontSize:20,display:"block",marginBottom:12,color:"dark"==(null==a?void 0:a.palette.mode)?null==a?void 0:a.palette.dodgerBlue:null==a?void 0:a.palette.eclipse,cursor:"pointer"},"@media (max-width: ".concat(null==a?void 0:a.breakPoints.small,"px)"),{fontSize:14,marginBottom:8})}),""),G=(0,n.default)(s.default,{target:"enspaod5"})({name:"2qga7i",styles:"text-align:right"}),_=(0,n.default)(u.default,{target:"enspaod4"})((function(e){var a,t,o,r=e.theme;return{":hover":{backgroundColor:"dark"==(null==r||null===(a=r.palette)||void 0===a?void 0:a.type)?null==r||null===(t=r.palette)||void 0===t?void 0:t.secondary.main:null==r||null===(o=r.palette)||void 0===o?void 0:o.greyLight3}}}),""),P=(0,n.default)(c.default,{target:"enspaod3"})({name:"8a08e6",styles:"padding:6px;svg{font-size:16px;}"}),w=(0,n.default)("span",{target:"enspaod2"})((function(e){var a=e.theme;return(0,r.default)({marginTop:8,marginBottom:12,display:"flex",flexWrap:"wrap"},"@media (max-width: ".concat(null==a?void 0:a.breakPoints.medium,"px)"),{display:"none"})}),""),E=(0,n.default)(m.default,{target:"enspaod1"})({name:"jjyo93",styles:"padding-right:0"}),j=(0,n.default)(p.default,{target:"enspaod0"})((function(e){var a=e.theme;return{color:"light"===(null==a?void 0:a.palette.mode)?null==a?void 0:a.palette.greyDark2:null==a?void 0:a.palette.white,fontSize:"14px",paddingRight:0}}),"");(g="undefined"!=typeof reactHotLoaderGlobal?reactHotLoaderGlobal.default:void 0)&&(g.register(v,"OverviewItem","/home/runner/work/verdaccio/verdaccio/packages/plugins/ui-theme/src/pages/home/PackageList/Package/styles.ts"),g.register(h,"Published","/home/runner/work/verdaccio/verdaccio/packages/plugins/ui-theme/src/pages/home/PackageList/Package/styles.ts"),g.register(k,"Text","/home/runner/work/verdaccio/verdaccio/packages/plugins/ui-theme/src/pages/home/PackageList/Package/styles.ts"),g.register(b,"Details","/home/runner/work/verdaccio/verdaccio/packages/plugins/ui-theme/src/pages/home/PackageList/Package/styles.ts"),g.register(L,"Author","/home/runner/work/verdaccio/verdaccio/packages/plugins/ui-theme/src/pages/home/PackageList/Package/styles.ts"),g.register(x,"Avatar","/home/runner/work/verdaccio/verdaccio/packages/plugins/ui-theme/src/pages/home/PackageList/Package/styles.ts"),g.register(y,"WrapperLink","/home/runner/work/verdaccio/verdaccio/packages/plugins/ui-theme/src/pages/home/PackageList/Package/styles.ts"),g.register(H,"PackageTitle","/home/runner/work/verdaccio/verdaccio/packages/plugins/ui-theme/src/pages/home/PackageList/Package/styles.ts"),g.register(G,"GridRightAligned","/home/runner/work/verdaccio/verdaccio/packages/plugins/ui-theme/src/pages/home/PackageList/Package/styles.ts"),g.register(_,"Wrapper","/home/runner/work/verdaccio/verdaccio/packages/plugins/ui-theme/src/pages/home/PackageList/Package/styles.ts"),g.register(P,"IconButton","/home/runner/work/verdaccio/verdaccio/packages/plugins/ui-theme/src/pages/home/PackageList/Package/styles.ts"),g.register(w,"TagContainer","/home/runner/work/verdaccio/verdaccio/packages/plugins/ui-theme/src/pages/home/PackageList/Package/styles.ts"),g.register(E,"PackageListItemText","/home/runner/work/verdaccio/verdaccio/packages/plugins/ui-theme/src/pages/home/PackageList/Package/styles.ts"),g.register(j,"Description","/home/runner/work/verdaccio/verdaccio/packages/plugins/ui-theme/src/pages/home/PackageList/Package/styles.ts")),(f="undefined"!=typeof reactHotLoaderGlobal?reactHotLoaderGlobal.leaveModule:void 0)&&f(e)},"./src/pages/home/PackageList/PackageList.tsx":(e,a,t)=>{t.r(a),t.d(a,{PackageList:()=>v});var o,r=t("../../../node_modules/.pnpm/react@17.0.2/node_modules/react/index.js"),n=t("../../../node_modules/.pnpm/react-virtualized@9.22.3_react-dom@17.0.2+react@17.0.2/node_modules/react-virtualized/dist/commonjs/AutoSizer/index.js"),d=t("../../../node_modules/.pnpm/react-virtualized@9.22.3_react-dom@17.0.2+react@17.0.2/node_modules/react-virtualized/dist/commonjs/CellMeasurer/index.js"),l=t("../../../node_modules/.pnpm/react-virtualized@9.22.3_react-dom@17.0.2+react@17.0.2/node_modules/react-virtualized/dist/commonjs/List/index.js"),s=t("../../../node_modules/.pnpm/react-virtualized@9.22.3_react-dom@17.0.2+react@17.0.2/node_modules/react-virtualized/dist/commonjs/WindowScroller/index.js"),c=t("./src/components/Divider.tsx"),i=t("./src/utils/package.ts"),u=t("./src/pages/home/PackageList/Help/index.ts"),m=t("./src/pages/home/PackageList/Package/index.ts");e=t.hmd(e),(o="undefined"!=typeof reactHotLoaderGlobal?reactHotLoaderGlobal.enterModule:void 0)&&o(e);"undefined"!=typeof reactHotLoaderGlobal&&reactHotLoaderGlobal.default.signature;var p,g,f=new d.CellMeasurerCache({fixedWidth:!0,defaultHeight:100}),v=function(e){var a=e.packages,t=function(e){var t=e.index,o=e.key,n=e.parent,l=e.style,s=a[t],u=s.name,p=s.version,g=s.description,v=s.time,h=s.keywords,k=s.dist,b=s.homepage,L=s.bugs,x=s.author,y=s.license,H=(0,i.formatLicense)(y);return r.createElement(d.CellMeasurer,{cache:f,columnIndex:0,key:o,parent:n,rowIndex:t},r.createElement("div",{style:l},0!==t&&r.createElement(c.default,null),r.createElement(m.default,{author:x,bugs:L,description:g,dist:k,homepage:b,keywords:h,license:H,name:u,time:v,version:p})))};return 0===a.length?r.createElement(u.default,null):r.createElement(s.WindowScroller,null,(function(e){var o=e.height,d=e.isScrolling,s=e.scrollTop,c=e.onChildScroll;return r.createElement(n.AutoSizer,{disableHeight:!0},(function(e){var n=e.width;return r.createElement(l.List,{autoHeight:!0,deferredMeasurementCache:f,height:o,isScrolling:d,onScroll:c,overscanRowCount:3,rowCount:a.length,rowHeight:f.rowHeight,rowRenderer:t,scrollTop:s,width:n})}))}))};(p="undefined"!=typeof reactHotLoaderGlobal?reactHotLoaderGlobal.default:void 0)&&(p.register(f,"cache","/home/runner/work/verdaccio/verdaccio/packages/plugins/ui-theme/src/pages/home/PackageList/PackageList.tsx"),p.register(v,"PackageList","/home/runner/work/verdaccio/verdaccio/packages/plugins/ui-theme/src/pages/home/PackageList/PackageList.tsx")),(g="undefined"!=typeof reactHotLoaderGlobal?reactHotLoaderGlobal.leaveModule:void 0)&&g(e)},"./src/pages/home/PackageList/index.ts":(e,a,t)=>{t.r(a),t.d(a,{PackageList:()=>o.PackageList});var o=t("./src/pages/home/PackageList/PackageList.tsx");"undefined"!=typeof reactHotLoaderGlobal&&reactHotLoaderGlobal.default.signature},"./src/pages/home/index.ts":(e,a,t)=>{t.r(a),t.d(a,{default:()=>o.default});var o=t("./src/pages/home/Home.tsx");"undefined"!=typeof reactHotLoaderGlobal&&reactHotLoaderGlobal.default.signature},"./src/utils/file-size.ts":(e,a,t)=>{var o;t.r(a),t.d(a,{default:()=>d}),e=t.hmd(e),(o="undefined"!=typeof reactHotLoaderGlobal?reactHotLoaderGlobal.enterModule:void 0)&&o(e);var r,n;"undefined"!=typeof reactHotLoaderGlobal&&reactHotLoaderGlobal.default.signature;function d(e,a,t,o,r){return(a=Math,t=a.log,1e3,r=t(e)/t(1e3)|0,e/a.pow(1e3,r)).toFixed(2)+" "+(r?"kMGTPEZY"[--r]+"B":"Bytes")}(r="undefined"!=typeof reactHotLoaderGlobal?reactHotLoaderGlobal.default:void 0)&&r.register(d,"fileSizeSI","/home/runner/work/verdaccio/verdaccio/packages/plugins/ui-theme/src/utils/file-size.ts"),(n="undefined"!=typeof reactHotLoaderGlobal?reactHotLoaderGlobal.leaveModule:void 0)&&n(e)},"./src/utils/package.ts":(e,a,t)=>{t.r(a),t.d(a,{TIMEFORMAT:()=>f,formatLicense:()=>v,formatRepository:()=>h,formatDate:()=>k,formatDateDistance:()=>b,getLastUpdatedPackageTime:()=>L,getRecentReleases:()=>x,getAuthorName:()=>y});var o,r=t("../../../node_modules/.pnpm/dayjs@1.10.7/node_modules/dayjs/dayjs.min.js"),n=t.n(r),d=t("../../../node_modules/.pnpm/dayjs@1.10.7/node_modules/dayjs/plugin/localizedFormat.js"),l=t.n(d),s=t("../../../node_modules/.pnpm/dayjs@1.10.7/node_modules/dayjs/plugin/relativeTime.js"),c=t.n(s),i=t("../../../node_modules/.pnpm/i18next@20.6.1/node_modules/i18next/dist/esm/i18next.js"),u=t("../../../node_modules/.pnpm/lodash@4.17.21/node_modules/lodash/isString.js"),m=t.n(u);e=t.hmd(e),(o="undefined"!=typeof reactHotLoaderGlobal?reactHotLoaderGlobal.enterModule:void 0)&&o(e);"undefined"!=typeof reactHotLoaderGlobal&&reactHotLoaderGlobal.default.signature;var p,g,f="L LTS";function v(e){return m()(e)?e:null!=e&&e.type?e.type:void 0}function h(e){return m()(e)?e:null!=e&&e.url?e.url:null}function k(e){return n()(new Date(e)).format(f)}function b(e){return n()(new Date(e)).fromNow()}function L(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},a=0;return Object.keys(e).forEach((function(t){var o=e[t];o.fetched>a&&(a=o.fetched)})),a?k(a):""}function x(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},a=Object.keys(e).map((function(a){return{version:a,time:k(e[a])}}));return a.slice(a.length-3,a.length).reverse()}function y(e){return e?"anonymous"===e.toLowerCase()?i.default.t("author-anonymous"):e:i.default.t("author-unknown")}n().extend(c()),n().extend(l()),(p="undefined"!=typeof reactHotLoaderGlobal?reactHotLoaderGlobal.default:void 0)&&(p.register(f,"TIMEFORMAT","/home/runner/work/verdaccio/verdaccio/packages/plugins/ui-theme/src/utils/package.ts"),p.register(v,"formatLicense","/home/runner/work/verdaccio/verdaccio/packages/plugins/ui-theme/src/utils/package.ts"),p.register(h,"formatRepository","/home/runner/work/verdaccio/verdaccio/packages/plugins/ui-theme/src/utils/package.ts"),p.register(k,"formatDate","/home/runner/work/verdaccio/verdaccio/packages/plugins/ui-theme/src/utils/package.ts"),p.register(b,"formatDateDistance","/home/runner/work/verdaccio/verdaccio/packages/plugins/ui-theme/src/utils/package.ts"),p.register(L,"getLastUpdatedPackageTime","/home/runner/work/verdaccio/verdaccio/packages/plugins/ui-theme/src/utils/package.ts"),p.register(x,"getRecentReleases","/home/runner/work/verdaccio/verdaccio/packages/plugins/ui-theme/src/utils/package.ts"),p.register(y,"getAuthorName","/home/runner/work/verdaccio/verdaccio/packages/plugins/ui-theme/src/utils/package.ts")),(g="undefined"!=typeof reactHotLoaderGlobal?reactHotLoaderGlobal.leaveModule:void 0)&&g(e)}}]);
|
|
@@ -0,0 +1,222 @@
|
|
|
1
|
+
/*!
|
|
2
|
+
*
|
|
3
|
+
* Name: Home
|
|
4
|
+
* Generated on: 1643055347856
|
|
5
|
+
* Package: @verdaccio/ui-theme
|
|
6
|
+
* Version: v6.0.0-6-next.16
|
|
7
|
+
* License: MIT
|
|
8
|
+
* https://www.verdaccio.org
|
|
9
|
+
*
|
|
10
|
+
*/
|
|
11
|
+
|
|
12
|
+
/*! ./Help */
|
|
13
|
+
|
|
14
|
+
/*! ./Home */
|
|
15
|
+
|
|
16
|
+
/*! ./Package */
|
|
17
|
+
|
|
18
|
+
/*! ./PackageList */
|
|
19
|
+
|
|
20
|
+
/*! ./Tag */
|
|
21
|
+
|
|
22
|
+
/*! ./styles */
|
|
23
|
+
|
|
24
|
+
/*! @babel/runtime/helpers/asyncToGenerator */
|
|
25
|
+
|
|
26
|
+
/*! @babel/runtime/helpers/defineProperty */
|
|
27
|
+
|
|
28
|
+
/*! @babel/runtime/helpers/extends */
|
|
29
|
+
|
|
30
|
+
/*! @babel/runtime/helpers/objectWithoutProperties */
|
|
31
|
+
|
|
32
|
+
/*! @babel/runtime/regenerator */
|
|
33
|
+
|
|
34
|
+
/*! @emotion/react */
|
|
35
|
+
|
|
36
|
+
/*! @emotion/styled/base */
|
|
37
|
+
|
|
38
|
+
/*! @mui/icons-material/BugReport */
|
|
39
|
+
|
|
40
|
+
/*! @mui/icons-material/CloudDownload */
|
|
41
|
+
|
|
42
|
+
/*! @mui/icons-material/Home */
|
|
43
|
+
|
|
44
|
+
/*! @mui/material/Card */
|
|
45
|
+
|
|
46
|
+
/*! @mui/material/CardActions */
|
|
47
|
+
|
|
48
|
+
/*! @mui/material/CardContent */
|
|
49
|
+
|
|
50
|
+
/*! @mui/material/Divider */
|
|
51
|
+
|
|
52
|
+
/*! @mui/material/Grid */
|
|
53
|
+
|
|
54
|
+
/*! @mui/material/List */
|
|
55
|
+
|
|
56
|
+
/*! @mui/material/ListItem */
|
|
57
|
+
|
|
58
|
+
/*! @mui/material/ListItemText */
|
|
59
|
+
|
|
60
|
+
/*! dayjs */
|
|
61
|
+
|
|
62
|
+
/*! dayjs/plugin/localizedFormat */
|
|
63
|
+
|
|
64
|
+
/*! dayjs/plugin/relativeTime */
|
|
65
|
+
|
|
66
|
+
/*! i18next */
|
|
67
|
+
|
|
68
|
+
/*! lodash/isString */
|
|
69
|
+
|
|
70
|
+
/*! react */
|
|
71
|
+
|
|
72
|
+
/*! react-i18next */
|
|
73
|
+
|
|
74
|
+
/*! react-redux */
|
|
75
|
+
|
|
76
|
+
/*! react-router-dom */
|
|
77
|
+
|
|
78
|
+
/*! react-virtualized/dist/commonjs/AutoSizer */
|
|
79
|
+
|
|
80
|
+
/*! react-virtualized/dist/commonjs/CellMeasurer */
|
|
81
|
+
|
|
82
|
+
/*! react-virtualized/dist/commonjs/List */
|
|
83
|
+
|
|
84
|
+
/*! react-virtualized/dist/commonjs/WindowScroller */
|
|
85
|
+
|
|
86
|
+
/*! verdaccio-ui/components/Avatar */
|
|
87
|
+
|
|
88
|
+
/*! verdaccio-ui/components/Button */
|
|
89
|
+
|
|
90
|
+
/*! verdaccio-ui/components/Card */
|
|
91
|
+
|
|
92
|
+
/*! verdaccio-ui/components/CardActions */
|
|
93
|
+
|
|
94
|
+
/*! verdaccio-ui/components/CardContent */
|
|
95
|
+
|
|
96
|
+
/*! verdaccio-ui/components/CopyToClipBoard */
|
|
97
|
+
|
|
98
|
+
/*! verdaccio-ui/components/Divider */
|
|
99
|
+
|
|
100
|
+
/*! verdaccio-ui/components/Grid */
|
|
101
|
+
|
|
102
|
+
/*! verdaccio-ui/components/Heading */
|
|
103
|
+
|
|
104
|
+
/*! verdaccio-ui/components/IconButton */
|
|
105
|
+
|
|
106
|
+
/*! verdaccio-ui/components/Icons */
|
|
107
|
+
|
|
108
|
+
/*! verdaccio-ui/components/Label */
|
|
109
|
+
|
|
110
|
+
/*! verdaccio-ui/components/Link */
|
|
111
|
+
|
|
112
|
+
/*! verdaccio-ui/components/List */
|
|
113
|
+
|
|
114
|
+
/*! verdaccio-ui/components/ListItem */
|
|
115
|
+
|
|
116
|
+
/*! verdaccio-ui/components/ListItemText */
|
|
117
|
+
|
|
118
|
+
/*! verdaccio-ui/components/Loading */
|
|
119
|
+
|
|
120
|
+
/*! verdaccio-ui/components/Text */
|
|
121
|
+
|
|
122
|
+
/*! verdaccio-ui/components/Tooltip */
|
|
123
|
+
|
|
124
|
+
/*! verdaccio-ui/providers/config */
|
|
125
|
+
|
|
126
|
+
/*! verdaccio-ui/utils/file-size */
|
|
127
|
+
|
|
128
|
+
/*! verdaccio-ui/utils/package */
|
|
129
|
+
|
|
130
|
+
/*! verdaccio-ui/utils/url */
|
|
131
|
+
|
|
132
|
+
/*!******************************!*\
|
|
133
|
+
!*** ./src/utils/package.ts ***!
|
|
134
|
+
\******************************/
|
|
135
|
+
|
|
136
|
+
/*!********************************!*\
|
|
137
|
+
!*** ./src/utils/file-size.ts ***!
|
|
138
|
+
\********************************/
|
|
139
|
+
|
|
140
|
+
/*!*********************************!*\
|
|
141
|
+
!*** ./src/components/Card.tsx ***!
|
|
142
|
+
\*********************************/
|
|
143
|
+
|
|
144
|
+
/*!*********************************!*\
|
|
145
|
+
!*** ./src/components/Grid.tsx ***!
|
|
146
|
+
\*********************************/
|
|
147
|
+
|
|
148
|
+
/*!*********************************!*\
|
|
149
|
+
!*** ./src/components/List.tsx ***!
|
|
150
|
+
\*********************************/
|
|
151
|
+
|
|
152
|
+
/*!*********************************!*\
|
|
153
|
+
!*** ./src/pages/home/Home.tsx ***!
|
|
154
|
+
\*********************************/
|
|
155
|
+
|
|
156
|
+
/*!*********************************!*\
|
|
157
|
+
!*** ./src/pages/home/index.ts ***!
|
|
158
|
+
\*********************************/
|
|
159
|
+
|
|
160
|
+
/*!************************************!*\
|
|
161
|
+
!*** ./src/components/Divider.tsx ***!
|
|
162
|
+
\************************************/
|
|
163
|
+
|
|
164
|
+
/*!*************************************!*\
|
|
165
|
+
!*** ./src/components/ListItem.tsx ***!
|
|
166
|
+
\*************************************/
|
|
167
|
+
|
|
168
|
+
/*!****************************************!*\
|
|
169
|
+
!*** ./src/components/CardActions.tsx ***!
|
|
170
|
+
\****************************************/
|
|
171
|
+
|
|
172
|
+
/*!****************************************!*\
|
|
173
|
+
!*** ./src/components/CardContent.tsx ***!
|
|
174
|
+
\****************************************/
|
|
175
|
+
|
|
176
|
+
/*!*****************************************!*\
|
|
177
|
+
!*** ./src/components/ListItemText.tsx ***!
|
|
178
|
+
\*****************************************/
|
|
179
|
+
|
|
180
|
+
/*!*********************************************!*\
|
|
181
|
+
!*** ./src/pages/home/PackageList/index.ts ***!
|
|
182
|
+
\*********************************************/
|
|
183
|
+
|
|
184
|
+
/*!**************************************************!*\
|
|
185
|
+
!*** ./src/pages/home/PackageList/Help/Help.tsx ***!
|
|
186
|
+
\**************************************************/
|
|
187
|
+
|
|
188
|
+
/*!**************************************************!*\
|
|
189
|
+
!*** ./src/pages/home/PackageList/Help/index.ts ***!
|
|
190
|
+
\**************************************************/
|
|
191
|
+
|
|
192
|
+
/*!***************************************************!*\
|
|
193
|
+
!*** ./src/pages/home/PackageList/Help/styles.ts ***!
|
|
194
|
+
\***************************************************/
|
|
195
|
+
|
|
196
|
+
/*!****************************************************!*\
|
|
197
|
+
!*** ./src/pages/home/PackageList/PackageList.tsx ***!
|
|
198
|
+
\****************************************************/
|
|
199
|
+
|
|
200
|
+
/*!*****************************************************!*\
|
|
201
|
+
!*** ./src/pages/home/PackageList/Package/index.ts ***!
|
|
202
|
+
\*****************************************************/
|
|
203
|
+
|
|
204
|
+
/*!******************************************************!*\
|
|
205
|
+
!*** ./src/pages/home/PackageList/Package/styles.ts ***!
|
|
206
|
+
\******************************************************/
|
|
207
|
+
|
|
208
|
+
/*!********************************************************!*\
|
|
209
|
+
!*** ./src/pages/home/PackageList/Package/Package.tsx ***!
|
|
210
|
+
\********************************************************/
|
|
211
|
+
|
|
212
|
+
/*!********************************************************!*\
|
|
213
|
+
!*** ./src/pages/home/PackageList/Package/Tag/Tag.tsx ***!
|
|
214
|
+
\********************************************************/
|
|
215
|
+
|
|
216
|
+
/*!*********************************************************!*\
|
|
217
|
+
!*** ./src/pages/home/PackageList/Package/Tag/index.ts ***!
|
|
218
|
+
\*********************************************************/
|
|
219
|
+
|
|
220
|
+
/*!**********************************************************!*\
|
|
221
|
+
!*** ./src/pages/home/PackageList/Package/Tag/styles.ts ***!
|
|
222
|
+
\**********************************************************/
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
/*! For license information please see Install.06493eae2f534100706f.js.LICENSE.txt */
|
|
2
|
+
"use strict";(self.webpackChunk_verdaccio_ui_theme=self.webpackChunk_verdaccio_ui_theme||[]).push([["Install"],{"./src/pages/Version/DetailSidebar/Install/Install.tsx":(e,t,a)=>{a.r(t),a.d(t,{default:()=>o});var i,M=a("../../../node_modules/.pnpm/@emotion+styled@11.6.0_5e8f57678a77e349831a88361eba8fdc/node_modules/@emotion/styled/base/dist/emotion-styled-base.browser.esm.js"),s=a("../../../node_modules/.pnpm/react@17.0.2/node_modules/react/index.js"),n=a("../../../node_modules/.pnpm/react-i18next@11.15.3_ad209b3ec0793904285d43906e66750b/node_modules/react-i18next/dist/es/useTranslation.js"),I=a("./src/components/List.tsx"),l=a("./src/components/Text/index.ts"),L=a("./src/providers/config/index.ts"),u=a("./src/pages/Version/index.ts"),r=a("./src/pages/Version/DetailSidebar/Install/InstallListItem.tsx");e=a.hmd(e),(i="undefined"!=typeof reactHotLoaderGlobal?reactHotLoaderGlobal.enterModule:void 0)&&i(e);var g="undefined"!=typeof reactHotLoaderGlobal?reactHotLoaderGlobal.default.signature:function(e){return e},N=(0,M.default)(l.default,{target:"exr63xd0"})((function(e){var t;return{fontWeight:null===(t=e.theme)||void 0===t?void 0:t.fontWeight.bold,textTransform:"capitalize"}}),""),j=function(){var e,t,a,i,M=(0,n.useTranslation)().t,l=(0,L.useConfig)().configOptions,g=(0,s.useContext)(u.DetailContext),j=g.packageMeta,d=g.packageName;if(!j||!d)return null;var o=null==l||null===(e=l.pkgManagers)||void 0===e?void 0:e.includes("npm"),c=null==l||null===(t=l.pkgManagers)||void 0===t?void 0:t.includes("yarn"),y=null===(a=null==l||null===(i=l.pkgManagers)||void 0===i?void 0:i.includes("pnpm"))||void 0===a||a;return o|y|c?s.createElement(I.default,{"data-testid":"installList",subheader:s.createElement(N,{variant:"subtitle1"},M("sidebar.installation.title"))},o&&s.createElement(r.default,{dependencyManager:r.DependencyManager.NPM,packageName:d}),c&&s.createElement(r.default,{dependencyManager:r.DependencyManager.YARN,packageName:d}),y&&s.createElement(r.default,{dependencyManager:r.DependencyManager.PNPM,packageName:d})):null};g(j,"useTranslation{{ t }}\nuseConfig{{ configOptions }}\nuseContext{detailContext}",(function(){return[n.useTranslation,L.useConfig]}));var d=j;const o=d;var c,y;(c="undefined"!=typeof reactHotLoaderGlobal?reactHotLoaderGlobal.default:void 0)&&(c.register(N,"StyledText","/home/runner/work/verdaccio/verdaccio/packages/plugins/ui-theme/src/pages/Version/DetailSidebar/Install/Install.tsx"),c.register(j,"Install","/home/runner/work/verdaccio/verdaccio/packages/plugins/ui-theme/src/pages/Version/DetailSidebar/Install/Install.tsx"),c.register(d,"default","/home/runner/work/verdaccio/verdaccio/packages/plugins/ui-theme/src/pages/Version/DetailSidebar/Install/Install.tsx")),(y="undefined"!=typeof reactHotLoaderGlobal?reactHotLoaderGlobal.leaveModule:void 0)&&y(e)},"./src/pages/Version/DetailSidebar/Install/InstallListItem.tsx":(e,t,a)=>{a.r(t),a.d(t,{DependencyManager:()=>j,default:()=>m});var i,M=a("../../../node_modules/.pnpm/@emotion+styled@11.6.0_5e8f57678a77e349831a88361eba8fdc/node_modules/@emotion/styled/base/dist/emotion-styled-base.browser.esm.js"),s=a("../../../node_modules/.pnpm/react@17.0.2/node_modules/react/index.js"),n=a("../../../node_modules/.pnpm/react-i18next@11.15.3_ad209b3ec0793904285d43906e66750b/node_modules/react-i18next/dist/es/useTranslation.js"),I=a("./src/components/Avatar.tsx"),l=a("./src/components/CopyToClipBoard.tsx"),L=a("./src/components/ListItem.tsx"),u=a("./src/components/ListItemText.tsx"),r=a("./src/pages/Version/DetailSidebar/Install/img/npm.svg"),g=a("./src/pages/Version/DetailSidebar/Install/img/pnpm.svg"),N=a("./src/pages/Version/DetailSidebar/Install/img/yarn.svg");e=a.hmd(e),(i="undefined"!=typeof reactHotLoaderGlobal?reactHotLoaderGlobal.enterModule:void 0)&&i(e);var j,d="undefined"!=typeof reactHotLoaderGlobal?reactHotLoaderGlobal.default.signature:function(e){return e},o=(0,M.default)(L.default,{target:"e1sfautt2"})({name:"zw46c6",styles:"padding:0;:hover{background-color:transparent;}"}),c=(0,M.default)(u.default,{target:"e1sfautt1"})({name:"1o2edpc",styles:"padding:0 10px;margin:0"}),y=(0,M.default)(I.default,{target:"e1sfautt0"})({name:"17x0n9v",styles:"border-radius:0px;padding:0;img{background-color:transparent;}"});!function(e){e.NPM="npm",e.YARN="yarn",e.PNPM="pnpm"}(j||(j={}));var T=function(e){var t=e.packageName,a=e.dependencyManager,i=(0,n.useTranslation)().t;switch(a){case j.NPM:return s.createElement(o,{button:!0,"data-testid":"installListItem-npm"},s.createElement(y,{alt:"npm",src:r}),s.createElement(c,{primary:s.createElement(l.default,{text:i("sidebar.installation.install-using-npm-command",{packageName:t})}),secondary:i("sidebar.installation.install-using-npm")}));case j.YARN:return s.createElement(o,{button:!0,"data-testid":"installListItem-yarn"},s.createElement(y,{alt:"yarn",src:N}),s.createElement(c,{primary:s.createElement(l.default,{text:i("sidebar.installation.install-using-yarn-command",{packageName:t})}),secondary:i("sidebar.installation.install-using-yarn")}));case j.PNPM:return s.createElement(o,{button:!0,"data-testid":"installListItem-pnpm"},s.createElement(y,{alt:"pnpm",src:g}),s.createElement(c,{primary:s.createElement(l.default,{text:i("sidebar.installation.install-using-pnpm-command",{packageName:t})}),secondary:i("sidebar.installation.install-using-pnpm")}));default:return null}};d(T,"useTranslation{{ t }}",(function(){return[n.useTranslation]}));var D=T;const m=D;var x,p;(x="undefined"!=typeof reactHotLoaderGlobal?reactHotLoaderGlobal.default:void 0)&&(x.register(o,"InstallItem","/home/runner/work/verdaccio/verdaccio/packages/plugins/ui-theme/src/pages/Version/DetailSidebar/Install/InstallListItem.tsx"),x.register(c,"InstallListItemText","/home/runner/work/verdaccio/verdaccio/packages/plugins/ui-theme/src/pages/Version/DetailSidebar/Install/InstallListItem.tsx"),x.register(y,"PackageMangerAvatar","/home/runner/work/verdaccio/verdaccio/packages/plugins/ui-theme/src/pages/Version/DetailSidebar/Install/InstallListItem.tsx"),x.register(T,"InstallListItem","/home/runner/work/verdaccio/verdaccio/packages/plugins/ui-theme/src/pages/Version/DetailSidebar/Install/InstallListItem.tsx"),x.register(D,"default","/home/runner/work/verdaccio/verdaccio/packages/plugins/ui-theme/src/pages/Version/DetailSidebar/Install/InstallListItem.tsx")),(p="undefined"!=typeof reactHotLoaderGlobal?reactHotLoaderGlobal.leaveModule:void 0)&&p(e)},"./src/pages/Version/DetailSidebar/Install/index.ts":(e,t,a)=>{a.r(t),a.d(t,{default:()=>i.default});var i=a("./src/pages/Version/DetailSidebar/Install/Install.tsx");"undefined"!=typeof reactHotLoaderGlobal&&reactHotLoaderGlobal.default.signature},"./src/pages/Version/DetailSidebar/Install/img/npm.svg":e=>{e.exports="data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIGlkPSJMYXllcl8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCIKCSB2aWV3Qm94PSIwIDAgMjU2IDI1NiIgZW5hYmxlLWJhY2tncm91bmQ9Im5ldyAwIDAgMjU2IDI1NiIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+Cjxwb2x5Z29uIGZpbGw9IiNDQzAwMDAiIHBvaW50cz0iMjMsNjUuNiAxMzAsMy4zIDIzNyw2NS42IDIzNywxOTAuMSAxMzAsMjUyLjQgMjMsMTkwLjEgIi8+Cjxwb2x5Z29uIGZpbGw9IiNGRkZGRkYiIHBvaW50cz0iMTMzLDEyNy44IDIzMi41LDcwLjUgMjM2LjUsMTg2IDEzMywyNDguNSAiLz4KPGc+Cgk8cGF0aCBmaWxsPSIjQ0MwMDAwIiBkPSJNMjM0LDY3bC0wLjMsMTIyLjRsLTEwMy44LDYwLjJsLTAuNS0xMjAuM0wyMzQsNjd6IE0xNDYuNywxMzkuM2wwLjMsODAuNGwzNC41LTIwLjFsLTAuMS02MC42bDE3LjQtMTAuMwoJCWwwLDYwLjhsMTcuNC0xMC4ybDAuMS04MS40TDE0Ni43LDEzOS4zeiIvPgo8L2c+CjxwYXRoIGZpbGw9IiM5MTA1MDUiIGQ9Ik0xMzYuOCw0LjJjLTQuOC0yLjctMTIuNS0yLjctMTcuMywwTDI0LjcsNTguN2MtNC44LDIuNy04LjYsOS41LTguNiwxNC45djEwOWMwLDUuNSwzLjksMTIuMiw4LjYsMTQuOQoJbDk0LjgsNTQuNWM0LjgsMi43LDEyLjUsMi43LDE3LjMsMGw5NC44LTU0LjVjNC44LTIuNyw4LjYtOS41LDguNi0xNC45di0xMDljMC01LjUtMy45LTEyLjItOC42LTE0LjlMMTM2LjgsNC4yeiBNMjIwLjksNjEuMgoJYzQuOCwyLjcsNC44LDcuMiwwLDkuOWwtODMsNDcuN2MtNC44LDIuNy0xMi41LDIuNy0xNy4zLDBMMzYuNCw3MC40Yy00LjgtMi43LTQuOC03LjIsMC05LjlsODMtNDcuN2M0LjgtMi43LDEyLjUtMi43LDE3LjMsMAoJTDIyMC45LDYxLjJ6IE0yMy41LDgxLjVjMC01LjUsMy45LTcuNyw4LjYtNWw4NC45LDQ4LjhjNC44LDIuNyw4LjYsOS41LDguNiwxNC45VjIzN2MwLDUuNS0zLjksNy43LTguNiw1bC04NC45LTQ4LjgKCWMtNC44LTIuNy04LjYtOS41LTguNi0xNC45VjgxLjV6IE0xNDEuOCwyNDAuNWMtNC44LDIuNy04LjYsMC41LTguNi01di05NS4zYzAtNS41LDMuOS0xMi4yLDguNi0xNC45TDIyNC4yLDc4CgljNC44LTIuNyw4LjYtMC41LDguNiw1djk1LjNjMCw1LjUtMy45LDEyLjItOC42LDE0LjlMMTQxLjgsMjQwLjV6Ii8+Cjwvc3ZnPgo="},"./src/pages/Version/DetailSidebar/Install/img/pnpm.svg":e=>{e.exports="data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHByZXNlcnZlQXNwZWN0UmF0aW89InhNaWRZTWlkIG1lZXQiIHZpZXdCb3g9IjY2LjA5MTU3ODA5NDc0MTQyIDMzLjUgMTg0LjUgMTg0LjQ5OTk5OTk5OTk5OTk3IiB3aWR0aD0iMTgwIiBoZWlnaHQ9IjE4MCI+PGRlZnM+PHBhdGggZD0iTTY3LjU5IDM1TDI0Ny41OSAzNUwyNDcuNTkgMjE1TDY3LjU5IDIxNUw2Ny41OSAzNVoiIGlkPSJiMkpaWmNBM2ZUIj48L3BhdGg+PHBhdGggZD0iTTIzNy42IDk1TDE4Ny42IDk1TDE4Ny42IDQ1TDIzNy42IDQ1TDIzNy42IDk1WiIgaWQ9ImJqMHRiMFk4cSI+PC9wYXRoPjxwYXRoIGQ9Ik0xODIuNTkgOTVMMTMyLjU5IDk1TDEzMi41OSA0NUwxODIuNTkgNDVMMTgyLjU5IDk1WiIgaWQ9ImRrRFNUelBqMyI+PC9wYXRoPjxwYXRoIGQ9Ik0xMjcuNTkgOTVMNzcuNTkgOTVMNzcuNTkgNDVMMTI3LjU5IDQ1TDEyNy41OSA5NVoiIGlkPSJhNHZOZGNOTHBGIj48L3BhdGg+PHBhdGggZD0iTTIzNy42IDE1MEwxODcuNiAxNTBMMTg3LjYgMTAwTDIzNy42IDEwMEwyMzcuNiAxNTBaIiBpZD0iaDJ0NFpqMWpTVSI+PC9wYXRoPjxwYXRoIGQ9Ik0xODIuNTkgMTUwTDEzMi41OSAxNTBMMTMyLjU5IDEwMEwxODIuNTkgMTAwTDE4Mi41OSAxNTBaIiBpZD0iYjR0NXBuZ3d2VCI+PC9wYXRoPjxwYXRoIGQ9Ik0xODIuNTkgMjA1TDEzMi41OSAyMDVMMTMyLjU5IDE1NUwxODIuNTkgMTU1TDE4Mi41OSAyMDVaIiBpZD0iYjlzMWdkNW0yIj48L3BhdGg+PHBhdGggZD0iTTIzNy42IDIwNUwxODcuNiAyMDVMMTg3LjYgMTU1TDIzNy42IDE1NUwyMzcuNiAyMDVaIiBpZD0iY210OVdMdno3Ij48L3BhdGg+PHBhdGggZD0iTTEyNy41OSAyMDVMNzcuNTkgMjA1TDc3LjU5IDE1NUwxMjcuNTkgMTU1TDEyNy41OSAyMDVaIiBpZD0iYkpVTnFnRlNnIj48L3BhdGg+PC9kZWZzPjxnPjxnPjx1c2UgeGxpbms6aHJlZj0iI2IySlpaY0EzZlQiIG9wYWNpdHk9IjEiIGZpbGw9IiNmZmZmZmYiIGZpbGwtb3BhY2l0eT0iMSI+PC91c2U+PC9nPjxnPjx1c2UgeGxpbms6aHJlZj0iI2JqMHRiMFk4cSIgb3BhY2l0eT0iMSIgZmlsbD0iI2Y5YWQwMCIgZmlsbC1vcGFjaXR5PSIxIj48L3VzZT48L2c+PGc+PHVzZSB4bGluazpocmVmPSIjZGtEU1R6UGozIiBvcGFjaXR5PSIxIiBmaWxsPSIjZjlhZDAwIiBmaWxsLW9wYWNpdHk9IjEiPjwvdXNlPjwvZz48Zz48dXNlIHhsaW5rOmhyZWY9IiNhNHZOZGNOTHBGIiBvcGFjaXR5PSIxIiBmaWxsPSIjZjlhZDAwIiBmaWxsLW9wYWNpdHk9IjEiPjwvdXNlPjwvZz48Zz48dXNlIHhsaW5rOmhyZWY9IiNoMnQ0WmoxalNVIiBvcGFjaXR5PSIxIiBmaWxsPSIjZjlhZDAwIiBmaWxsLW9wYWNpdHk9IjEiPjwvdXNlPjwvZz48Zz48dXNlIHhsaW5rOmhyZWY9IiNiNHQ1cG5nd3ZUIiBvcGFjaXR5PSIxIiBmaWxsPSIjNGU0ZTRlIiBmaWxsLW9wYWNpdHk9IjEiPjwvdXNlPjwvZz48Zz48dXNlIHhsaW5rOmhyZWY9IiNiOXMxZ2Q1bTIiIG9wYWNpdHk9IjEiIGZpbGw9IiM0ZTRlNGUiIGZpbGwtb3BhY2l0eT0iMSI+PC91c2U+PC9nPjxnPjx1c2UgeGxpbms6aHJlZj0iI2NtdDlXTHZ6NyIgb3BhY2l0eT0iMSIgZmlsbD0iIzRlNGU0ZSIgZmlsbC1vcGFjaXR5PSIxIj48L3VzZT48L2c+PGc+PHVzZSB4bGluazpocmVmPSIjYkpVTnFnRlNnIiBvcGFjaXR5PSIxIiBmaWxsPSIjNGU0ZTRlIiBmaWxsLW9wYWNpdHk9IjEiPjwvdXNlPjwvZz48L2c+PC9zdmc+"},"./src/pages/Version/DetailSidebar/Install/img/yarn.svg":e=>{e.exports="data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB2aWV3Qm94PSIwIDAgNTE4IDUxOCI+PHN0eWxlPi5zdDB7ZmlsbDojMmM4ZWJifS5zdDF7ZmlsbDojZmZmfTwvc3R5bGU+PHBhdGggY2xhc3M9InN0MCIgZD0iTTI1OSAwYzE0MyAwIDI1OSAxMTYgMjU5IDI1OVM0MDIgNTE4IDI1OSA1MTggMCA0MDIgMCAyNTkgMTE2IDAgMjU5IDB6Ii8+PHBhdGggY2xhc3M9InN0MSIgZD0iTTQzNS4yIDMzNy41Yy0xLjgtMTQuMi0xMy44LTI0LTI5LjItMjMuOC0yMyAuMy00Mi4zIDEyLjItNTUuMSAyMC4xLTUgMy4xLTkuMyA1LjQtMTMgNy4xLjgtMTEuNi4xLTI2LjgtNS45LTQzLjUtNy4zLTIwLTE3LjEtMzIuMy0yNC4xLTM5LjQgOC4xLTExLjggMTkuMi0yOSAyNC40LTU1LjYgNC41LTIyLjcgMy4xLTU4LTcuMi03Ny44LTIuMS00LTUuNi02LjktMTAtOC4xLTEuOC0uNS01LjItMS41LTExLjkuNEMyOTMuMSA5NiAyODkuNiA5My44IDI4Ni45IDkyYy01LjYtMy42LTEyLjItNC40LTE4LjQtMi4xLTguMyAzLTE1LjQgMTEtMjIuMSAyNS4yLTEgMi4xLTEuOSA0LjEtMi43IDYuMS0xMi43LjktMzIuNyA1LjUtNDkuNiAyMy44LTIuMSAyLjMtNi4yIDQtMTAuNSA1LjZoLjFjLTguOCAzLjEtMTIuOCAxMC4zLTE3LjcgMjMuMy02LjggMTguMi4yIDM2LjEgNy4xIDQ3LjctOS40IDguNC0yMS45IDIxLjgtMjguNSAzNy41LTguMiAxOS40LTkuMSAzOC40LTguOCA0OC43LTcgNy40LTE3LjggMjEuMy0xOSAzNi45LTEuNiAyMS44IDYuMyAzNi42IDkuOCA0MiAxIDEuNiAyLjEgMi45IDMuMyA0LjItLjQgMi43LS41IDUuNi4xIDguNiAxLjMgNyA1LjcgMTIuNyAxMi40IDE2LjMgMTMuMiA3IDMxLjYgMTAgNDUuOCAyLjkgNS4xIDUuNCAxNC40IDEwLjYgMzEuMyAxMC42aDFjNC4zIDAgNTguOS0yLjkgNzQuOC02LjggNy4xLTEuNyAxMi00LjcgMTUuMi03LjQgMTAuMi0zLjIgMzguNC0xMi44IDY1LTMwIDE4LjgtMTIuMiAyNS4zLTE0LjggMzkuMy0xOC4yIDEzLjYtMy4zIDIyLjEtMTUuNyAyMC40LTI5LjR6bS0yMy44IDE0LjdjLTE2IDMuOC0yNC4xIDcuMy00My45IDIwLjItMzAuOSAyMC02NC43IDI5LjMtNjQuNyAyOS4zcy0yLjggNC4yLTEwLjkgNi4xYy0xNCAzLjQtNjYuNyA2LjMtNzEuNSA2LjQtMTIuOS4xLTIwLjgtMy4zLTIzLTguNi02LjctMTYgOS42LTIzIDkuNi0yM3MtMy42LTIuMi01LjctNC4yYy0xLjktMS45LTMuOS01LjctNC41LTQuMy0yLjUgNi4xLTMuOCAyMS0xMC41IDI3LjctOS4yIDkuMy0yNi42IDYuMi0zNi45LjgtMTEuMy02IC44LTIwLjEuOC0yMC4xcy02LjEgMy42LTExLTMuOGMtNC40LTYuOC04LjUtMTguNC03LjQtMzIuNyAxLjItMTYuMyAxOS40LTMyLjEgMTkuNC0zMi4xcy0zLjItMjQuMSA3LjMtNDguOGM5LjUtMjIuNSAzNS4xLTQwLjYgMzUuMS00MC42cy0yMS41LTIzLjgtMTMuNS00NS4yYzUuMi0xNCA3LjMtMTMuOSA5LTE0LjUgNi0yLjMgMTEuOC00LjggMTYuMS05LjUgMjEuNS0yMy4yIDQ4LjktMTguOCA0OC45LTE4LjhzMTMtMzkuNSAyNS0zMS44YzMuNyAyLjQgMTcgMzIgMTcgMzJzMTQuMi04LjMgMTUuOC01LjJjOC42IDE2LjcgOS42IDQ4LjYgNS44IDY4LTYuNCAzMi0yMi40IDQ5LjItMjguOCA2MC0xLjUgMi41IDE3LjIgMTAuNCAyOSA0My4xIDEwLjkgMjkuOSAxLjIgNTUgMi45IDU3LjguMy41LjQuNy40LjdzMTIuNSAxIDM3LjYtMTQuNWMxMy40LTguMyAyOS4zLTE3LjYgNDcuNC0xNy44IDE3LjUtLjMgMTguNCAyMC4yIDUuMiAyMy40eiIvPjwvc3ZnPg=="}}]);
|
|
@@ -0,0 +1,66 @@
|
|
|
1
|
+
/*!
|
|
2
|
+
*
|
|
3
|
+
* Name: Install
|
|
4
|
+
* Generated on: 1643055347856
|
|
5
|
+
* Package: @verdaccio/ui-theme
|
|
6
|
+
* Version: v6.0.0-6-next.16
|
|
7
|
+
* License: MIT
|
|
8
|
+
* https://www.verdaccio.org
|
|
9
|
+
*
|
|
10
|
+
*/
|
|
11
|
+
|
|
12
|
+
/*! ../.. */
|
|
13
|
+
|
|
14
|
+
/*! ./Install */
|
|
15
|
+
|
|
16
|
+
/*! ./InstallListItem */
|
|
17
|
+
|
|
18
|
+
/*! ./img/npm.svg */
|
|
19
|
+
|
|
20
|
+
/*! ./img/pnpm.svg */
|
|
21
|
+
|
|
22
|
+
/*! ./img/yarn.svg */
|
|
23
|
+
|
|
24
|
+
/*! @emotion/styled/base */
|
|
25
|
+
|
|
26
|
+
/*! react */
|
|
27
|
+
|
|
28
|
+
/*! react-i18next */
|
|
29
|
+
|
|
30
|
+
/*! verdaccio-ui/components/Avatar */
|
|
31
|
+
|
|
32
|
+
/*! verdaccio-ui/components/CopyToClipBoard */
|
|
33
|
+
|
|
34
|
+
/*! verdaccio-ui/components/List */
|
|
35
|
+
|
|
36
|
+
/*! verdaccio-ui/components/ListItem */
|
|
37
|
+
|
|
38
|
+
/*! verdaccio-ui/components/ListItemText */
|
|
39
|
+
|
|
40
|
+
/*! verdaccio-ui/components/Text */
|
|
41
|
+
|
|
42
|
+
/*! verdaccio-ui/providers/config */
|
|
43
|
+
|
|
44
|
+
/*!**********************************************************!*\
|
|
45
|
+
!*** ./src/pages/Version/DetailSidebar/Install/index.ts ***!
|
|
46
|
+
\**********************************************************/
|
|
47
|
+
|
|
48
|
+
/*!*************************************************************!*\
|
|
49
|
+
!*** ./src/pages/Version/DetailSidebar/Install/Install.tsx ***!
|
|
50
|
+
\*************************************************************/
|
|
51
|
+
|
|
52
|
+
/*!*************************************************************!*\
|
|
53
|
+
!*** ./src/pages/Version/DetailSidebar/Install/img/npm.svg ***!
|
|
54
|
+
\*************************************************************/
|
|
55
|
+
|
|
56
|
+
/*!**************************************************************!*\
|
|
57
|
+
!*** ./src/pages/Version/DetailSidebar/Install/img/pnpm.svg ***!
|
|
58
|
+
\**************************************************************/
|
|
59
|
+
|
|
60
|
+
/*!**************************************************************!*\
|
|
61
|
+
!*** ./src/pages/Version/DetailSidebar/Install/img/yarn.svg ***!
|
|
62
|
+
\**************************************************************/
|
|
63
|
+
|
|
64
|
+
/*!*********************************************************************!*\
|
|
65
|
+
!*** ./src/pages/Version/DetailSidebar/Install/InstallListItem.tsx ***!
|
|
66
|
+
\*********************************************************************/
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
/*! For license information please see NotFound.06493eae2f534100706f.js.LICENSE.txt */
|
|
2
|
+
"use strict";(self.webpackChunk_verdaccio_ui_theme=self.webpackChunk_verdaccio_ui_theme||[]).push([["NotFound"],{"./src/components/NotFound/NotFound.tsx":(e,t,o)=>{o.r(t),o.d(t,{default:()=>I});var n,a=o("../../../node_modules/.pnpm/@emotion+styled@11.6.0_5e8f57678a77e349831a88361eba8fdc/node_modules/@emotion/styled/base/dist/emotion-styled-base.browser.esm.js"),r=o("../../../node_modules/.pnpm/react@17.0.2/node_modules/react/index.js"),i=o("../../../node_modules/.pnpm/react-i18next@11.15.3_ad209b3ec0793904285d43906e66750b/node_modules/react-i18next/dist/es/useTranslation.js"),d=o("../../../node_modules/.pnpm/react-router@5.2.1_react@17.0.2/node_modules/react-router/esm/react-router.js"),s=o("./src/components/Box.tsx"),u=o("./src/components/Button.tsx"),c=o("./src/components/Heading.tsx"),l=o("./src/components/NotFound/img/package.svg");e=o.hmd(e),(n="undefined"!=typeof reactHotLoaderGlobal?reactHotLoaderGlobal.enterModule:void 0)&&n(e);var m="undefined"!=typeof reactHotLoaderGlobal?reactHotLoaderGlobal.default.signature:function(e){return e},g=function(){var e=(0,d.useHistory)(),t=(0,i.useTranslation)().t,o=(0,r.useCallback)((function(){e.push("/")}),[e]);return r.createElement(s.default,{alignItems:"center","data-testid":"404",display:"flex",flexDirection:"column",flexGrow:1,justifyContent:"center",p:2},r.createElement(p,{alt:t("error.404.page-not-found"),src:l}),r.createElement(y,{className:"not-found-text",variant:"h4"},t("error.404.sorry-we-could-not-find-it")),r.createElement(u.default,{"data-testid":"not-found-go-to-home-button",onClick:o,variant:"contained"},t("button.go-to-the-home-page")))};m(g,"useHistory{history}\nuseTranslation{{ t }}\nuseCallback{handleGoHome}",(function(){return[d.useHistory,i.useTranslation]}));var N=g;const I=N;var M,j,p=(0,a.default)("img",{target:"e11qlk1z1"})({name:"178ibc5",styles:"width:150px;margin:0 auto"}),y=(0,a.default)(c.default,{target:"e11qlk1z0"})((function(e){var t=e.theme;return{color:"light"===(null==t?void 0:t.palette.mode)?null==t?void 0:t.palette.primary.main:null==t?void 0:t.palette.white,marginBottom:16}}),"");(M="undefined"!=typeof reactHotLoaderGlobal?reactHotLoaderGlobal.default:void 0)&&(M.register(g,"NotFound","/home/runner/work/verdaccio/verdaccio/packages/plugins/ui-theme/src/components/NotFound/NotFound.tsx"),M.register(p,"EmptyPackage","/home/runner/work/verdaccio/verdaccio/packages/plugins/ui-theme/src/components/NotFound/NotFound.tsx"),M.register(y,"StyledHeading","/home/runner/work/verdaccio/verdaccio/packages/plugins/ui-theme/src/components/NotFound/NotFound.tsx"),M.register(N,"default","/home/runner/work/verdaccio/verdaccio/packages/plugins/ui-theme/src/components/NotFound/NotFound.tsx")),(j="undefined"!=typeof reactHotLoaderGlobal?reactHotLoaderGlobal.leaveModule:void 0)&&j(e)},"./src/components/NotFound/index.ts":(e,t,o)=>{o.r(t),o.d(t,{default:()=>n.default});var n=o("./src/components/NotFound/NotFound.tsx");"undefined"!=typeof reactHotLoaderGlobal&&reactHotLoaderGlobal.default.signature},"./src/components/NotFound/img/package.svg":e=>{e.exports="data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA0OTUuMiA0OTUuMiI+PHBhdGggZmlsbD0iI2QzOGMwZCIgZD0iTTMyNS42IDIyNC40TDQ5NS4yIDEyNiAzMjUuNiAyOC40bC0xNjguOCA5OS4yeiIvPjxnIGZpbGw9IiNlZmJiNjciPjxwYXRoIGQ9Ik0xNzAuNCAyMjQuNGwxNjgtOTcuNi0xNjgtOTguNEwwIDEyNi44eiIvPjxwYXRoIGQ9Ik00MTYgMzY4LjRsLTE2OCA5OC40LTE2OC05OC40di0xOTZMMjQ4IDc0bDE2OCA5OC40eiIvPjwvZz48cGF0aCBmaWxsPSIjZDM4YzBkIiBkPSJNMjQ4IDc0bDE2OCA5OC40djE5NmwtMTY4IDk4LjQiLz48cGF0aCBmaWxsPSIjZWZiYjY3IiBkPSJNMzI2LjQgMzE0LjhMNDk1LjIgMjE4bC0xNjkuNi05OC40TDE1NiAyMTh6Ii8+PHBhdGggZmlsbD0iI2QzOGMwZCIgZD0iTTE3MC40IDMxNi40bDE2OC44LTk5LjItMTY4LjgtOTcuNkwwIDIxOHoiLz48cGF0aCBmaWxsPSIjNzA0YTBlIiBkPSJNMjQ4LjggMjcwLjhMNDE2IDE3Mi40IDI0OC44IDc0IDc4LjQgMTcyLjR6Ii8+PHBhdGggZmlsbD0iIzUxMzMwNyIgZD0iTTI0OC44IDI3MC44TDQxNiAxNzIuNCAyNDguOCA3NCIvPjxwYXRoIGZpbGw9IiMyZDFjMDUiIGQ9Ik0yNDguOCAyNzAuOGwzNi0yMS42LTM2LTIwLjgtMzYgMjAuOHoiLz48ZyBmaWxsPSIjMGRkMzk2Ij48cGF0aCBkPSJNMzY4IDM3OS42bDQwLTIzLjJ2LTEyLjhsLTQwIDIzLjJ6TTM2OCAzNTYuNGw0MC0yMy4ydi0xMi44bC00MCAyMy4yek0zNjggMzMzLjJsNDAtMjMuMnYtMTMuNmwtNDAgMjR6Ii8+PC9nPjwvc3ZnPg=="}}]);
|
|
@@ -0,0 +1,40 @@
|
|
|
1
|
+
/*!
|
|
2
|
+
*
|
|
3
|
+
* Name: NotFound
|
|
4
|
+
* Generated on: 1643055347856
|
|
5
|
+
* Package: @verdaccio/ui-theme
|
|
6
|
+
* Version: v6.0.0-6-next.16
|
|
7
|
+
* License: MIT
|
|
8
|
+
* https://www.verdaccio.org
|
|
9
|
+
*
|
|
10
|
+
*/
|
|
11
|
+
|
|
12
|
+
/*! ../Box */
|
|
13
|
+
|
|
14
|
+
/*! ../Button */
|
|
15
|
+
|
|
16
|
+
/*! ../Heading */
|
|
17
|
+
|
|
18
|
+
/*! ./NotFound */
|
|
19
|
+
|
|
20
|
+
/*! ./img/package.svg */
|
|
21
|
+
|
|
22
|
+
/*! @emotion/styled/base */
|
|
23
|
+
|
|
24
|
+
/*! react */
|
|
25
|
+
|
|
26
|
+
/*! react-i18next */
|
|
27
|
+
|
|
28
|
+
/*! react-router-dom */
|
|
29
|
+
|
|
30
|
+
/*!******************************************!*\
|
|
31
|
+
!*** ./src/components/NotFound/index.ts ***!
|
|
32
|
+
\******************************************/
|
|
33
|
+
|
|
34
|
+
/*!**********************************************!*\
|
|
35
|
+
!*** ./src/components/NotFound/NotFound.tsx ***!
|
|
36
|
+
\**********************************************/
|
|
37
|
+
|
|
38
|
+
/*!*************************************************!*\
|
|
39
|
+
!*** ./src/components/NotFound/img/package.svg ***!
|
|
40
|
+
\*************************************************/
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
/*! For license information please see Provider.06493eae2f534100706f.js.LICENSE.txt */
|
|
2
|
+
"use strict";(self.webpackChunk_verdaccio_ui_theme=self.webpackChunk_verdaccio_ui_theme||[]).push([["Provider"],{"./src/pages/Version/VersionContextProvider.tsx":(e,a,o)=>{o.r(a),o.d(a,{default:()=>p});var r,t=o("../../../node_modules/.pnpm/react@17.0.2/node_modules/react/index.js"),n=o("../../../node_modules/.pnpm/react-redux@7.2.6_react-dom@17.0.2+react@17.0.2/node_modules/react-redux/es/index.js"),d=o("../../../node_modules/.pnpm/react-router@5.2.1_react@17.0.2/node_modules/react-router/esm/react-router.js"),c=o("./src/pages/Version/context.ts"),s=o("./src/pages/Version/get-route-package-name.ts");e=o.hmd(e),(r="undefined"!=typeof reactHotLoaderGlobal?reactHotLoaderGlobal.enterModule:void 0)&&r(e);var i="undefined"!=typeof reactHotLoaderGlobal?reactHotLoaderGlobal.default.signature:function(e){return e},u=function(e){var a=e.children,o=(0,d.useParams)(),r=o.version,i=o.package,u=o.scope,l=(0,n.useSelector)((function(e){return e.manifest})),p=l.manifest,g=l.readme,m=l.packageName,f=l.hasNotBeenFound,v=(0,n.useSelector)((function(e){var a;return null==e||null===(a=e.loading)||void 0===a?void 0:a.models.manifest})),k=(0,n.useDispatch)();return(0,t.useEffect)((function(){var e=(0,s.default)(i,u);k.manifest.getManifest({packageName:e,packageVersion:r})}),[k,r,i,u]),t.createElement(c.DetailContext.Provider,{value:{packageMeta:p,packageVersion:r,readMe:g,packageName:m,isLoading:v,hasNotBeenFound:f}},a)};i(u,"useParams{{ version: packageVersion, package: pkgName, scope }}\nuseSelector{{ manifest, readme, packageName, hasNotBeenFound }}\nuseSelector{isLoading}\nuseDispatch{dispatch}\nuseEffect{}",(function(){return[d.useParams,n.useSelector,n.useSelector,n.useDispatch]}));var l=u;const p=l;var g,m;(g="undefined"!=typeof reactHotLoaderGlobal?reactHotLoaderGlobal.default:void 0)&&(g.register(u,"VersionContextProvider","/home/runner/work/verdaccio/verdaccio/packages/plugins/ui-theme/src/pages/Version/VersionContextProvider.tsx"),g.register(l,"default","/home/runner/work/verdaccio/verdaccio/packages/plugins/ui-theme/src/pages/Version/VersionContextProvider.tsx")),(m="undefined"!=typeof reactHotLoaderGlobal?reactHotLoaderGlobal.leaveModule:void 0)&&m(e)},"./src/pages/Version/context.ts":(e,a,o)=>{o.r(a),o.d(a,{DetailContext:()=>c,DetailContextProvider:()=>s,DetailContextConsumer:()=>i});var r,t=o("../../../node_modules/.pnpm/react@17.0.2/node_modules/react/index.js");e=o.hmd(e),(r="undefined"!=typeof reactHotLoaderGlobal?reactHotLoaderGlobal.enterModule:void 0)&&r(e);"undefined"!=typeof reactHotLoaderGlobal&&reactHotLoaderGlobal.default.signature;var n,d,c=(0,t.createContext)({}),s=c.Provider,i=c.Consumer;(n="undefined"!=typeof reactHotLoaderGlobal?reactHotLoaderGlobal.default:void 0)&&(n.register(c,"DetailContext","/home/runner/work/verdaccio/verdaccio/packages/plugins/ui-theme/src/pages/Version/context.ts"),n.register(s,"DetailContextProvider","/home/runner/work/verdaccio/verdaccio/packages/plugins/ui-theme/src/pages/Version/context.ts"),n.register(i,"DetailContextConsumer","/home/runner/work/verdaccio/verdaccio/packages/plugins/ui-theme/src/pages/Version/context.ts")),(d="undefined"!=typeof reactHotLoaderGlobal?reactHotLoaderGlobal.leaveModule:void 0)&&d(e)},"./src/pages/Version/get-route-package-name.ts":(e,a,o)=>{var r;o.r(a),o.d(a,{default:()=>d}),e=o.hmd(e),(r="undefined"!=typeof reactHotLoaderGlobal?reactHotLoaderGlobal.enterModule:void 0)&&r(e);"undefined"!=typeof reactHotLoaderGlobal&&reactHotLoaderGlobal.default.signature;function t(e,a){return a?"@".concat(a,"/").concat(e):e}var n=t;const d=n;var c,s;(c="undefined"!=typeof reactHotLoaderGlobal?reactHotLoaderGlobal.default:void 0)&&(c.register(t,"getRouterPackageName","/home/runner/work/verdaccio/verdaccio/packages/plugins/ui-theme/src/pages/Version/get-route-package-name.ts"),c.register(n,"default","/home/runner/work/verdaccio/verdaccio/packages/plugins/ui-theme/src/pages/Version/get-route-package-name.ts")),(s="undefined"!=typeof reactHotLoaderGlobal?reactHotLoaderGlobal.leaveModule:void 0)&&s(e)}}]);
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
/*!
|
|
2
|
+
*
|
|
3
|
+
* Name: Provider
|
|
4
|
+
* Generated on: 1643055347856
|
|
5
|
+
* Package: @verdaccio/ui-theme
|
|
6
|
+
* Version: v6.0.0-6-next.16
|
|
7
|
+
* License: MIT
|
|
8
|
+
* https://www.verdaccio.org
|
|
9
|
+
*
|
|
10
|
+
*/
|
|
11
|
+
|
|
12
|
+
/*! ./context */
|
|
13
|
+
|
|
14
|
+
/*! ./get-route-package-name */
|
|
15
|
+
|
|
16
|
+
/*! react */
|
|
17
|
+
|
|
18
|
+
/*! react-redux */
|
|
19
|
+
|
|
20
|
+
/*! react-router-dom */
|
|
21
|
+
|
|
22
|
+
/*!**************************************!*\
|
|
23
|
+
!*** ./src/pages/Version/context.ts ***!
|
|
24
|
+
\**************************************/
|
|
25
|
+
|
|
26
|
+
/*!*****************************************************!*\
|
|
27
|
+
!*** ./src/pages/Version/get-route-package-name.ts ***!
|
|
28
|
+
\*****************************************************/
|
|
29
|
+
|
|
30
|
+
/*!******************************************************!*\
|
|
31
|
+
!*** ./src/pages/Version/VersionContextProvider.tsx ***!
|
|
32
|
+
\******************************************************/
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
/*! For license information please see Repository.06493eae2f534100706f.js.LICENSE.txt */
|
|
2
|
+
"use strict";(self.webpackChunk_verdaccio_ui_theme=self.webpackChunk_verdaccio_ui_theme||[]).push([["Repository"],{"./src/pages/Version/DetailSidebar/Repository/Repository.tsx":(e,t,A)=>{A.r(t),A.d(t,{default:()=>b});var r,s=A("../../../node_modules/.pnpm/@emotion+styled@11.6.0_5e8f57678a77e349831a88361eba8fdc/node_modules/@emotion/styled/base/dist/emotion-styled-base.browser.esm.js"),o=A("../../../node_modules/.pnpm/react@17.0.2/node_modules/react/index.js"),a=A("../../../node_modules/.pnpm/react-i18next@11.15.3_ad209b3ec0793904285d43906e66750b/node_modules/react-i18next/dist/es/useTranslation.js"),n=A("./src/components/Avatar.tsx"),i=A("./src/components/CopyToClipBoard.tsx"),c=A("./src/components/Link.tsx"),P=A("./src/components/List.tsx"),l=A("./src/components/ListItem.tsx"),p=A("./src/components/ListItemText.tsx"),d=A("./src/components/Text/index.ts"),u=A("./src/utils/url.ts"),g=A("./src/pages/Version/context.ts"),B=A("./src/pages/Version/DetailSidebar/Repository/img/git.png");e=A.hmd(e),(r="undefined"!=typeof reactHotLoaderGlobal?reactHotLoaderGlobal.enterModule:void 0)&&r(e);var f="undefined"!=typeof reactHotLoaderGlobal?reactHotLoaderGlobal.default.signature:function(e){return e},D=(0,s.default)(d.default,{target:"e7tnhe54"})((function(e){var t;return{fontWeight:null===(t=e.theme)||void 0===t?void 0:t.fontWeight.bold,textTransform:"capitalize"}}),""),m=(0,s.default)(c.default,{target:"e7tnhe53"})((function(e){var t=e.theme;return{color:"light"===(null==t?void 0:t.palette.mode)?null==t?void 0:t.palette.primary.main:null==t?void 0:t.palette.white,":hover":{color:null==t?void 0:t.palette.dodgerBlue}}}),""),w=(0,s.default)(l.default,{target:"e7tnhe52"})({name:"zw46c6",styles:"padding:0;:hover{background-color:transparent;}"}),v=(0,s.default)(p.default,{target:"e7tnhe51"})({name:"1o2edpc",styles:"padding:0 10px;margin:0"}),y=(0,s.default)(n.default,{target:"e7tnhe50"})({name:"17x0n9v",styles:"border-radius:0px;padding:0;img{background-color:transparent;}"}),h=function(){var e,t,A=o.useContext(g.DetailContext),r=(0,a.useTranslation)().t,s=A.packageMeta;if(null==s||null===(e=s.latest)||void 0===e||null===(t=e.repository)||void 0===t||!t.url||!(0,u.isURL)(s.latest.repository.url))return null;var n=s.latest.repository.url,c=n.includes("git+")?n.split("git+")[1]:n;return o.createElement(P.default,{dense:!0,subheader:o.createElement(D,{variant:"subtitle1"},r("sidebar.repository.title"))},o.createElement(w,{button:!0},o.createElement(y,{src:B}),o.createElement(v,{primary:o.createElement(i.default,{text:c},o.createElement(m,{external:!0,to:c},c))})))};f(h,"useContext{detailContext}\nuseTranslation{{ t }}",(function(){return[a.useTranslation]}));var x=h;const b=x;var C,H;(C="undefined"!=typeof reactHotLoaderGlobal?reactHotLoaderGlobal.default:void 0)&&(C.register(D,"StyledText","/home/runner/work/verdaccio/verdaccio/packages/plugins/ui-theme/src/pages/Version/DetailSidebar/Repository/Repository.tsx"),C.register(m,"GithubLink","/home/runner/work/verdaccio/verdaccio/packages/plugins/ui-theme/src/pages/Version/DetailSidebar/Repository/Repository.tsx"),C.register(w,"RepositoryListItem","/home/runner/work/verdaccio/verdaccio/packages/plugins/ui-theme/src/pages/Version/DetailSidebar/Repository/Repository.tsx"),C.register(v,"RepositoryListItemText","/home/runner/work/verdaccio/verdaccio/packages/plugins/ui-theme/src/pages/Version/DetailSidebar/Repository/Repository.tsx"),C.register(y,"RepositoryAvatar","/home/runner/work/verdaccio/verdaccio/packages/plugins/ui-theme/src/pages/Version/DetailSidebar/Repository/Repository.tsx"),C.register(h,"Repository","/home/runner/work/verdaccio/verdaccio/packages/plugins/ui-theme/src/pages/Version/DetailSidebar/Repository/Repository.tsx"),C.register(x,"default","/home/runner/work/verdaccio/verdaccio/packages/plugins/ui-theme/src/pages/Version/DetailSidebar/Repository/Repository.tsx")),(H="undefined"!=typeof reactHotLoaderGlobal?reactHotLoaderGlobal.leaveModule:void 0)&&H(e)},"./src/pages/Version/DetailSidebar/Repository/index.ts":(e,t,A)=>{A.r(t),A.d(t,{default:()=>r.default});var r=A("./src/pages/Version/DetailSidebar/Repository/Repository.tsx");"undefined"!=typeof reactHotLoaderGlobal&&reactHotLoaderGlobal.default.signature},"./src/pages/Version/DetailSidebar/Repository/img/git.png":e=>{e.exports="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAX8AAAF/CAMAAACWmjlVAAAAM1BMVEXwUDPwUDPwUDPwUDPwUDPwUDPwUDPwUDPwUDPwUDPwUDPwUDPwUDPwUDPwUDPwUDPwUDPNJiJ+AAAAEHRSTlMA8DAQ0KDAQGCA4CCQUHCw+BUOAQAACLtJREFUeAHs0YNhRQEAwMBv4+0/bW0zxWWE3Oi3tl8vNsN548VuPx19Y1rOx8PdjntXvqvVZnikzcqZ72iyGJ5otnTny1sPz7Tz52ubHodnm009+sr9s+GFZluXkv1XjSc+BfsBBPsBBPsBZPsBpPsBpPsBpPsBpPsBpPsBpPsBpPsBpPsBpPsBpPsBtPt7APt7APt7APt7APt7APt7APt7APt7APt7APt7APt7APt7APt7APt7APt7APt7APt7APt7APt7APt7AP8BAAAgAAAEAIAABAEAIAAABACAAAD4N38BpPtncwBNV28BpPsBpPsBpPsBpPsBpPsBpPsBpPsBpPsBpPsBpPsBpPsBpPsBpPsBpPsBpPsBpPsBpPsBpPsBpPsB1PsB9PsB9PsB9PsB9Ps/DnDC3n0gWYoDURR9QgaE+7n/1c6Eb28yWnGJRG8FXed28W2J1s7ee21lBvDx+wOkun1ps96fGcDB7wjws+WtAAHC8fsDSGsLEIDn9wfQWgIE4Pn9AdRngC/4gQDLHiAAz29W5+HdJL8/gGqgAH7+GQDlRwMUOADPzwbIOxqA56cDLAYG4Pn5ADcZgOfnAxQwAM/PB1gNDMDz8wEaGIDn5wOsBgSIyG92ybMGBAjJn7I824wLwPPzDwDZgAAB+e2Sbx8gQEB+y9xrMD4Az1/k3GJAgHD8dso7AwKE47cu7woQIBy/rfKuGReA5+f9TwMCROO3Rd51AwJE4zdx/nwAnt8y588H4PltBf39AXh+3v9jQIBo/LZxzz/5ADy/dXmXDAgQjd8+cu4wAwJE47ck5y7jAvD8/AuwakCAePx2y7fduAA8P/8BQDIuAM/PX4AWIEBEfquaAUB+s2MGIPmtagYA+c2WGYDkt6YZAOQ3u2cAkt9smQFIfkt5BgD5zcoMwPDPADz/DMDzm+1LgAA0/3wayvP7144IAXh+/84cIADP71+qOUAAnt+/VXED+Pl5/yVAAD8/79+2AAH8/Ly/RQjg5+f9IwTw8/P+EQL4+Xn/CAH8/Lx/hAB+ft4/QgA/P+8fIYCfn/ePEMDPz/tHCODn5/0jBPDz8/4RAvj5ef8IAfz8vH+EAH5+3j9CAD8/7x8hgJ+f948QwM/P+wcIkIsF8H9iAIAf8H9wAIAf8H9wAIAf8PcFKLVv6/+7+tmAAAP4AX9ngHau+mrruQMBcrGI/rbJsaUOCQDwo/7+ADrOEQEAftbfH0BHGxAA4If9/QG0pQEBAH7Y3x9gKQMCAPywvz9AbgMCAPyAvyMAcDtbgB/wf1gAgB/w9wcY7JOOEef08v6jAqSRf8vcLYz/qADrwBN1FovjPyzAOe5Y5RbIf1iAvI86UWezQP7jAmyjrkB7JP+BAfYx91VcLZK/IwD8C1Df55/k2phHgPQ+//qUp0BVuux9/stTbueZpP4+/yQ95wLU3uf/eczbcHZrf5//LT3lJUCVvc9/1XPeBHqjf37O/ZzTG/31HH97of8u8n5607+F8/dv+ifjNv3LgKSBr//F/vGaTuM2n/+cuozbfP6/KRu3+fr3kD6v8+9y7h5xY8vLqM33P+9Xfv6eHnM78/zG75+YXXJtGXRXxTI//2UuP4fjYT2Cf8qP+A7u6fhgP4S/3U/49GvPjtfVMfx3ObaP+yFyeZe/df7J/+04giKMf8r01b9KQADa3/8a7DOAHwjA+vu/g3sN4AcD8P5pAW+cVCU2AO9vJWN//1gdkcP5W8kcPx+A97eSOX4+AO9vJXP8fADe39JKPPQCAWh//wvhbsP4+QC8v5VVv9haRvLzAXh/s/bTAsfHBvPzAXh/s7bpB7uaAfxAANzfLNXt0BfLV00G8AMBUP8vt7fe73W9e2+7mQH8QADAH1qVuADTv0pcgOlfJS7A9K8SF2D6V4kLMP2rxAWY/lXiAkz/KnEBpn+VuADTv0pcgOlfJS7A9K8SF2D6V4kLMP2rxAWY/lXiAkz/KnEBpn+VuADTv0pcgOlfJS7A9K8SF2D6V4kLMP2rxAWY/lUKHWDv2eEP8IcMkLrk+MImwB8ywCfrV1t3nj9wgHTpN8snzR84QDkcd0wG+IMGaNn7L+T5+QDxv79dpcABmuNfCPBHDVAydlInz88HSAt3Wg/Pzwe4gKPKaX4+gP+8niMB/GEDpEN/uw7whw3QkfPyeH4+gP/Azg3gDxrglGcJ4I8Z4JBnHeAPGaDItQPgDxnglm8F4I8Y4JBvJ8AfMMAu51aAP2CAj7wD+AMG6PJuB/jjBbjkXQP44wVY5d0J8vMBeP8O8McLIMSf5+cD8P48Px9gAf15fj7A6vcH+fkAvH8D+OMF6PKugPx8AP7njcDPByhybgH4IwbI8u0G+CMG2OTbh+PnA/A/dA7CzwfI8mwD+fkA/AWoAPwxA+xybAX5+QD8L0AD+KMG2DP435/n5wN08rNfnp8PsIBvffL8fICSwasPz88HqOBfv1RpBujs/XpngO3p/DPA5OcfAw6AP1wA/wkcVxrHPwOky3H8D8AfNoC1Qz/fto/mnwGsHg59gD9sAGtb1rc7+m6T3xHAt09fv7C/zmI2+V0B/Ev/tUcXBw5AARBCiUzc+q927bTufyJQAm/x1OlfCgjQKyCA+8cDuF+AgADuHw/gfgECArh/PID7BQgI4P7xAO4XICCA+8cDuF+AgADuHw/gfgECArh/PID7BQjcKID7BQgIcKP7BQgIcKP7BQgIcKP7BQjFBAjFBAjFBAjFBAjFBAjFBAjFBAjFBAjFBAjFBAjFBAjFBAjFBAjFBAjFBAjFBAjFBAjFBAjFBAjFBAjFBAjFBAjfzLZz91ebza9ivwChmAChmAChmAChmAChmAChmAChmAChmAChmAChmAChmAChmAChmAChmAChmAChmAChmAChmAChmADhPxNgcfqwA/+brU/vt1ny39l0cXqn3YwB2fJNgWwZlE0zOT1rfpgxNAkOWTwizBe71ZYL7Q7H02m600+YOAAAAABJRU5ErkJggg=="}}]);
|
|
@@ -0,0 +1,50 @@
|
|
|
1
|
+
/*!
|
|
2
|
+
*
|
|
3
|
+
* Name: Repository
|
|
4
|
+
* Generated on: 1643055347856
|
|
5
|
+
* Package: @verdaccio/ui-theme
|
|
6
|
+
* Version: v6.0.0-6-next.16
|
|
7
|
+
* License: MIT
|
|
8
|
+
* https://www.verdaccio.org
|
|
9
|
+
*
|
|
10
|
+
*/
|
|
11
|
+
|
|
12
|
+
/*! ../../context */
|
|
13
|
+
|
|
14
|
+
/*! ./Repository */
|
|
15
|
+
|
|
16
|
+
/*! ./img/git.png */
|
|
17
|
+
|
|
18
|
+
/*! @emotion/styled/base */
|
|
19
|
+
|
|
20
|
+
/*! react */
|
|
21
|
+
|
|
22
|
+
/*! react-i18next */
|
|
23
|
+
|
|
24
|
+
/*! verdaccio-ui/components/Avatar */
|
|
25
|
+
|
|
26
|
+
/*! verdaccio-ui/components/CopyToClipBoard */
|
|
27
|
+
|
|
28
|
+
/*! verdaccio-ui/components/Link */
|
|
29
|
+
|
|
30
|
+
/*! verdaccio-ui/components/List */
|
|
31
|
+
|
|
32
|
+
/*! verdaccio-ui/components/ListItem */
|
|
33
|
+
|
|
34
|
+
/*! verdaccio-ui/components/ListItemText */
|
|
35
|
+
|
|
36
|
+
/*! verdaccio-ui/components/Text */
|
|
37
|
+
|
|
38
|
+
/*! verdaccio-ui/utils/url */
|
|
39
|
+
|
|
40
|
+
/*!*************************************************************!*\
|
|
41
|
+
!*** ./src/pages/Version/DetailSidebar/Repository/index.ts ***!
|
|
42
|
+
\*************************************************************/
|
|
43
|
+
|
|
44
|
+
/*!****************************************************************!*\
|
|
45
|
+
!*** ./src/pages/Version/DetailSidebar/Repository/img/git.png ***!
|
|
46
|
+
\****************************************************************/
|
|
47
|
+
|
|
48
|
+
/*!*******************************************************************!*\
|
|
49
|
+
!*** ./src/pages/Version/DetailSidebar/Repository/Repository.tsx ***!
|
|
50
|
+
\*******************************************************************/
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
/*! For license information please see UpLinks.06493eae2f534100706f.js.LICENSE.txt */
|
|
2
|
+
"use strict";(self.webpackChunk_verdaccio_ui_theme=self.webpackChunk_verdaccio_ui_theme||[]).push([["UpLinks"],{"./src/pages/Version/DetailContainer/NoItems/NoItems.tsx":(e,t,a)=>{a.r(t),a.d(t,{default:()=>i});var o,r=a("../../../node_modules/.pnpm/react@17.0.2/node_modules/react/index.js"),n=a("./src/components/Text/index.ts");e=a.hmd(e),(o="undefined"!=typeof reactHotLoaderGlobal?reactHotLoaderGlobal.enterModule:void 0)&&o(e);"undefined"!=typeof reactHotLoaderGlobal&&reactHotLoaderGlobal.default.signature;var s=function(e){var t=e.className,a=e.text;return r.createElement(n.default,{className:t,gutterBottom:!0,variant:"subtitle1"},a)},l=s;const i=l;var d,c;(d="undefined"!=typeof reactHotLoaderGlobal?reactHotLoaderGlobal.default:void 0)&&(d.register(s,"NoItems","/home/runner/work/verdaccio/verdaccio/packages/plugins/ui-theme/src/pages/Version/DetailContainer/NoItems/NoItems.tsx"),d.register(l,"default","/home/runner/work/verdaccio/verdaccio/packages/plugins/ui-theme/src/pages/Version/DetailContainer/NoItems/NoItems.tsx")),(c="undefined"!=typeof reactHotLoaderGlobal?reactHotLoaderGlobal.leaveModule:void 0)&&c(e)},"./src/pages/Version/DetailContainer/NoItems/index.ts":(e,t,a)=>{a.r(t),a.d(t,{default:()=>o.default});var o=a("./src/pages/Version/DetailContainer/NoItems/NoItems.tsx");"undefined"!=typeof reactHotLoaderGlobal&&reactHotLoaderGlobal.default.signature},"./src/pages/Version/DetailContainer/UpLinks/UpLinks.tsx":(e,t,a)=>{a.r(t),a.d(t,{default:()=>g});var o,r=a("../../../node_modules/.pnpm/react@17.0.2/node_modules/react/index.js"),n=a("../../../node_modules/.pnpm/react-i18next@11.15.3_ad209b3ec0793904285d43906e66750b/node_modules/react-i18next/dist/es/useTranslation.js"),s=a("./src/components/List.tsx"),l=a("./src/components/ListItem.tsx"),i=a("./src/utils/package.ts"),d=a("./src/pages/Version/index.ts"),c=a("./src/pages/Version/DetailContainer/NoItems/index.ts"),u=a("./src/pages/Version/DetailContainer/UpLinks/styles.ts");e=a.hmd(e),(o="undefined"!=typeof reactHotLoaderGlobal?reactHotLoaderGlobal.enterModule:void 0)&&o(e);var p="undefined"!=typeof reactHotLoaderGlobal?reactHotLoaderGlobal.default.signature:function(e){return e},m=function(){var e=(0,r.useContext)(d.DetailContext).packageMeta,t=(0,n.useTranslation)().t;if(!e||!e._uplinks||!e.latest)return null;var a=e._uplinks,o=e.latest;return 0===Object.keys(a).length?r.createElement(c.default,{text:t("uplinks.no-items",{name:o.name})}):r.createElement(r.Fragment,null,r.createElement(u.StyledText,{variant:"subtitle1"},t("uplinks.title")),r.createElement(s.default,null,Object.keys(a).reverse().map((function(e){return r.createElement(l.default,{key:e},r.createElement(u.ListItemText,null,e),r.createElement(u.Spacer,null),r.createElement(u.ListItemText,null,(0,i.formatDateDistance)(a[e].fetched)))}))))};p(m,"useContext{{ packageMeta }}\nuseTranslation{{ t }}",(function(){return[n.useTranslation]}));var f=m;const g=f;var v,L;(v="undefined"!=typeof reactHotLoaderGlobal?reactHotLoaderGlobal.default:void 0)&&(v.register(m,"UpLinks","/home/runner/work/verdaccio/verdaccio/packages/plugins/ui-theme/src/pages/Version/DetailContainer/UpLinks/UpLinks.tsx"),v.register(f,"default","/home/runner/work/verdaccio/verdaccio/packages/plugins/ui-theme/src/pages/Version/DetailContainer/UpLinks/UpLinks.tsx")),(L="undefined"!=typeof reactHotLoaderGlobal?reactHotLoaderGlobal.leaveModule:void 0)&&L(e)},"./src/pages/Version/DetailContainer/UpLinks/index.ts":(e,t,a)=>{a.r(t),a.d(t,{default:()=>o.default});var o=a("./src/pages/Version/DetailContainer/UpLinks/UpLinks.tsx");"undefined"!=typeof reactHotLoaderGlobal&&reactHotLoaderGlobal.default.signature},"./src/pages/Version/DetailContainer/UpLinks/styles.ts":(e,t,a)=>{a.r(t),a.d(t,{StyledText:()=>d,Spacer:()=>c,ListItemText:()=>u});var o,r=a("../../../node_modules/.pnpm/@emotion+styled@11.6.0_5e8f57678a77e349831a88361eba8fdc/node_modules/@emotion/styled/base/dist/emotion-styled-base.browser.esm.js"),n=a("./src/components/ListItemText.tsx"),s=a("./src/components/Text/index.ts");e=a.hmd(e),(o="undefined"!=typeof reactHotLoaderGlobal?reactHotLoaderGlobal.enterModule:void 0)&&o(e);"undefined"!=typeof reactHotLoaderGlobal&&reactHotLoaderGlobal.default.signature;var l,i,d=(0,r.default)(s.default,{target:"e1lovynm2"})((function(e){var t;return{fontWeight:null===(t=e.theme)||void 0===t?void 0:t.fontWeight.bold}}),""),c=(0,r.default)("div",{target:"e1lovynm1"})((function(e){var t=e.theme;return{flex:"1 1 auto",borderBottom:"1px dotted ".concat("light"==(null==t?void 0:t.palette.mode)?"rgba(0, 0, 0, 0.2)":"rgba(255, 255, 255, 0.2)"," "),whiteSpace:"nowrap",height:"0.5em"}}),""),u=(0,r.default)(n.default,{target:"e1lovynm0"})((function(e){var t=e.theme;return{flex:"none",color:"light"==(null==t?void 0:t.palette.mode)?null==t?void 0:t.palette.black:null==t?void 0:t.palette.white,opacity:.6}}),"");(l="undefined"!=typeof reactHotLoaderGlobal?reactHotLoaderGlobal.default:void 0)&&(l.register(d,"StyledText","/home/runner/work/verdaccio/verdaccio/packages/plugins/ui-theme/src/pages/Version/DetailContainer/UpLinks/styles.ts"),l.register(c,"Spacer","/home/runner/work/verdaccio/verdaccio/packages/plugins/ui-theme/src/pages/Version/DetailContainer/UpLinks/styles.ts"),l.register(u,"ListItemText","/home/runner/work/verdaccio/verdaccio/packages/plugins/ui-theme/src/pages/Version/DetailContainer/UpLinks/styles.ts")),(i="undefined"!=typeof reactHotLoaderGlobal?reactHotLoaderGlobal.leaveModule:void 0)&&i(e)}}]);
|