@verdaccio/ui-components 5.0.0-next-9.2 → 5.0.0-next-9.3
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/build/Theme/ResetStyles.js +29 -25
- package/build/Theme/ResetStyles.js.map +1 -1
- package/build/Theme/ResetStyles.mjs +32 -0
- package/build/Theme/ResetStyles.mjs.map +1 -0
- package/build/Theme/StyleBaseline.js +10 -7
- package/build/Theme/StyleBaseline.js.map +1 -1
- package/build/Theme/StyleBaseline.mjs +11 -0
- package/build/Theme/StyleBaseline.mjs.map +1 -0
- package/build/Theme/ThemeProvider.js +33 -23
- package/build/Theme/ThemeProvider.js.map +1 -1
- package/build/Theme/ThemeProvider.mjs +40 -0
- package/build/Theme/ThemeProvider.mjs.map +1 -0
- package/build/Theme/colors.js +26 -12
- package/build/Theme/colors.js.map +1 -1
- package/build/Theme/colors.mjs +22 -0
- package/build/Theme/colors.mjs.map +1 -0
- package/build/Theme/index.js +5 -5
- package/build/Theme/index.mjs +5 -0
- package/build/Theme/modes.js +15 -12
- package/build/Theme/modes.js.map +1 -1
- package/build/Theme/modes.mjs +30 -0
- package/build/Theme/modes.mjs.map +1 -0
- package/build/Theme/theme.js +19 -16
- package/build/Theme/theme.js.map +1 -1
- package/build/Theme/theme.mjs +22 -0
- package/build/Theme/theme.mjs.map +1 -0
- package/build/Theme/tokens.js +14 -8
- package/build/Theme/tokens.js.map +1 -1
- package/build/Theme/tokens.mjs +33 -0
- package/build/Theme/tokens.mjs.map +1 -0
- package/build/_virtual/_rolldown/runtime.js +29 -7
- package/build/_virtual/_rolldown/runtime.mjs +13 -0
- package/build/api/use-data-mutation.js +31 -24
- package/build/api/use-data-mutation.js.map +1 -1
- package/build/api/use-data-mutation.mjs +45 -0
- package/build/api/use-data-mutation.mjs.map +1 -0
- package/build/api/use-data.js +17 -12
- package/build/api/use-data.js.map +1 -1
- package/build/api/use-data.mjs +23 -0
- package/build/api/use-data.mjs.map +1 -0
- package/build/components/ActionBar/ActionBar.js +37 -28
- package/build/components/ActionBar/ActionBar.js.map +1 -1
- package/build/components/ActionBar/ActionBar.mjs +52 -0
- package/build/components/ActionBar/ActionBar.mjs.map +1 -0
- package/build/components/ActionBar/ActionBarAction.js +66 -52
- package/build/components/ActionBar/ActionBarAction.js.map +1 -1
- package/build/components/ActionBar/ActionBarAction.mjs +85 -0
- package/build/components/ActionBar/ActionBarAction.mjs.map +1 -0
- package/build/components/ActionBar/index.js +1 -1
- package/build/components/ActionBar/index.mjs +1 -0
- package/build/components/AppRoute/AppRoute.js +58 -47
- package/build/components/AppRoute/AppRoute.js.map +1 -1
- package/build/components/AppRoute/AppRoute.mjs +76 -0
- package/build/components/AppRoute/AppRoute.mjs.map +1 -0
- package/build/components/Author/Author.js +26 -22
- package/build/components/Author/Author.js.map +1 -1
- package/build/components/Author/Author.mjs +33 -0
- package/build/components/Author/Author.mjs.map +1 -0
- package/build/components/Author/index.js +1 -1
- package/build/components/Author/index.mjs +1 -0
- package/build/components/Author/styles.js +13 -8
- package/build/components/Author/styles.js.map +1 -1
- package/build/components/Author/styles.mjs +26 -0
- package/build/components/Author/styles.mjs.map +1 -0
- package/build/components/CopyClipboard/CopyToClipBoard.js +35 -28
- package/build/components/CopyClipboard/CopyToClipBoard.js.map +1 -1
- package/build/components/CopyClipboard/CopyToClipBoard.mjs +57 -0
- package/build/components/CopyClipboard/CopyToClipBoard.mjs.map +1 -0
- package/build/components/CopyClipboard/index.js +2 -2
- package/build/components/CopyClipboard/index.mjs +2 -0
- package/build/components/CopyClipboard/utils.js +4 -3
- package/build/components/CopyClipboard/utils.js.map +1 -1
- package/build/components/CopyClipboard/utils.mjs +9 -0
- package/build/components/CopyClipboard/utils.mjs.map +1 -0
- package/build/components/Dependencies/Dependencies.js +38 -26
- package/build/components/Dependencies/Dependencies.js.map +1 -1
- package/build/components/Dependencies/Dependencies.mjs +45 -0
- package/build/components/Dependencies/Dependencies.mjs.map +1 -0
- package/build/components/Dependencies/DependencyBlock.js +50 -38
- package/build/components/Dependencies/DependencyBlock.js.map +1 -1
- package/build/components/Dependencies/DependencyBlock.mjs +70 -0
- package/build/components/Dependencies/DependencyBlock.mjs.map +1 -0
- package/build/components/Dependencies/index.js +2 -2
- package/build/components/Dependencies/index.mjs +2 -0
- package/build/components/Dependencies/utits.js +3 -3
- package/build/components/Dependencies/utits.js.map +1 -1
- package/build/components/Dependencies/utits.mjs +8 -0
- package/build/components/Dependencies/utits.mjs.map +1 -0
- package/build/components/Deprecated/Deprecated.js +17 -12
- package/build/components/Deprecated/Deprecated.js.map +1 -1
- package/build/components/Deprecated/Deprecated.mjs +18 -0
- package/build/components/Deprecated/Deprecated.mjs.map +1 -0
- package/build/components/Deprecated/index.js +1 -1
- package/build/components/Deprecated/index.mjs +1 -0
- package/build/components/Developers/DeveloperType.js +5 -3
- package/build/components/Developers/DeveloperType.js.map +1 -1
- package/build/components/Developers/DeveloperType.mjs +10 -0
- package/build/components/Developers/DeveloperType.mjs.map +1 -0
- package/build/components/Developers/Developers.js +50 -37
- package/build/components/Developers/Developers.js.map +1 -1
- package/build/components/Developers/Developers.mjs +68 -0
- package/build/components/Developers/Developers.mjs.map +1 -0
- package/build/components/Developers/Title.js +23 -18
- package/build/components/Developers/Title.js.map +1 -1
- package/build/components/Developers/Title.mjs +32 -0
- package/build/components/Developers/Title.mjs.map +1 -0
- package/build/components/Developers/get-unique-developer-values.js +4 -3
- package/build/components/Developers/get-unique-developer-values.js.map +1 -1
- package/build/components/Developers/get-unique-developer-values.mjs +9 -0
- package/build/components/Developers/get-unique-developer-values.mjs.map +1 -0
- package/build/components/Developers/index.js +2 -2
- package/build/components/Developers/index.mjs +2 -0
- package/build/components/Distribution/Dist.js +32 -27
- package/build/components/Distribution/Dist.js.map +1 -1
- package/build/components/Distribution/Dist.mjs +42 -0
- package/build/components/Distribution/Dist.mjs.map +1 -0
- package/build/components/Distribution/index.js +1 -1
- package/build/components/Distribution/index.mjs +1 -0
- package/build/components/Distribution/styles.js +22 -13
- package/build/components/Distribution/styles.js.map +1 -1
- package/build/components/Distribution/styles.mjs +41 -0
- package/build/components/Distribution/styles.mjs.map +1 -0
- package/build/components/Engines/Engines.js +61 -43
- package/build/components/Engines/Engines.js.map +1 -1
- package/build/components/Engines/Engines.mjs +82 -0
- package/build/components/Engines/Engines.mjs.map +1 -0
- package/build/components/Engines/index.js +1 -1
- package/build/components/Engines/index.mjs +1 -0
- package/build/components/Engines/styles.js +16 -10
- package/build/components/Engines/styles.js.map +1 -1
- package/build/components/Engines/styles.mjs +29 -0
- package/build/components/Engines/styles.mjs.map +1 -0
- package/build/components/ErrorBoundary/ErrorBoundary.js +18 -14
- package/build/components/ErrorBoundary/ErrorBoundary.js.map +1 -1
- package/build/components/ErrorBoundary/ErrorBoundary.mjs +31 -0
- package/build/components/ErrorBoundary/ErrorBoundary.mjs.map +1 -0
- package/build/components/ErrorBoundary/index.js +1 -1
- package/build/components/ErrorBoundary/index.mjs +1 -0
- package/build/components/Forbidden/Forbidden.js +37 -27
- package/build/components/Forbidden/Forbidden.js.map +1 -1
- package/build/components/Forbidden/Forbidden.mjs +70 -0
- package/build/components/Forbidden/Forbidden.mjs.map +1 -0
- package/build/components/Forbidden/index.js +1 -1
- package/build/components/Forbidden/index.mjs +1 -0
- package/build/components/FundButton/FundButton.js +38 -29
- package/build/components/FundButton/FundButton.js.map +1 -1
- package/build/components/FundButton/FundButton.mjs +60 -0
- package/build/components/FundButton/FundButton.mjs.map +1 -0
- package/build/components/FundButton/index.js +1 -1
- package/build/components/FundButton/index.mjs +1 -0
- package/build/components/HeaderInfoDialog/HeaderInfoDialog.js +52 -42
- package/build/components/HeaderInfoDialog/HeaderInfoDialog.js.map +1 -1
- package/build/components/HeaderInfoDialog/HeaderInfoDialog.mjs +71 -0
- package/build/components/HeaderInfoDialog/HeaderInfoDialog.mjs.map +1 -0
- package/build/components/HeaderInfoDialog/index.js +1 -1
- package/build/components/HeaderInfoDialog/index.mjs +1 -0
- package/build/components/Heading/Heading.js +12 -9
- package/build/components/Heading/Heading.js.map +1 -1
- package/build/components/Heading/Heading.mjs +15 -0
- package/build/components/Heading/Heading.mjs.map +1 -0
- package/build/components/Heading/index.js +1 -1
- package/build/components/Heading/index.mjs +1 -0
- package/build/components/Help/Help.js +42 -34
- package/build/components/Help/Help.js.map +1 -1
- package/build/components/Help/Help.mjs +60 -0
- package/build/components/Help/Help.mjs.map +1 -0
- package/build/components/Help/index.js +1 -1
- package/build/components/Help/index.mjs +1 -0
- package/build/components/Help/styles.js +9 -6
- package/build/components/Help/styles.js.map +1 -1
- package/build/components/Help/styles.mjs +21 -0
- package/build/components/Help/styles.mjs.map +1 -0
- package/build/components/Icons/DevsIcons/CommonJS2.js +9 -7
- package/build/components/Icons/DevsIcons/CommonJS2.js.map +1 -1
- package/build/components/Icons/DevsIcons/CommonJS2.mjs +16 -0
- package/build/components/Icons/DevsIcons/CommonJS2.mjs.map +1 -0
- package/build/components/Icons/DevsIcons/ES6Module2.js +9 -7
- package/build/components/Icons/DevsIcons/ES6Module2.js.map +1 -1
- package/build/components/Icons/DevsIcons/ES6Module2.mjs +16 -0
- package/build/components/Icons/DevsIcons/ES6Module2.mjs.map +1 -0
- package/build/components/Icons/DevsIcons/Git2.js +9 -7
- package/build/components/Icons/DevsIcons/Git2.js.map +1 -1
- package/build/components/Icons/DevsIcons/Git2.mjs +16 -0
- package/build/components/Icons/DevsIcons/Git2.mjs.map +1 -0
- package/build/components/Icons/DevsIcons/NodeJS2.js +9 -7
- package/build/components/Icons/DevsIcons/NodeJS2.js.map +1 -1
- package/build/components/Icons/DevsIcons/NodeJS2.mjs +16 -0
- package/build/components/Icons/DevsIcons/NodeJS2.mjs.map +1 -0
- package/build/components/Icons/DevsIcons/TypeScript2.js +9 -7
- package/build/components/Icons/DevsIcons/TypeScript2.js.map +1 -1
- package/build/components/Icons/DevsIcons/TypeScript2.mjs +16 -0
- package/build/components/Icons/DevsIcons/TypeScript2.mjs.map +1 -0
- package/build/components/Icons/DevsIcons/commonjs.js +2 -2
- package/build/components/Icons/DevsIcons/commonjs.js.map +1 -1
- package/build/components/Icons/DevsIcons/commonjs.mjs +6 -0
- package/build/components/Icons/DevsIcons/commonjs.mjs.map +1 -0
- package/build/components/Icons/DevsIcons/es6module.js +2 -2
- package/build/components/Icons/DevsIcons/es6module.js.map +1 -1
- package/build/components/Icons/DevsIcons/es6module.mjs +6 -0
- package/build/components/Icons/DevsIcons/es6module.mjs.map +1 -0
- package/build/components/Icons/DevsIcons/git.js +2 -2
- package/build/components/Icons/DevsIcons/git.js.map +1 -1
- package/build/components/Icons/DevsIcons/git.mjs +6 -0
- package/build/components/Icons/DevsIcons/git.mjs.map +1 -0
- package/build/components/Icons/DevsIcons/index.js +5 -5
- package/build/components/Icons/DevsIcons/index.mjs +5 -0
- package/build/components/Icons/DevsIcons/nodejs.js +2 -2
- package/build/components/Icons/DevsIcons/nodejs.js.map +1 -1
- package/build/components/Icons/DevsIcons/nodejs.mjs +6 -0
- package/build/components/Icons/DevsIcons/nodejs.mjs.map +1 -0
- package/build/components/Icons/DevsIcons/typescript.js +2 -2
- package/build/components/Icons/DevsIcons/typescript.js.map +1 -1
- package/build/components/Icons/DevsIcons/typescript.mjs +6 -0
- package/build/components/Icons/DevsIcons/typescript.mjs.map +1 -0
- package/build/components/Icons/Earth.js +19 -17
- package/build/components/Icons/Earth.js.map +1 -1
- package/build/components/Icons/Earth.mjs +41 -0
- package/build/components/Icons/Earth.mjs.map +1 -0
- package/build/components/Icons/FileBinary.js +12 -10
- package/build/components/Icons/FileBinary.js.map +1 -1
- package/build/components/Icons/FileBinary.mjs +17 -0
- package/build/components/Icons/FileBinary.mjs.map +1 -0
- package/build/components/Icons/Law.js +12 -10
- package/build/components/Icons/Law.js.map +1 -1
- package/build/components/Icons/Law.mjs +20 -0
- package/build/components/Icons/Law.mjs.map +1 -0
- package/build/components/Icons/License.js +12 -10
- package/build/components/Icons/License.js.map +1 -1
- package/build/components/Icons/License.mjs +17 -0
- package/build/components/Icons/License.mjs.map +1 -0
- package/build/components/Icons/Managers/Npm2.js +9 -7
- package/build/components/Icons/Managers/Npm2.js.map +1 -1
- package/build/components/Icons/Managers/Npm2.mjs +16 -0
- package/build/components/Icons/Managers/Npm2.mjs.map +1 -0
- package/build/components/Icons/Managers/Pnpm2.js +9 -7
- package/build/components/Icons/Managers/Pnpm2.js.map +1 -1
- package/build/components/Icons/Managers/Pnpm2.mjs +16 -0
- package/build/components/Icons/Managers/Pnpm2.mjs.map +1 -0
- package/build/components/Icons/Managers/Yarn2.js +9 -7
- package/build/components/Icons/Managers/Yarn2.js.map +1 -1
- package/build/components/Icons/Managers/Yarn2.mjs +16 -0
- package/build/components/Icons/Managers/Yarn2.mjs.map +1 -0
- package/build/components/Icons/Managers/index.js +3 -3
- package/build/components/Icons/Managers/index.mjs +3 -0
- package/build/components/Icons/Managers/npm.js +2 -2
- package/build/components/Icons/Managers/npm.js.map +1 -1
- package/build/components/Icons/Managers/npm.mjs +6 -0
- package/build/components/Icons/Managers/npm.mjs.map +1 -0
- package/build/components/Icons/Managers/pnpm.js +2 -2
- package/build/components/Icons/Managers/pnpm.js.map +1 -1
- package/build/components/Icons/Managers/pnpm.mjs +6 -0
- package/build/components/Icons/Managers/pnpm.mjs.map +1 -0
- package/build/components/Icons/Managers/yarn.js +2 -2
- package/build/components/Icons/Managers/yarn.js.map +1 -1
- package/build/components/Icons/Managers/yarn.mjs +6 -0
- package/build/components/Icons/Managers/yarn.mjs.map +1 -0
- package/build/components/Icons/SvgIcon.js +28 -19
- package/build/components/Icons/SvgIcon.js.map +1 -1
- package/build/components/Icons/SvgIcon.mjs +31 -0
- package/build/components/Icons/SvgIcon.mjs.map +1 -0
- package/build/components/Icons/Time.js +14 -12
- package/build/components/Icons/Time.js.map +1 -1
- package/build/components/Icons/Time.mjs +24 -0
- package/build/components/Icons/Time.mjs.map +1 -0
- package/build/components/Icons/Version.js +12 -10
- package/build/components/Icons/Version.js.map +1 -1
- package/build/components/Icons/Version.mjs +22 -0
- package/build/components/Icons/Version.mjs.map +1 -0
- package/build/components/Icons/index.js +38 -33
- package/build/components/Icons/index.mjs +38 -0
- package/build/components/Icons/index.mjs.map +1 -0
- package/build/components/Install/Install.js +44 -36
- package/build/components/Install/Install.js.map +1 -1
- package/build/components/Install/Install.mjs +66 -0
- package/build/components/Install/Install.mjs.map +1 -0
- package/build/components/Install/InstallListItem.js +66 -51
- package/build/components/Install/InstallListItem.js.map +1 -1
- package/build/components/Install/InstallListItem.mjs +109 -0
- package/build/components/Install/InstallListItem.mjs.map +1 -0
- package/build/components/Install/index.js +1 -1
- package/build/components/Install/index.mjs +1 -0
- package/build/components/Keywords/KeywordListItems.js +17 -12
- package/build/components/Keywords/KeywordListItems.js.map +1 -1
- package/build/components/Keywords/KeywordListItems.mjs +28 -0
- package/build/components/Keywords/KeywordListItems.mjs.map +1 -0
- package/build/components/Keywords/Keywords.js +22 -16
- package/build/components/Keywords/Keywords.js.map +1 -1
- package/build/components/Keywords/Keywords.mjs +29 -0
- package/build/components/Keywords/Keywords.mjs.map +1 -0
- package/build/components/Keywords/index.js +1 -1
- package/build/components/Keywords/index.mjs +1 -0
- package/build/components/Label/Label.js +20 -14
- package/build/components/Label/Label.js.map +1 -1
- package/build/components/Label/Label.mjs +23 -0
- package/build/components/Label/Label.mjs.map +1 -0
- package/build/components/Label/index.js +1 -1
- package/build/components/Label/index.mjs +1 -0
- package/build/components/Link/Link.js +23 -18
- package/build/components/Link/Link.js.map +1 -1
- package/build/components/Link/Link.mjs +37 -0
- package/build/components/Link/Link.mjs.map +1 -0
- package/build/components/Link/index.js +1 -1
- package/build/components/Link/index.mjs +1 -0
- package/build/components/LinkExternal/LinkExternal.js +15 -12
- package/build/components/LinkExternal/LinkExternal.js.map +1 -1
- package/build/components/LinkExternal/LinkExternal.mjs +21 -0
- package/build/components/LinkExternal/LinkExternal.mjs.map +1 -0
- package/build/components/LinkExternal/index.js +1 -1
- package/build/components/LinkExternal/index.mjs +1 -0
- package/build/components/Loading/Loading.js +12 -10
- package/build/components/Loading/Loading.js.map +1 -1
- package/build/components/Loading/Loading.mjs +16 -0
- package/build/components/Loading/Loading.mjs.map +1 -0
- package/build/components/Loading/Spinner/Spinner.js +20 -14
- package/build/components/Loading/Spinner/Spinner.js.map +1 -1
- package/build/components/Loading/Spinner/Spinner.mjs +32 -0
- package/build/components/Loading/Spinner/Spinner.mjs.map +1 -0
- package/build/components/Loading/Spinner/index.js +1 -1
- package/build/components/Loading/Spinner/index.mjs +1 -0
- package/build/components/Loading/index.js +1 -1
- package/build/components/Loading/index.mjs +1 -0
- package/build/components/Loading/styles.js +12 -8
- package/build/components/Loading/styles.js.map +1 -1
- package/build/components/Loading/styles.mjs +30 -0
- package/build/components/Loading/styles.mjs.map +1 -0
- package/build/components/LoginDialog/LoginDialog.js +25 -20
- package/build/components/LoginDialog/LoginDialog.js.map +1 -1
- package/build/components/LoginDialog/LoginDialog.mjs +31 -0
- package/build/components/LoginDialog/LoginDialog.mjs.map +1 -0
- package/build/components/LoginDialog/LoginDialogCloseButton.js +25 -18
- package/build/components/LoginDialog/LoginDialogCloseButton.js.map +1 -1
- package/build/components/LoginDialog/LoginDialogCloseButton.mjs +30 -0
- package/build/components/LoginDialog/LoginDialogCloseButton.mjs.map +1 -0
- package/build/components/LoginDialog/LoginDialogForm.js +15 -13
- package/build/components/LoginDialog/LoginDialogForm.js.map +1 -1
- package/build/components/LoginDialog/LoginDialogForm.mjs +19 -0
- package/build/components/LoginDialog/LoginDialogForm.mjs.map +1 -0
- package/build/components/LoginDialog/LoginDialogFormError.js +32 -22
- package/build/components/LoginDialog/LoginDialogFormError.js.map +1 -1
- package/build/components/LoginDialog/LoginDialogFormError.mjs +36 -0
- package/build/components/LoginDialog/LoginDialogFormError.mjs.map +1 -0
- package/build/components/LoginDialog/index.js +1 -1
- package/build/components/LoginDialog/index.mjs +1 -0
- package/build/components/LoginForm/Login.js +45 -36
- package/build/components/LoginForm/Login.js.map +1 -1
- package/build/components/LoginForm/Login.mjs +69 -0
- package/build/components/LoginForm/Login.mjs.map +1 -0
- package/build/components/LoginForm/PasswordField.js +24 -19
- package/build/components/LoginForm/PasswordField.js.map +1 -1
- package/build/components/LoginForm/PasswordField.mjs +34 -0
- package/build/components/LoginForm/PasswordField.mjs.map +1 -0
- package/build/components/LoginForm/UsernameField.js +24 -19
- package/build/components/LoginForm/UsernameField.js.map +1 -1
- package/build/components/LoginForm/UsernameField.mjs +32 -0
- package/build/components/LoginForm/UsernameField.mjs.map +1 -0
- package/build/components/LoginForm/styles.js +42 -32
- package/build/components/LoginForm/styles.js.map +1 -1
- package/build/components/LoginForm/styles.mjs +52 -0
- package/build/components/LoginForm/styles.mjs.map +1 -0
- package/build/components/LoginForm/useLoginForm.js +23 -18
- package/build/components/LoginForm/useLoginForm.js.map +1 -1
- package/build/components/LoginForm/useLoginForm.mjs +38 -0
- package/build/components/LoginForm/useLoginForm.mjs.map +1 -0
- package/build/components/Logo/Logo.js +44 -36
- package/build/components/Logo/Logo.js.map +1 -1
- package/build/components/Logo/Logo.mjs +74 -0
- package/build/components/Logo/Logo.mjs.map +1 -0
- package/build/components/Logo/img/logo-black-and-white.js +2 -2
- package/build/components/Logo/img/logo-black-and-white.js.map +1 -1
- package/build/components/Logo/img/logo-black-and-white.mjs +6 -0
- package/build/components/Logo/img/logo-black-and-white.mjs.map +1 -0
- package/build/components/Logo/img/logo.js +2 -2
- package/build/components/Logo/img/logo.js.map +1 -1
- package/build/components/Logo/img/logo.mjs +6 -0
- package/build/components/Logo/img/logo.mjs.map +1 -0
- package/build/components/Logo/index.js +1 -1
- package/build/components/Logo/index.mjs +1 -0
- package/build/components/MenuItem/MenuItem.js +18 -13
- package/build/components/MenuItem/MenuItem.js.map +1 -1
- package/build/components/MenuItem/MenuItem.mjs +30 -0
- package/build/components/MenuItem/MenuItem.mjs.map +1 -0
- package/build/components/MenuItem/index.js +1 -1
- package/build/components/MenuItem/index.mjs +1 -0
- package/build/components/NoItems/NoItems.js +13 -9
- package/build/components/NoItems/NoItems.js.map +1 -1
- package/build/components/NoItems/NoItems.mjs +16 -0
- package/build/components/NoItems/NoItems.mjs.map +1 -0
- package/build/components/NoItems/index.js +1 -1
- package/build/components/NoItems/index.mjs +1 -0
- package/build/components/NotFound/NotFound.js +37 -27
- package/build/components/NotFound/NotFound.js.map +1 -1
- package/build/components/NotFound/NotFound.mjs +70 -0
- package/build/components/NotFound/NotFound.mjs.map +1 -0
- package/build/components/NotFound/index.js +1 -1
- package/build/components/NotFound/index.mjs +1 -0
- package/build/components/Package/Package.js +146 -112
- package/build/components/Package/Package.js.map +1 -1
- package/build/components/Package/Package.mjs +188 -0
- package/build/components/Package/Package.mjs.map +1 -0
- package/build/components/Package/index.js +1 -1
- package/build/components/Package/index.mjs +1 -0
- package/build/components/Package/styles.js +70 -41
- package/build/components/Package/styles.js.map +1 -1
- package/build/components/Package/styles.mjs +142 -0
- package/build/components/Package/styles.mjs.map +1 -0
- package/build/components/PackageList/PackageList.js +64 -55
- package/build/components/PackageList/PackageList.js.map +1 -1
- package/build/components/PackageList/PackageList.mjs +71 -0
- package/build/components/PackageList/PackageList.mjs.map +1 -0
- package/build/components/PackageList/index.js +1 -1
- package/build/components/PackageList/index.mjs +1 -0
- package/build/components/Person/Person.js +28 -23
- package/build/components/Person/Person.js.map +1 -1
- package/build/components/Person/Person.mjs +39 -0
- package/build/components/Person/Person.mjs.map +1 -0
- package/build/components/Person/PersonTooltip.js +20 -17
- package/build/components/Person/PersonTooltip.js.map +1 -1
- package/build/components/Person/PersonTooltip.mjs +26 -0
- package/build/components/Person/PersonTooltip.mjs.map +1 -0
- package/build/components/Person/index.js +1 -1
- package/build/components/Person/index.mjs +1 -0
- package/build/components/Person/utils.js +11 -8
- package/build/components/Person/utils.js.map +1 -1
- package/build/components/Person/utils.mjs +14 -0
- package/build/components/Person/utils.mjs.map +1 -0
- package/build/components/RawViewer/RawViewer.js +40 -30
- package/build/components/RawViewer/RawViewer.js.map +1 -1
- package/build/components/RawViewer/RawViewer.mjs +57 -0
- package/build/components/RawViewer/RawViewer.mjs.map +1 -0
- package/build/components/RawViewer/index.js +1 -1
- package/build/components/RawViewer/index.mjs +1 -0
- package/build/components/Readme/Readme.js +30 -23
- package/build/components/Readme/Readme.js.map +1 -1
- package/build/components/Readme/Readme.mjs +45 -0
- package/build/components/Readme/Readme.mjs.map +1 -0
- package/build/components/Readme/index.js +1 -1
- package/build/components/Readme/index.mjs +1 -0
- package/build/components/Readme/utils.js +21 -18
- package/build/components/Readme/utils.js.map +1 -1
- package/build/components/Readme/utils.mjs +26 -0
- package/build/components/Readme/utils.mjs.map +1 -0
- package/build/components/RegistryInfoDialog/RegistryInfoDialog.js +23 -18
- package/build/components/RegistryInfoDialog/RegistryInfoDialog.js.map +1 -1
- package/build/components/RegistryInfoDialog/RegistryInfoDialog.mjs +32 -0
- package/build/components/RegistryInfoDialog/RegistryInfoDialog.mjs.map +1 -0
- package/build/components/RegistryInfoDialog/index.js +1 -1
- package/build/components/RegistryInfoDialog/index.mjs +1 -0
- package/build/components/RegistryInfoDialog/styles.js +19 -13
- package/build/components/RegistryInfoDialog/styles.js.map +1 -1
- package/build/components/RegistryInfoDialog/styles.mjs +25 -0
- package/build/components/RegistryInfoDialog/styles.mjs.map +1 -0
- package/build/components/Repository/Repository.js +63 -46
- package/build/components/Repository/Repository.js.map +1 -1
- package/build/components/Repository/Repository.mjs +96 -0
- package/build/components/Repository/Repository.mjs.map +1 -0
- package/build/components/Repository/index.js +1 -1
- package/build/components/Repository/index.mjs +1 -0
- package/build/components/Search/AutoComplete/AutoComplete.js +42 -27
- package/build/components/Search/AutoComplete/AutoComplete.js.map +1 -1
- package/build/components/Search/AutoComplete/AutoComplete.mjs +47 -0
- package/build/components/Search/AutoComplete/AutoComplete.mjs.map +1 -0
- package/build/components/Search/AutoComplete/index.js +1 -1
- package/build/components/Search/AutoComplete/index.mjs +1 -0
- package/build/components/Search/AutoComplete/styles.js +7 -5
- package/build/components/Search/AutoComplete/styles.js.map +1 -1
- package/build/components/Search/AutoComplete/styles.mjs +20 -0
- package/build/components/Search/AutoComplete/styles.mjs.map +1 -0
- package/build/components/Search/Search.js +121 -78
- package/build/components/Search/Search.js.map +1 -1
- package/build/components/Search/Search.mjs +133 -0
- package/build/components/Search/Search.mjs.map +1 -0
- package/build/components/Search/SearchItem.js +62 -47
- package/build/components/Search/SearchItem.js.map +1 -1
- package/build/components/Search/SearchItem.mjs +115 -0
- package/build/components/Search/SearchItem.mjs.map +1 -0
- package/build/components/Search/index.js +1 -1
- package/build/components/Search/index.mjs +1 -0
- package/build/components/Search/styles.js +17 -12
- package/build/components/Search/styles.js.map +1 -1
- package/build/components/Search/styles.mjs +32 -0
- package/build/components/Search/styles.mjs.map +1 -0
- package/build/components/Search/utils.js +13 -10
- package/build/components/Search/utils.js.map +1 -1
- package/build/components/Search/utils.mjs +19 -0
- package/build/components/Search/utils.mjs.map +1 -0
- package/build/components/SettingsMenu/SettingsMenu.js +84 -61
- package/build/components/SettingsMenu/SettingsMenu.js.map +1 -1
- package/build/components/SettingsMenu/SettingsMenu.mjs +111 -0
- package/build/components/SettingsMenu/SettingsMenu.mjs.map +1 -0
- package/build/components/SettingsMenu/index.js +1 -1
- package/build/components/SettingsMenu/index.mjs +1 -0
- package/build/components/SideBarTitle/SideBarTitle.js +47 -34
- package/build/components/SideBarTitle/SideBarTitle.js.map +1 -1
- package/build/components/SideBarTitle/SideBarTitle.mjs +79 -0
- package/build/components/SideBarTitle/SideBarTitle.mjs.map +1 -0
- package/build/components/SideBarTitle/index.js +1 -1
- package/build/components/SideBarTitle/index.mjs +1 -0
- package/build/components/SideBarTitle/utils.js +10 -7
- package/build/components/SideBarTitle/utils.js.map +1 -1
- package/build/components/SideBarTitle/utils.mjs +13 -0
- package/build/components/SideBarTitle/utils.mjs.map +1 -0
- package/build/components/UpLinks/UpLinks.js +46 -38
- package/build/components/UpLinks/UpLinks.js.map +1 -1
- package/build/components/UpLinks/UpLinks.mjs +60 -0
- package/build/components/UpLinks/UpLinks.mjs.map +1 -0
- package/build/components/UpLinks/UplinkLink.js +15 -13
- package/build/components/UpLinks/UplinkLink.js.map +1 -1
- package/build/components/UpLinks/UplinkLink.mjs +19 -0
- package/build/components/UpLinks/UplinkLink.mjs.map +1 -0
- package/build/components/UpLinks/index.js +2 -2
- package/build/components/UpLinks/index.mjs +2 -0
- package/build/components/UpLinks/styles.js +20 -12
- package/build/components/UpLinks/styles.js.map +1 -1
- package/build/components/UpLinks/styles.mjs +31 -0
- package/build/components/UpLinks/styles.mjs.map +1 -0
- package/build/components/Versions/HistoryList.js +51 -41
- package/build/components/Versions/HistoryList.js.map +1 -1
- package/build/components/Versions/HistoryList.mjs +67 -0
- package/build/components/Versions/HistoryList.mjs.map +1 -0
- package/build/components/Versions/TagList.js +26 -20
- package/build/components/Versions/TagList.js.map +1 -1
- package/build/components/Versions/TagList.mjs +33 -0
- package/build/components/Versions/TagList.mjs.map +1 -0
- package/build/components/Versions/Versions.js +73 -48
- package/build/components/Versions/Versions.js.map +1 -1
- package/build/components/Versions/Versions.mjs +92 -0
- package/build/components/Versions/Versions.mjs.map +1 -0
- package/build/components/Versions/index.js +2 -2
- package/build/components/Versions/index.mjs +2 -0
- package/build/components/Versions/styles.js +15 -10
- package/build/components/Versions/styles.js.map +1 -1
- package/build/components/Versions/styles.mjs +26 -0
- package/build/components/Versions/styles.mjs.map +1 -0
- package/build/configuration.js +6 -6
- package/build/configuration.js.map +1 -1
- package/build/configuration.mjs +23 -0
- package/build/configuration.mjs.map +1 -0
- package/build/hooks/index.js +2 -2
- package/build/hooks/index.mjs +2 -0
- package/build/hooks/useLocalStorage.js +28 -14
- package/build/hooks/useLocalStorage.js.map +1 -1
- package/build/hooks/useLocalStorage.mjs +37 -0
- package/build/hooks/useLocalStorage.mjs.map +1 -0
- package/build/hooks/useOnClickOutside.js +20 -9
- package/build/hooks/useOnClickOutside.js.map +1 -1
- package/build/hooks/useOnClickOutside.mjs +26 -0
- package/build/hooks/useOnClickOutside.mjs.map +1 -0
- package/build/index.js +225 -118
- package/build/index.mjs +118 -0
- package/build/layouts/Security/Dialog.js +14 -8
- package/build/layouts/Security/Dialog.js.map +1 -1
- package/build/layouts/Security/Dialog.mjs +23 -0
- package/build/layouts/Security/Dialog.mjs.map +1 -0
- package/build/layouts/Version/Version.js +31 -26
- package/build/layouts/Version/Version.js.map +1 -1
- package/build/layouts/Version/Version.mjs +32 -0
- package/build/layouts/Version/Version.mjs.map +1 -0
- package/build/layouts/Version/index.js +1 -1
- package/build/layouts/Version/index.mjs +1 -0
- package/build/pages/Front/Home.js +4 -4
- package/build/pages/Front/Home.js.map +1 -1
- package/build/pages/Front/Home.mjs +8 -0
- package/build/pages/Front/Home.mjs.map +1 -0
- package/build/pages/Front/index.js +2 -2
- package/build/pages/Front/index.mjs +2 -0
- package/build/pages/Security/AddUser.js +4 -4
- package/build/pages/Security/AddUser.js.map +1 -1
- package/build/pages/Security/AddUser.mjs +8 -0
- package/build/pages/Security/AddUser.mjs.map +1 -0
- package/build/pages/Security/ChangePassword.js +4 -4
- package/build/pages/Security/ChangePassword.js.map +1 -1
- package/build/pages/Security/ChangePassword.mjs +8 -0
- package/build/pages/Security/ChangePassword.mjs.map +1 -0
- package/build/pages/Security/Login.js +4 -4
- package/build/pages/Security/Login.js.map +1 -1
- package/build/pages/Security/Login.mjs +8 -0
- package/build/pages/Security/Login.mjs.map +1 -0
- package/build/pages/Security/Success.js +4 -4
- package/build/pages/Security/Success.js.map +1 -1
- package/build/pages/Security/Success.mjs +8 -0
- package/build/pages/Security/Success.mjs.map +1 -0
- package/build/pages/Security/index.js +4 -4
- package/build/pages/Security/index.mjs +4 -0
- package/build/pages/Version/Version.js +19 -13
- package/build/pages/Version/Version.js.map +1 -1
- package/build/pages/Version/Version.mjs +22 -0
- package/build/pages/Version/Version.mjs.map +1 -0
- package/build/pages/Version/index.js +2 -2
- package/build/pages/Version/index.mjs +2 -0
- package/build/providers/AppConfigurationProvider/AppConfigurationProvider.js +44 -34
- package/build/providers/AppConfigurationProvider/AppConfigurationProvider.js.map +1 -1
- package/build/providers/AppConfigurationProvider/AppConfigurationProvider.mjs +62 -0
- package/build/providers/AppConfigurationProvider/AppConfigurationProvider.mjs.map +1 -0
- package/build/providers/AppConfigurationProvider/index.js +1 -1
- package/build/providers/AppConfigurationProvider/index.mjs +1 -0
- package/build/providers/AuthProvider/AuthProvider.js +41 -25
- package/build/providers/AuthProvider/AuthProvider.js.map +1 -1
- package/build/providers/AuthProvider/AuthProvider.mjs +51 -0
- package/build/providers/AuthProvider/AuthProvider.mjs.map +1 -0
- package/build/providers/AuthProvider/index.js +1 -1
- package/build/providers/AuthProvider/index.mjs +1 -0
- package/build/providers/AuthProvider/utils.js +13 -12
- package/build/providers/AuthProvider/utils.js.map +1 -1
- package/build/providers/AuthProvider/utils.mjs +22 -0
- package/build/providers/AuthProvider/utils.mjs.map +1 -0
- package/build/providers/DownloadProvider/DownloadProvider.js +27 -21
- package/build/providers/DownloadProvider/DownloadProvider.js.map +1 -1
- package/build/providers/DownloadProvider/DownloadProvider.mjs +34 -0
- package/build/providers/DownloadProvider/DownloadProvider.mjs.map +1 -0
- package/build/providers/DownloadProvider/index.js +1 -1
- package/build/providers/DownloadProvider/index.mjs +1 -0
- package/build/providers/ManifestsProvider/ManifestsProvider.js +21 -15
- package/build/providers/ManifestsProvider/ManifestsProvider.js.map +1 -1
- package/build/providers/ManifestsProvider/ManifestsProvider.mjs +25 -0
- package/build/providers/ManifestsProvider/ManifestsProvider.mjs.map +1 -0
- package/build/providers/ManifestsProvider/index.js +1 -1
- package/build/providers/ManifestsProvider/index.mjs +1 -0
- package/build/providers/PersistenceSettingProvider/PersistenceSettingProvider.js +28 -19
- package/build/providers/PersistenceSettingProvider/PersistenceSettingProvider.js.map +1 -1
- package/build/providers/PersistenceSettingProvider/PersistenceSettingProvider.mjs +30 -0
- package/build/providers/PersistenceSettingProvider/PersistenceSettingProvider.mjs.map +1 -0
- package/build/providers/PersistenceSettingProvider/index.js +1 -1
- package/build/providers/PersistenceSettingProvider/index.mjs +1 -0
- package/build/providers/SearchProvider/SearchProvider.js +47 -36
- package/build/providers/SearchProvider/SearchProvider.js.map +1 -1
- package/build/providers/SearchProvider/SearchProvider.mjs +53 -0
- package/build/providers/SearchProvider/SearchProvider.mjs.map +1 -0
- package/build/providers/SearchProvider/index.js +1 -1
- package/build/providers/SearchProvider/index.mjs +1 -0
- package/build/providers/TranslatorProvider/TranslatorProvider.js +37 -24
- package/build/providers/TranslatorProvider/TranslatorProvider.js.map +1 -1
- package/build/providers/TranslatorProvider/TranslatorProvider.mjs +45 -0
- package/build/providers/TranslatorProvider/TranslatorProvider.mjs.map +1 -0
- package/build/providers/TranslatorProvider/index.js +1 -1
- package/build/providers/TranslatorProvider/index.mjs +1 -0
- package/build/providers/VersionProvider/VersionProvider.js +49 -36
- package/build/providers/VersionProvider/VersionProvider.js.map +1 -1
- package/build/providers/VersionProvider/VersionProvider.mjs +55 -0
- package/build/providers/VersionProvider/VersionProvider.mjs.map +1 -0
- package/build/providers/VersionProvider/index.js +1 -1
- package/build/providers/VersionProvider/index.mjs +1 -0
- package/build/providers/index.js +16 -16
- package/build/providers/index.mjs +16 -0
- package/build/sections/Detail/ContainerContent.js +28 -18
- package/build/sections/Detail/ContainerContent.js.map +1 -1
- package/build/sections/Detail/ContainerContent.mjs +34 -0
- package/build/sections/Detail/ContainerContent.mjs.map +1 -0
- package/build/sections/Detail/Detail.js +38 -26
- package/build/sections/Detail/Detail.js.map +1 -1
- package/build/sections/Detail/Detail.mjs +50 -0
- package/build/sections/Detail/Detail.mjs.map +1 -0
- package/build/sections/Detail/ReadmeSection.js +11 -6
- package/build/sections/Detail/ReadmeSection.js.map +1 -1
- package/build/sections/Detail/ReadmeSection.mjs +13 -0
- package/build/sections/Detail/ReadmeSection.mjs.map +1 -0
- package/build/sections/Detail/Tabs.js +36 -27
- package/build/sections/Detail/Tabs.js.map +1 -1
- package/build/sections/Detail/Tabs.mjs +59 -0
- package/build/sections/Detail/Tabs.mjs.map +1 -0
- package/build/sections/Detail/index.js +1 -1
- package/build/sections/Detail/index.mjs +1 -0
- package/build/sections/Footer/Footer.js +56 -46
- package/build/sections/Footer/Footer.js.map +1 -1
- package/build/sections/Footer/Footer.mjs +105 -0
- package/build/sections/Footer/Footer.mjs.map +1 -0
- package/build/sections/Footer/index.js +1 -1
- package/build/sections/Footer/index.mjs +1 -0
- package/build/sections/Footer/styles.js +31 -21
- package/build/sections/Footer/styles.js.map +1 -1
- package/build/sections/Footer/styles.mjs +65 -0
- package/build/sections/Footer/styles.mjs.map +1 -0
- package/build/sections/Header/Header.js +76 -63
- package/build/sections/Header/Header.js.map +1 -1
- package/build/sections/Header/Header.mjs +101 -0
- package/build/sections/Header/Header.mjs.map +1 -0
- package/build/sections/Header/HeaderGreetings.js +13 -11
- package/build/sections/Header/HeaderGreetings.js.map +1 -1
- package/build/sections/Header/HeaderGreetings.mjs +19 -0
- package/build/sections/Header/HeaderGreetings.mjs.map +1 -0
- package/build/sections/Header/HeaderLeft.js +17 -14
- package/build/sections/Header/HeaderLeft.js.map +1 -1
- package/build/sections/Header/HeaderLeft.mjs +33 -0
- package/build/sections/Header/HeaderLeft.mjs.map +1 -0
- package/build/sections/Header/HeaderMenu.js +27 -22
- package/build/sections/Header/HeaderMenu.js.map +1 -1
- package/build/sections/Header/HeaderMenu.mjs +45 -0
- package/build/sections/Header/HeaderMenu.mjs.map +1 -0
- package/build/sections/Header/HeaderRight.js +68 -47
- package/build/sections/Header/HeaderRight.js.map +1 -1
- package/build/sections/Header/HeaderRight.mjs +95 -0
- package/build/sections/Header/HeaderRight.mjs.map +1 -0
- package/build/sections/Header/HeaderSettingsDialog.js +70 -59
- package/build/sections/Header/HeaderSettingsDialog.js.map +1 -1
- package/build/sections/Header/HeaderSettingsDialog.mjs +99 -0
- package/build/sections/Header/HeaderSettingsDialog.mjs.map +1 -0
- package/build/sections/Header/HeaderToolTip.js +9 -7
- package/build/sections/Header/HeaderToolTip.js.map +1 -1
- package/build/sections/Header/HeaderToolTip.mjs +12 -0
- package/build/sections/Header/HeaderToolTip.mjs.map +1 -0
- package/build/sections/Header/HeaderToolTipIcon.js +38 -31
- package/build/sections/Header/HeaderToolTipIcon.js.map +1 -1
- package/build/sections/Header/HeaderToolTipIcon.mjs +58 -0
- package/build/sections/Header/HeaderToolTipIcon.mjs.map +1 -0
- package/build/sections/Header/LanguageSwitch.js +75 -51
- package/build/sections/Header/LanguageSwitch.js.map +1 -1
- package/build/sections/Header/LanguageSwitch.mjs +99 -0
- package/build/sections/Header/LanguageSwitch.mjs.map +1 -0
- package/build/sections/Header/RegistryInfoContent/RegistryInfoContent.js +132 -101
- package/build/sections/Header/RegistryInfoContent/RegistryInfoContent.js.map +1 -1
- package/build/sections/Header/RegistryInfoContent/RegistryInfoContent.mjs +199 -0
- package/build/sections/Header/RegistryInfoContent/RegistryInfoContent.mjs.map +1 -0
- package/build/sections/Header/RegistryInfoContent/index.js +1 -1
- package/build/sections/Header/RegistryInfoContent/index.mjs +1 -0
- package/build/sections/Header/RegistryInfoContent/styles.js +10 -6
- package/build/sections/Header/RegistryInfoContent/styles.js.map +1 -1
- package/build/sections/Header/RegistryInfoContent/styles.mjs +20 -0
- package/build/sections/Header/RegistryInfoContent/styles.mjs.map +1 -0
- package/build/sections/Header/index.js +1 -1
- package/build/sections/Header/index.mjs +1 -0
- package/build/sections/Header/styles.js +60 -37
- package/build/sections/Header/styles.js.map +1 -1
- package/build/sections/Header/styles.mjs +126 -0
- package/build/sections/Header/styles.mjs.map +1 -0
- package/build/sections/Home/Home.js +14 -11
- package/build/sections/Home/Home.js.map +1 -1
- package/build/sections/Home/Home.mjs +20 -0
- package/build/sections/Home/Home.mjs.map +1 -0
- package/build/sections/Home/index.js +1 -1
- package/build/sections/Home/index.mjs +1 -0
- package/build/sections/Security/AddUser.js +84 -68
- package/build/sections/Security/AddUser.js.map +1 -1
- package/build/sections/Security/AddUser.mjs +132 -0
- package/build/sections/Security/AddUser.mjs.map +1 -0
- package/build/sections/Security/ChangePassword.js +83 -71
- package/build/sections/Security/ChangePassword.js.map +1 -1
- package/build/sections/Security/ChangePassword.mjs +123 -0
- package/build/sections/Security/ChangePassword.mjs.map +1 -0
- package/build/sections/Security/Login.js +70 -54
- package/build/sections/Security/Login.js.map +1 -1
- package/build/sections/Security/Login.mjs +94 -0
- package/build/sections/Security/Login.mjs.map +1 -0
- package/build/sections/Security/Success.js +39 -26
- package/build/sections/Security/Success.js.map +1 -1
- package/build/sections/Security/Success.mjs +51 -0
- package/build/sections/Security/Success.mjs.map +1 -0
- package/build/sections/Security/index.js +4 -4
- package/build/sections/Security/index.mjs +4 -0
- package/build/sections/Security/styles.js +19 -14
- package/build/sections/Security/styles.js.map +1 -1
- package/build/sections/Security/styles.mjs +29 -0
- package/build/sections/Security/styles.mjs.map +1 -0
- package/build/sections/Security/utils.js +14 -11
- package/build/sections/Security/utils.js.map +1 -1
- package/build/sections/Security/utils.mjs +19 -0
- package/build/sections/Security/utils.mjs.map +1 -0
- package/build/sections/SideBar/Sidebar.js +73 -64
- package/build/sections/SideBar/Sidebar.js.map +1 -1
- package/build/sections/SideBar/Sidebar.mjs +93 -0
- package/build/sections/SideBar/Sidebar.mjs.map +1 -0
- package/build/sections/SideBar/index.js +1 -1
- package/build/sections/SideBar/index.mjs +1 -0
- package/build/sections/index.js +4 -4
- package/build/sections/index.mjs +4 -0
- package/build/store/api.js +57 -41
- package/build/store/api.js.map +1 -1
- package/build/store/api.mjs +76 -0
- package/build/store/api.mjs.map +1 -0
- package/build/store/index.js +1 -1
- package/build/store/index.mjs +1 -0
- package/build/store/routes.js +13 -3
- package/build/store/routes.js.map +1 -1
- package/build/store/routes.mjs +18 -0
- package/build/store/routes.mjs.map +1 -0
- package/build/store/storage.js +22 -13
- package/build/store/storage.js.map +1 -1
- package/build/store/storage.mjs +29 -0
- package/build/store/storage.mjs.map +1 -0
- package/build/store/utils.js +5 -4
- package/build/store/utils.js.map +1 -1
- package/build/store/utils.mjs +9 -0
- package/build/store/utils.mjs.map +1 -0
- package/build/ui-components.css +1198 -1
- package/build/utils/cli-utils.js +19 -16
- package/build/utils/cli-utils.js.map +1 -1
- package/build/utils/cli-utils.mjs +26 -0
- package/build/utils/cli-utils.mjs.map +1 -0
- package/build/utils/index.js +6 -6
- package/build/utils/index.mjs +6 -0
- package/build/utils/loadable.js +18 -7
- package/build/utils/loadable.js.map +1 -1
- package/build/utils/loadable.mjs +23 -0
- package/build/utils/loadable.mjs.map +1 -0
- package/build/utils/routes.js +26 -5
- package/build/utils/routes.js.map +1 -1
- package/build/utils/routes.mjs +30 -0
- package/build/utils/routes.mjs.map +1 -0
- package/build/utils/schemas.js +22 -14
- package/build/utils/schemas.js.map +1 -1
- package/build/utils/schemas.mjs +22 -0
- package/build/utils/schemas.mjs.map +1 -0
- package/build/utils/token.js +19 -15
- package/build/utils/token.js.map +1 -1
- package/build/utils/token.mjs +23 -0
- package/build/utils/token.mjs.map +1 -0
- package/build/utils/url.js +50 -30
- package/build/utils/url.js.map +1 -1
- package/build/utils/url.mjs +61 -0
- package/build/utils/url.mjs.map +1 -0
- package/build/utils/utils.js +93 -49
- package/build/utils/utils.js.map +1 -1
- package/build/utils/utils.mjs +93 -0
- package/build/utils/utils.mjs.map +1 -0
- package/package.json +15 -7
|
@@ -0,0 +1,45 @@
|
|
|
1
|
+
import NoItems from "../NoItems/NoItems.mjs";
|
|
2
|
+
import "../NoItems/index.mjs";
|
|
3
|
+
import { DependencyBlock } from "./DependencyBlock.mjs";
|
|
4
|
+
import { hasKeys } from "./utits.mjs";
|
|
5
|
+
import { jsx } from "react/jsx-runtime";
|
|
6
|
+
import { Fragment as Fragment$1 } from "react";
|
|
7
|
+
import Box from "@mui/material/Box";
|
|
8
|
+
import { useTranslation } from "react-i18next";
|
|
9
|
+
import Card from "@mui/material/Card";
|
|
10
|
+
import CardContent from "@mui/material/CardContent";
|
|
11
|
+
//#region src/components/Dependencies/Dependencies.tsx
|
|
12
|
+
var Dependencies = ({ packageMeta }) => {
|
|
13
|
+
const { t } = useTranslation();
|
|
14
|
+
const { latest } = packageMeta;
|
|
15
|
+
const { dependencies, devDependencies, peerDependencies, optionalDependencies, bundleDependencies, name } = latest;
|
|
16
|
+
const dependencyMap = {
|
|
17
|
+
dependencies,
|
|
18
|
+
devDependencies,
|
|
19
|
+
peerDependencies,
|
|
20
|
+
optionalDependencies,
|
|
21
|
+
bundleDependencies
|
|
22
|
+
};
|
|
23
|
+
if (hasKeys(dependencies) || hasKeys(bundleDependencies) || hasKeys(optionalDependencies) || hasKeys(devDependencies) || hasKeys(peerDependencies)) return /* @__PURE__ */ jsx(Card, {
|
|
24
|
+
sx: { mb: 2 },
|
|
25
|
+
children: /* @__PURE__ */ jsx(CardContent, { children: /* @__PURE__ */ jsx(Box, {
|
|
26
|
+
"data-testid": "dependencies-box",
|
|
27
|
+
sx: { m: 2 },
|
|
28
|
+
children: Object.entries(dependencyMap).map(([dependencyType, dependencies]) => {
|
|
29
|
+
if (!dependencies || Object.keys(dependencies).length === 0) return null;
|
|
30
|
+
return /* @__PURE__ */ jsx(Fragment$1, { children: /* @__PURE__ */ jsx(DependencyBlock, {
|
|
31
|
+
dependencies,
|
|
32
|
+
title: dependencyType
|
|
33
|
+
}, dependencyType) }, dependencyType);
|
|
34
|
+
})
|
|
35
|
+
}) })
|
|
36
|
+
});
|
|
37
|
+
return /* @__PURE__ */ jsx(Card, {
|
|
38
|
+
sx: { mb: 2 },
|
|
39
|
+
children: /* @__PURE__ */ jsx(CardContent, { children: /* @__PURE__ */ jsx(NoItems, { text: t("dependencies.has-no-dependencies", { package: name }) }) })
|
|
40
|
+
});
|
|
41
|
+
};
|
|
42
|
+
//#endregion
|
|
43
|
+
export { Dependencies as default };
|
|
44
|
+
|
|
45
|
+
//# sourceMappingURL=Dependencies.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Dependencies.mjs","names":["Box","Card","CardContent","React","Fragment","useTranslation","NoItems","DependencyBlock","hasKeys","Dependencies","FC","packageMeta","t","latest","dependencies","devDependencies","peerDependencies","optionalDependencies","bundleDependencies","name","dependencyMap","hasDependencies","mb","m","Object","entries","map","dependencyType","keys","length","package"],"sources":["../../../src/components/Dependencies/Dependencies.tsx"],"sourcesContent":["import Box from '@mui/material/Box';\nimport Card from '@mui/material/Card';\nimport CardContent from '@mui/material/CardContent';\nimport React, { Fragment } from 'react';\nimport { useTranslation } from 'react-i18next';\n\nimport NoItems from '../NoItems';\nimport { DependencyBlock } from './DependencyBlock';\nimport { hasKeys } from './utits';\n\nconst Dependencies: React.FC<{ packageMeta: any }> = ({ packageMeta }) => {\n const { t } = useTranslation();\n\n const { latest } = packageMeta;\n // FIXME: add dependencies to package meta type\n // @ts-ignore\n const {\n dependencies,\n devDependencies,\n peerDependencies,\n optionalDependencies,\n bundleDependencies,\n name,\n } = latest;\n const dependencyMap = {\n dependencies,\n devDependencies,\n peerDependencies,\n optionalDependencies,\n bundleDependencies,\n };\n const hasDependencies =\n hasKeys(dependencies) ||\n hasKeys(bundleDependencies) ||\n hasKeys(optionalDependencies) ||\n hasKeys(devDependencies) ||\n hasKeys(peerDependencies);\n if (hasDependencies) {\n return (\n <Card sx={{ mb: 2 }}>\n <CardContent>\n <Box data-testid=\"dependencies-box\" sx={{ m: 2 }}>\n {Object.entries(dependencyMap).map(([dependencyType, dependencies]) => {\n if (!dependencies || Object.keys(dependencies).length === 0) {\n return null;\n }\n return (\n <Fragment key={dependencyType}>\n <DependencyBlock\n dependencies={dependencies}\n key={dependencyType}\n title={dependencyType}\n />\n </Fragment>\n );\n })}\n </Box>\n </CardContent>\n </Card>\n );\n }\n\n return (\n <Card sx={{ mb: 2 }}>\n <CardContent>\n <NoItems text={t('dependencies.has-no-dependencies', { package: name })} />\n </CardContent>\n </Card>\n );\n};\n\nexport default Dependencies;\n"],"mappings":";;;;;;;;;;;AAUA,IAAMS,gBAAgD,EAAEE,kBAAkB;CACxE,MAAM,EAAEC,MAAMP,gBAAgB;CAE9B,MAAM,EAAEQ,WAAWF;CAGnB,MAAM,EACJG,cACAC,iBACAC,kBACAC,sBACAC,oBACAC,SACEN;CACJ,MAAMO,gBAAgB;EACpBN;EACAC;EACAC;EACAC;EACAC;EACD;AAOD,KALEV,QAAQM,aAAa,IACrBN,QAAQU,mBAAmB,IAC3BV,QAAQS,qBAAqB,IAC7BT,QAAQO,gBAAgB,IACxBP,QAAQQ,iBAAiB,CAEzB,QACE,oBAAC,MAAD;EAAM,IAAI,EAAEM,IAAI,GAAG;YACjB,oBAAC,aAAD,EAAA,UACE,oBAAC,KAAD;GAAK,eAAY;GAAmB,IAAI,EAAEC,GAAG,GAAG;aAC7CC,OAAOC,QAAQL,cAAc,CAACM,KAAK,CAACC,gBAAgBb,kBAAkB;AACrE,QAAI,CAACA,gBAAgBU,OAAOI,KAAKd,aAAa,CAACe,WAAW,EACxD,QAAO;AAET,WACE,oBAAC,YAAD,EAAA,UACE,oBAAC,iBAAD;KACgBf;KAEd,OAAOa;KAAe,EADjBA,eACiB,EAEf,EANIA,eAMJ;KAEb;GACC,CAAA,EACM,CAAA;EACR,CAAA;AAIX,QACE,oBAAC,MAAD;EAAM,IAAI,EAAEL,IAAI,GAAG;YACjB,oBAAC,aAAD,EAAA,UACE,oBAAC,SAAD,EAAS,MAAMV,EAAE,oCAAoC,EAAEkB,SAASX,MAAM,CAAC,EAAC,CAAA,EAC7D,CAAA;EACR,CAAA"}
|
|
@@ -1,64 +1,76 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
1
|
+
const require_runtime = require("../../_virtual/_rolldown/runtime.js");
|
|
2
|
+
const require_routes = require("../../utils/routes.js");
|
|
3
|
+
require("../../utils/index.js");
|
|
4
|
+
let _emotion_styled_base = require("@emotion/styled/base");
|
|
5
|
+
_emotion_styled_base = require_runtime.__toESM(_emotion_styled_base);
|
|
6
|
+
let react_jsx_runtime = require("react/jsx-runtime");
|
|
7
|
+
let react = require("react");
|
|
8
|
+
react = require_runtime.__toESM(react);
|
|
9
|
+
let _mui_material_Box = require("@mui/material/Box");
|
|
10
|
+
_mui_material_Box = require_runtime.__toESM(_mui_material_Box);
|
|
11
|
+
let react_i18next = require("react-i18next");
|
|
12
|
+
let react_router = require("react-router");
|
|
13
|
+
let _mui_material_Typography = require("@mui/material/Typography");
|
|
14
|
+
_mui_material_Typography = require_runtime.__toESM(_mui_material_Typography);
|
|
15
|
+
let _mui_material_Chip = require("@mui/material/Chip");
|
|
16
|
+
_mui_material_Chip = require_runtime.__toESM(_mui_material_Chip);
|
|
11
17
|
//#region src/components/Dependencies/DependencyBlock.tsx
|
|
12
|
-
var
|
|
18
|
+
var StyledText = /* @__PURE__ */ (0, _emotion_styled_base.default)(_mui_material_Typography.default, process.env.NODE_ENV === "production" ? { target: "e1cdkkwc2" } : {
|
|
13
19
|
target: "e1cdkkwc2",
|
|
14
20
|
label: "StyledText"
|
|
15
|
-
})((
|
|
16
|
-
fontWeight:
|
|
21
|
+
})((props) => ({
|
|
22
|
+
fontWeight: props.theme.fontWeight.bold,
|
|
17
23
|
textTransform: "capitalize"
|
|
18
|
-
}), process.env.NODE_ENV === "production" ? "" : "/*# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbIi9ob21lL3J1bm5lci93b3JrL3ZlcmRhY2Npby92ZXJkYWNjaW8vcGFja2FnZXMvdWktY29tcG9uZW50cy9zcmMvY29tcG9uZW50cy9EZXBlbmRlbmNpZXMvRGVwZW5kZW5jeUJsb2NrLnRzeCJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFpQjBCIiwiZmlsZSI6Ii9ob21lL3J1bm5lci93b3JrL3ZlcmRhY2Npby92ZXJkYWNjaW8vcGFja2FnZXMvdWktY29tcG9uZW50cy9zcmMvY29tcG9uZW50cy9EZXBlbmRlbmNpZXMvRGVwZW5kZW5jeUJsb2NrLnRzeCIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCBzdHlsZWQgZnJvbSAnQGVtb3Rpb24vc3R5bGVkJztcbmltcG9ydCBCb3ggZnJvbSAnQG11aS9tYXRlcmlhbC9Cb3gnO1xuaW1wb3J0IENoaXAgZnJvbSAnQG11aS9tYXRlcmlhbC9DaGlwJztcbmltcG9ydCBUeXBvZ3JhcGh5IGZyb20gJ0BtdWkvbWF0ZXJpYWwvVHlwb2dyYXBoeSc7XG5pbXBvcnQgUmVhY3QgZnJvbSAncmVhY3QnO1xuaW1wb3J0IHsgdXNlVHJhbnNsYXRpb24gfSBmcm9tICdyZWFjdC1pMThuZXh0JztcbmltcG9ydCB7IHVzZU5hdmlnYXRlIH0gZnJvbSAncmVhY3Qtcm91dGVyJztcblxuaW1wb3J0IHR5cGUgeyBUaGVtZSB9IGZyb20gJy4uLy4uL1RoZW1lJztcbmltcG9ydCB0eXBlIHsgUGFja2FnZURlcGVuZGVuY2llcyB9IGZyb20gJy4uLy4uL3R5cGVzL3BhY2thZ2VNZXRhJztcbmltcG9ydCB7IFJvdXRlIH0gZnJvbSAnLi4vLi4vdXRpbHMnO1xuXG5pbnRlcmZhY2UgRGVwZW5kZW5jeUJsb2NrUHJvcHMge1xuICB0aXRsZTogc3RyaW5nO1xuICBkZXBlbmRlbmNpZXM6IFBhY2thZ2VEZXBlbmRlbmNpZXM7XG59XG5cbmV4cG9ydCBjb25zdCBTdHlsZWRUZXh0ID0gc3R5bGVkKFR5cG9ncmFwaHkpPHsgdGhlbWU/OiBUaGVtZSB9PigocHJvcHMpID0+ICh7XG4gIGZvbnRXZWlnaHQ6IHByb3BzLnRoZW1lLmZvbnRXZWlnaHQuYm9sZCxcbiAgdGV4dFRyYW5zZm9ybTogJ2NhcGl0YWxpemUnLFxufSkpO1xuXG5leHBvcnQgY29uc3QgVGFncyA9IHN0eWxlZCgnZGl2Jyk8eyB0aGVtZT86IFRoZW1lIH0+KChwcm9wcykgPT4gKHtcbiAgZGlzcGxheTogJ2ZsZXgnLFxuICBqdXN0aWZ5Q29udGVudDogJ3N0YXJ0JyxcbiAgZmxleFdyYXA6ICd3cmFwJyxcbiAgLy8gZm9yY2UgdGl0bGUgdG8gYmUgb24gdGhlIHNhbWUgbGluZSBhcyB0aGUgdGl0bGVcbiAgLy8gY291bGQgYmUgYmV0dGVyIHRvIGF2b2lkIG1hcmdpbiBvbiB0aGUgZmlyc3QgZWxlbWVudFxuICAvLyBidXQgaXQgaXMgYSBiaXQgdHJpY2t5IHRvIGRvIHdpdGggZmxleGJveFxuICBtYXJnaW5MZWZ0OiBwcm9wcy50aGVtZS5zcGFjaW5nKC0wLjYpLFxufSkpO1xuXG5leHBvcnQgY29uc3QgVGFnID0gc3R5bGVkKENoaXApPHsgdGhlbWU/OiBUaGVtZSB9PigocHJvcHMpID0+ICh7XG4gIG1hcmdpbjogcHJvcHMudGhlbWUuc3BhY2luZygwLjYpLFxufSkpO1xuXG5leHBvcnQgY29uc3QgRGVwZW5kZW5jeUJsb2NrOiBSZWFjdC5GQzxEZXBlbmRlbmN5QmxvY2tQcm9wcz4gPSAoeyB0aXRsZSwgZGVwZW5kZW5jaWVzIH0pID0+IHtcbiAgY29uc3QgbmF2aWdhdGUgPSB1c2VOYXZpZ2F0ZSgpO1xuICBjb25zdCB7IHQgfSA9IHVzZVRyYW5zbGF0aW9uKCk7XG4gIGNvbnN0IGRlcHMgPSBPYmplY3QuZW50cmllcyhkZXBlbmRlbmNpZXMpO1xuXG4gIGZ1bmN0aW9uIGhhbmRsZUNsaWNrKG5hbWU6IHN0cmluZyk6IHZvaWQge1xuICAgIG5hdmlnYXRlKGAke1JvdXRlLkRFVEFJTH0ke25hbWV9YCk7XG4gIH1cblxuICBmdW5jdGlvbiBsYWJlbFRleHQodGl0bGU6IHN0cmluZywgbmFtZTogc3RyaW5nLCB2ZXJzaW9uOiBzdHJpbmcpOiBzdHJpbmcge1xuICAgIGlmICh0aXRsZSA9PT0gJ2J1bmRsZURlcGVuZGVuY2llcycpIHtcbiAgICAgIHJldHVybiB0KCdkZXBlbmRlbmNpZXMuZGVwZW5kZW5jeS1ibG9jay1idW5kbGUnLCB7IHBhY2thZ2U6IG5hbWUgfSk7XG4gICAgfSBlbHNlIHtcbiAgICAgIHJldHVybiB0KCdkZXBlbmRlbmNpZXMuZGVwZW5kZW5jeS1ibG9jaycsIHsgcGFja2FnZTogbmFtZSwgdmVyc2lvbiB9KTtcbiAgICB9XG4gIH1cblxuICByZXR1cm4gKFxuICAgIDxCb3ggZGF0YS10ZXN0aWQ9e3RpdGxlfSBzeD17eyBtYXJnaW46IDIgfX0+XG4gICAgICA8U3R5bGVkVGV4dCBzeD17eyBtYXJnaW5Cb3R0b206IDEgfX0gdmFyaWFudD1cInN1YnRpdGxlMVwiPlxuICAgICAgICB7YCR7dGl0bGV9ICgke2RlcHMubGVuZ3RofSlgfVxuICAgICAgPC9TdHlsZWRUZXh0PlxuICAgICAgPFRhZ3M+XG4gICAgICAgIHtkZXBzLm1hcCgoW25hbWUsIHZlcnNpb25dOiBbc3RyaW5nLCBzdHJpbmddKSA9PiB7XG4gICAgICAgICAgLy8gQnVuZGxlIGRlcGVuZGVuY2llcyBhcmUgc3RvcmVkIGFzIGFycmF5LCBmb3IgZXhhbXBsZSBbIDA6IFwic2VtdmVyXCIgXVxuICAgICAgICAgIC8vIHNvIHRoZSBwYWNrYWdlIG5hbWUgYXJyaXZlcyBoZXJlIGluIHRoZSB2ZXJzaW9uIGZpZWxkXG4gICAgICAgICAgY29uc3QgcGFja2FnZU5hbWUgPSB0aXRsZSA9PSAnYnVuZGxlRGVwZW5kZW5jaWVzJyA/IHZlcnNpb24gOiBuYW1lO1xuICAgICAgICAgIHJldHVybiAoXG4gICAgICAgICAgICA8VGFnXG4gICAgICAgICAgICAgIGNsYXNzTmFtZT17J2RlcC10YWcnfVxuICAgICAgICAgICAgICBjbGlja2FibGU9e3RydWV9XG4gICAgICAgICAgICAgIGRhdGEtdGVzdGlkPXtwYWNrYWdlTmFtZX1cbiAgICAgICAgICAgICAga2V5PXtwYWNrYWdlTmFtZX1cbiAgICAgICAgICAgICAgbGFiZWw9e2xhYmVsVGV4dCh0aXRsZSwgcGFja2FnZU5hbWUsIHZlcnNpb24pfVxuICAgICAgICAgICAgICBvbkNsaWNrPXsoKSA9PiB7XG4gICAgICAgICAgICAgICAgaGFuZGxlQ2xpY2socGFja2FnZU5hbWUpO1xuICAgICAgICAgICAgICB9fVxuICAgICAgICAgICAgLz5cbiAgICAgICAgICApO1xuICAgICAgICB9KX1cbiAgICAgIDwvVGFncz5cbiAgICA8L0JveD5cbiAgKTtcbn07XG4iXX0= */")
|
|
24
|
+
}), process.env.NODE_ENV === "production" ? "" : "/*# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbIi9ob21lL3J1bm5lci93b3JrL3ZlcmRhY2Npby92ZXJkYWNjaW8vcGFja2FnZXMvdWktY29tcG9uZW50cy9zcmMvY29tcG9uZW50cy9EZXBlbmRlbmNpZXMvRGVwZW5kZW5jeUJsb2NrLnRzeCJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFpQjBCIiwiZmlsZSI6Ii9ob21lL3J1bm5lci93b3JrL3ZlcmRhY2Npby92ZXJkYWNjaW8vcGFja2FnZXMvdWktY29tcG9uZW50cy9zcmMvY29tcG9uZW50cy9EZXBlbmRlbmNpZXMvRGVwZW5kZW5jeUJsb2NrLnRzeCIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCBzdHlsZWQgZnJvbSAnQGVtb3Rpb24vc3R5bGVkJztcbmltcG9ydCBCb3ggZnJvbSAnQG11aS9tYXRlcmlhbC9Cb3gnO1xuaW1wb3J0IENoaXAgZnJvbSAnQG11aS9tYXRlcmlhbC9DaGlwJztcbmltcG9ydCBUeXBvZ3JhcGh5IGZyb20gJ0BtdWkvbWF0ZXJpYWwvVHlwb2dyYXBoeSc7XG5pbXBvcnQgUmVhY3QgZnJvbSAncmVhY3QnO1xuaW1wb3J0IHsgdXNlVHJhbnNsYXRpb24gfSBmcm9tICdyZWFjdC1pMThuZXh0JztcbmltcG9ydCB7IHVzZU5hdmlnYXRlIH0gZnJvbSAncmVhY3Qtcm91dGVyJztcblxuaW1wb3J0IHR5cGUgeyBUaGVtZSB9IGZyb20gJy4uLy4uL1RoZW1lJztcbmltcG9ydCB0eXBlIHsgUGFja2FnZURlcGVuZGVuY2llcyB9IGZyb20gJy4uLy4uL3R5cGVzL3BhY2thZ2VNZXRhJztcbmltcG9ydCB7IFJvdXRlIH0gZnJvbSAnLi4vLi4vdXRpbHMnO1xuXG5pbnRlcmZhY2UgRGVwZW5kZW5jeUJsb2NrUHJvcHMge1xuICB0aXRsZTogc3RyaW5nO1xuICBkZXBlbmRlbmNpZXM6IFBhY2thZ2VEZXBlbmRlbmNpZXM7XG59XG5cbmV4cG9ydCBjb25zdCBTdHlsZWRUZXh0ID0gc3R5bGVkKFR5cG9ncmFwaHkpPHsgdGhlbWU/OiBUaGVtZSB9PigocHJvcHMpID0+ICh7XG4gIGZvbnRXZWlnaHQ6IHByb3BzLnRoZW1lLmZvbnRXZWlnaHQuYm9sZCxcbiAgdGV4dFRyYW5zZm9ybTogJ2NhcGl0YWxpemUnLFxufSkpO1xuXG5leHBvcnQgY29uc3QgVGFncyA9IHN0eWxlZCgnZGl2Jyk8eyB0aGVtZT86IFRoZW1lIH0+KChwcm9wcykgPT4gKHtcbiAgZGlzcGxheTogJ2ZsZXgnLFxuICBqdXN0aWZ5Q29udGVudDogJ3N0YXJ0JyxcbiAgZmxleFdyYXA6ICd3cmFwJyxcbiAgLy8gZm9yY2UgdGl0bGUgdG8gYmUgb24gdGhlIHNhbWUgbGluZSBhcyB0aGUgdGl0bGVcbiAgLy8gY291bGQgYmUgYmV0dGVyIHRvIGF2b2lkIG1hcmdpbiBvbiB0aGUgZmlyc3QgZWxlbWVudFxuICAvLyBidXQgaXQgaXMgYSBiaXQgdHJpY2t5IHRvIGRvIHdpdGggZmxleGJveFxuICBtYXJnaW5MZWZ0OiBwcm9wcy50aGVtZS5zcGFjaW5nKC0wLjYpLFxufSkpO1xuXG5leHBvcnQgY29uc3QgVGFnID0gc3R5bGVkKENoaXApPHsgdGhlbWU/OiBUaGVtZSB9PigocHJvcHMpID0+ICh7XG4gIG1hcmdpbjogcHJvcHMudGhlbWUuc3BhY2luZygwLjYpLFxufSkpO1xuXG5leHBvcnQgY29uc3QgRGVwZW5kZW5jeUJsb2NrOiBSZWFjdC5GQzxEZXBlbmRlbmN5QmxvY2tQcm9wcz4gPSAoeyB0aXRsZSwgZGVwZW5kZW5jaWVzIH0pID0+IHtcbiAgY29uc3QgbmF2aWdhdGUgPSB1c2VOYXZpZ2F0ZSgpO1xuICBjb25zdCB7IHQgfSA9IHVzZVRyYW5zbGF0aW9uKCk7XG4gIGNvbnN0IGRlcHMgPSBPYmplY3QuZW50cmllcyhkZXBlbmRlbmNpZXMpO1xuXG4gIGZ1bmN0aW9uIGhhbmRsZUNsaWNrKG5hbWU6IHN0cmluZyk6IHZvaWQge1xuICAgIG5hdmlnYXRlKGAke1JvdXRlLkRFVEFJTH0ke25hbWV9YCk7XG4gIH1cblxuICBmdW5jdGlvbiBsYWJlbFRleHQodGl0bGU6IHN0cmluZywgbmFtZTogc3RyaW5nLCB2ZXJzaW9uOiBzdHJpbmcpOiBzdHJpbmcge1xuICAgIGlmICh0aXRsZSA9PT0gJ2J1bmRsZURlcGVuZGVuY2llcycpIHtcbiAgICAgIHJldHVybiB0KCdkZXBlbmRlbmNpZXMuZGVwZW5kZW5jeS1ibG9jay1idW5kbGUnLCB7IHBhY2thZ2U6IG5hbWUgfSk7XG4gICAgfSBlbHNlIHtcbiAgICAgIHJldHVybiB0KCdkZXBlbmRlbmNpZXMuZGVwZW5kZW5jeS1ibG9jaycsIHsgcGFja2FnZTogbmFtZSwgdmVyc2lvbiB9KTtcbiAgICB9XG4gIH1cblxuICByZXR1cm4gKFxuICAgIDxCb3ggZGF0YS10ZXN0aWQ9e3RpdGxlfSBzeD17eyBtYXJnaW46IDIgfX0+XG4gICAgICA8U3R5bGVkVGV4dCBzeD17eyBtYXJnaW5Cb3R0b206IDEgfX0gdmFyaWFudD1cInN1YnRpdGxlMVwiPlxuICAgICAgICB7YCR7dGl0bGV9ICgke2RlcHMubGVuZ3RofSlgfVxuICAgICAgPC9TdHlsZWRUZXh0PlxuICAgICAgPFRhZ3M+XG4gICAgICAgIHtkZXBzLm1hcCgoW25hbWUsIHZlcnNpb25dOiBbc3RyaW5nLCBzdHJpbmddKSA9PiB7XG4gICAgICAgICAgLy8gQnVuZGxlIGRlcGVuZGVuY2llcyBhcmUgc3RvcmVkIGFzIGFycmF5LCBmb3IgZXhhbXBsZSBbIDA6IFwic2VtdmVyXCIgXVxuICAgICAgICAgIC8vIHNvIHRoZSBwYWNrYWdlIG5hbWUgYXJyaXZlcyBoZXJlIGluIHRoZSB2ZXJzaW9uIGZpZWxkXG4gICAgICAgICAgY29uc3QgcGFja2FnZU5hbWUgPSB0aXRsZSA9PSAnYnVuZGxlRGVwZW5kZW5jaWVzJyA/IHZlcnNpb24gOiBuYW1lO1xuICAgICAgICAgIHJldHVybiAoXG4gICAgICAgICAgICA8VGFnXG4gICAgICAgICAgICAgIGNsYXNzTmFtZT17J2RlcC10YWcnfVxuICAgICAgICAgICAgICBjbGlja2FibGU9e3RydWV9XG4gICAgICAgICAgICAgIGRhdGEtdGVzdGlkPXtwYWNrYWdlTmFtZX1cbiAgICAgICAgICAgICAga2V5PXtwYWNrYWdlTmFtZX1cbiAgICAgICAgICAgICAgbGFiZWw9e2xhYmVsVGV4dCh0aXRsZSwgcGFja2FnZU5hbWUsIHZlcnNpb24pfVxuICAgICAgICAgICAgICBvbkNsaWNrPXsoKSA9PiB7XG4gICAgICAgICAgICAgICAgaGFuZGxlQ2xpY2socGFja2FnZU5hbWUpO1xuICAgICAgICAgICAgICB9fVxuICAgICAgICAgICAgLz5cbiAgICAgICAgICApO1xuICAgICAgICB9KX1cbiAgICAgIDwvVGFncz5cbiAgICA8L0JveD5cbiAgKTtcbn07XG4iXX0= */");
|
|
25
|
+
var Tags = /* @__PURE__ */ (0, _emotion_styled_base.default)("div", process.env.NODE_ENV === "production" ? { target: "e1cdkkwc1" } : {
|
|
19
26
|
target: "e1cdkkwc1",
|
|
20
27
|
label: "Tags"
|
|
21
|
-
})((
|
|
28
|
+
})((props) => ({
|
|
22
29
|
display: "flex",
|
|
23
30
|
justifyContent: "start",
|
|
24
31
|
flexWrap: "wrap",
|
|
25
|
-
marginLeft:
|
|
26
|
-
}), process.env.NODE_ENV === "production" ? "" : "/*# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbIi9ob21lL3J1bm5lci93b3JrL3ZlcmRhY2Npby92ZXJkYWNjaW8vcGFja2FnZXMvdWktY29tcG9uZW50cy9zcmMvY29tcG9uZW50cy9EZXBlbmRlbmNpZXMvRGVwZW5kZW5jeUJsb2NrLnRzeCJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFzQm9CIiwiZmlsZSI6Ii9ob21lL3J1bm5lci93b3JrL3ZlcmRhY2Npby92ZXJkYWNjaW8vcGFja2FnZXMvdWktY29tcG9uZW50cy9zcmMvY29tcG9uZW50cy9EZXBlbmRlbmNpZXMvRGVwZW5kZW5jeUJsb2NrLnRzeCIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCBzdHlsZWQgZnJvbSAnQGVtb3Rpb24vc3R5bGVkJztcbmltcG9ydCBCb3ggZnJvbSAnQG11aS9tYXRlcmlhbC9Cb3gnO1xuaW1wb3J0IENoaXAgZnJvbSAnQG11aS9tYXRlcmlhbC9DaGlwJztcbmltcG9ydCBUeXBvZ3JhcGh5IGZyb20gJ0BtdWkvbWF0ZXJpYWwvVHlwb2dyYXBoeSc7XG5pbXBvcnQgUmVhY3QgZnJvbSAncmVhY3QnO1xuaW1wb3J0IHsgdXNlVHJhbnNsYXRpb24gfSBmcm9tICdyZWFjdC1pMThuZXh0JztcbmltcG9ydCB7IHVzZU5hdmlnYXRlIH0gZnJvbSAncmVhY3Qtcm91dGVyJztcblxuaW1wb3J0IHR5cGUgeyBUaGVtZSB9IGZyb20gJy4uLy4uL1RoZW1lJztcbmltcG9ydCB0eXBlIHsgUGFja2FnZURlcGVuZGVuY2llcyB9IGZyb20gJy4uLy4uL3R5cGVzL3BhY2thZ2VNZXRhJztcbmltcG9ydCB7IFJvdXRlIH0gZnJvbSAnLi4vLi4vdXRpbHMnO1xuXG5pbnRlcmZhY2UgRGVwZW5kZW5jeUJsb2NrUHJvcHMge1xuICB0aXRsZTogc3RyaW5nO1xuICBkZXBlbmRlbmNpZXM6IFBhY2thZ2VEZXBlbmRlbmNpZXM7XG59XG5cbmV4cG9ydCBjb25zdCBTdHlsZWRUZXh0ID0gc3R5bGVkKFR5cG9ncmFwaHkpPHsgdGhlbWU/OiBUaGVtZSB9PigocHJvcHMpID0+ICh7XG4gIGZvbnRXZWlnaHQ6IHByb3BzLnRoZW1lLmZvbnRXZWlnaHQuYm9sZCxcbiAgdGV4dFRyYW5zZm9ybTogJ2NhcGl0YWxpemUnLFxufSkpO1xuXG5leHBvcnQgY29uc3QgVGFncyA9IHN0eWxlZCgnZGl2Jyk8eyB0aGVtZT86IFRoZW1lIH0+KChwcm9wcykgPT4gKHtcbiAgZGlzcGxheTogJ2ZsZXgnLFxuICBqdXN0aWZ5Q29udGVudDogJ3N0YXJ0JyxcbiAgZmxleFdyYXA6ICd3cmFwJyxcbiAgLy8gZm9yY2UgdGl0bGUgdG8gYmUgb24gdGhlIHNhbWUgbGluZSBhcyB0aGUgdGl0bGVcbiAgLy8gY291bGQgYmUgYmV0dGVyIHRvIGF2b2lkIG1hcmdpbiBvbiB0aGUgZmlyc3QgZWxlbWVudFxuICAvLyBidXQgaXQgaXMgYSBiaXQgdHJpY2t5IHRvIGRvIHdpdGggZmxleGJveFxuICBtYXJnaW5MZWZ0OiBwcm9wcy50aGVtZS5zcGFjaW5nKC0wLjYpLFxufSkpO1xuXG5leHBvcnQgY29uc3QgVGFnID0gc3R5bGVkKENoaXApPHsgdGhlbWU/OiBUaGVtZSB9PigocHJvcHMpID0+ICh7XG4gIG1hcmdpbjogcHJvcHMudGhlbWUuc3BhY2luZygwLjYpLFxufSkpO1xuXG5leHBvcnQgY29uc3QgRGVwZW5kZW5jeUJsb2NrOiBSZWFjdC5GQzxEZXBlbmRlbmN5QmxvY2tQcm9wcz4gPSAoeyB0aXRsZSwgZGVwZW5kZW5jaWVzIH0pID0+IHtcbiAgY29uc3QgbmF2aWdhdGUgPSB1c2VOYXZpZ2F0ZSgpO1xuICBjb25zdCB7IHQgfSA9IHVzZVRyYW5zbGF0aW9uKCk7XG4gIGNvbnN0IGRlcHMgPSBPYmplY3QuZW50cmllcyhkZXBlbmRlbmNpZXMpO1xuXG4gIGZ1bmN0aW9uIGhhbmRsZUNsaWNrKG5hbWU6IHN0cmluZyk6IHZvaWQge1xuICAgIG5hdmlnYXRlKGAke1JvdXRlLkRFVEFJTH0ke25hbWV9YCk7XG4gIH1cblxuICBmdW5jdGlvbiBsYWJlbFRleHQodGl0bGU6IHN0cmluZywgbmFtZTogc3RyaW5nLCB2ZXJzaW9uOiBzdHJpbmcpOiBzdHJpbmcge1xuICAgIGlmICh0aXRsZSA9PT0gJ2J1bmRsZURlcGVuZGVuY2llcycpIHtcbiAgICAgIHJldHVybiB0KCdkZXBlbmRlbmNpZXMuZGVwZW5kZW5jeS1ibG9jay1idW5kbGUnLCB7IHBhY2thZ2U6IG5hbWUgfSk7XG4gICAgfSBlbHNlIHtcbiAgICAgIHJldHVybiB0KCdkZXBlbmRlbmNpZXMuZGVwZW5kZW5jeS1ibG9jaycsIHsgcGFja2FnZTogbmFtZSwgdmVyc2lvbiB9KTtcbiAgICB9XG4gIH1cblxuICByZXR1cm4gKFxuICAgIDxCb3ggZGF0YS10ZXN0aWQ9e3RpdGxlfSBzeD17eyBtYXJnaW46IDIgfX0+XG4gICAgICA8U3R5bGVkVGV4dCBzeD17eyBtYXJnaW5Cb3R0b206IDEgfX0gdmFyaWFudD1cInN1YnRpdGxlMVwiPlxuICAgICAgICB7YCR7dGl0bGV9ICgke2RlcHMubGVuZ3RofSlgfVxuICAgICAgPC9TdHlsZWRUZXh0PlxuICAgICAgPFRhZ3M+XG4gICAgICAgIHtkZXBzLm1hcCgoW25hbWUsIHZlcnNpb25dOiBbc3RyaW5nLCBzdHJpbmddKSA9PiB7XG4gICAgICAgICAgLy8gQnVuZGxlIGRlcGVuZGVuY2llcyBhcmUgc3RvcmVkIGFzIGFycmF5LCBmb3IgZXhhbXBsZSBbIDA6IFwic2VtdmVyXCIgXVxuICAgICAgICAgIC8vIHNvIHRoZSBwYWNrYWdlIG5hbWUgYXJyaXZlcyBoZXJlIGluIHRoZSB2ZXJzaW9uIGZpZWxkXG4gICAgICAgICAgY29uc3QgcGFja2FnZU5hbWUgPSB0aXRsZSA9PSAnYnVuZGxlRGVwZW5kZW5jaWVzJyA/IHZlcnNpb24gOiBuYW1lO1xuICAgICAgICAgIHJldHVybiAoXG4gICAgICAgICAgICA8VGFnXG4gICAgICAgICAgICAgIGNsYXNzTmFtZT17J2RlcC10YWcnfVxuICAgICAgICAgICAgICBjbGlja2FibGU9e3RydWV9XG4gICAgICAgICAgICAgIGRhdGEtdGVzdGlkPXtwYWNrYWdlTmFtZX1cbiAgICAgICAgICAgICAga2V5PXtwYWNrYWdlTmFtZX1cbiAgICAgICAgICAgICAgbGFiZWw9e2xhYmVsVGV4dCh0aXRsZSwgcGFja2FnZU5hbWUsIHZlcnNpb24pfVxuICAgICAgICAgICAgICBvbkNsaWNrPXsoKSA9PiB7XG4gICAgICAgICAgICAgICAgaGFuZGxlQ2xpY2socGFja2FnZU5hbWUpO1xuICAgICAgICAgICAgICB9fVxuICAgICAgICAgICAgLz5cbiAgICAgICAgICApO1xuICAgICAgICB9KX1cbiAgICAgIDwvVGFncz5cbiAgICA8L0JveD5cbiAgKTtcbn07XG4iXX0= */")
|
|
32
|
+
marginLeft: props.theme.spacing(-.6)
|
|
33
|
+
}), process.env.NODE_ENV === "production" ? "" : "/*# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbIi9ob21lL3J1bm5lci93b3JrL3ZlcmRhY2Npby92ZXJkYWNjaW8vcGFja2FnZXMvdWktY29tcG9uZW50cy9zcmMvY29tcG9uZW50cy9EZXBlbmRlbmNpZXMvRGVwZW5kZW5jeUJsb2NrLnRzeCJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFzQm9CIiwiZmlsZSI6Ii9ob21lL3J1bm5lci93b3JrL3ZlcmRhY2Npby92ZXJkYWNjaW8vcGFja2FnZXMvdWktY29tcG9uZW50cy9zcmMvY29tcG9uZW50cy9EZXBlbmRlbmNpZXMvRGVwZW5kZW5jeUJsb2NrLnRzeCIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCBzdHlsZWQgZnJvbSAnQGVtb3Rpb24vc3R5bGVkJztcbmltcG9ydCBCb3ggZnJvbSAnQG11aS9tYXRlcmlhbC9Cb3gnO1xuaW1wb3J0IENoaXAgZnJvbSAnQG11aS9tYXRlcmlhbC9DaGlwJztcbmltcG9ydCBUeXBvZ3JhcGh5IGZyb20gJ0BtdWkvbWF0ZXJpYWwvVHlwb2dyYXBoeSc7XG5pbXBvcnQgUmVhY3QgZnJvbSAncmVhY3QnO1xuaW1wb3J0IHsgdXNlVHJhbnNsYXRpb24gfSBmcm9tICdyZWFjdC1pMThuZXh0JztcbmltcG9ydCB7IHVzZU5hdmlnYXRlIH0gZnJvbSAncmVhY3Qtcm91dGVyJztcblxuaW1wb3J0IHR5cGUgeyBUaGVtZSB9IGZyb20gJy4uLy4uL1RoZW1lJztcbmltcG9ydCB0eXBlIHsgUGFja2FnZURlcGVuZGVuY2llcyB9IGZyb20gJy4uLy4uL3R5cGVzL3BhY2thZ2VNZXRhJztcbmltcG9ydCB7IFJvdXRlIH0gZnJvbSAnLi4vLi4vdXRpbHMnO1xuXG5pbnRlcmZhY2UgRGVwZW5kZW5jeUJsb2NrUHJvcHMge1xuICB0aXRsZTogc3RyaW5nO1xuICBkZXBlbmRlbmNpZXM6IFBhY2thZ2VEZXBlbmRlbmNpZXM7XG59XG5cbmV4cG9ydCBjb25zdCBTdHlsZWRUZXh0ID0gc3R5bGVkKFR5cG9ncmFwaHkpPHsgdGhlbWU/OiBUaGVtZSB9PigocHJvcHMpID0+ICh7XG4gIGZvbnRXZWlnaHQ6IHByb3BzLnRoZW1lLmZvbnRXZWlnaHQuYm9sZCxcbiAgdGV4dFRyYW5zZm9ybTogJ2NhcGl0YWxpemUnLFxufSkpO1xuXG5leHBvcnQgY29uc3QgVGFncyA9IHN0eWxlZCgnZGl2Jyk8eyB0aGVtZT86IFRoZW1lIH0+KChwcm9wcykgPT4gKHtcbiAgZGlzcGxheTogJ2ZsZXgnLFxuICBqdXN0aWZ5Q29udGVudDogJ3N0YXJ0JyxcbiAgZmxleFdyYXA6ICd3cmFwJyxcbiAgLy8gZm9yY2UgdGl0bGUgdG8gYmUgb24gdGhlIHNhbWUgbGluZSBhcyB0aGUgdGl0bGVcbiAgLy8gY291bGQgYmUgYmV0dGVyIHRvIGF2b2lkIG1hcmdpbiBvbiB0aGUgZmlyc3QgZWxlbWVudFxuICAvLyBidXQgaXQgaXMgYSBiaXQgdHJpY2t5IHRvIGRvIHdpdGggZmxleGJveFxuICBtYXJnaW5MZWZ0OiBwcm9wcy50aGVtZS5zcGFjaW5nKC0wLjYpLFxufSkpO1xuXG5leHBvcnQgY29uc3QgVGFnID0gc3R5bGVkKENoaXApPHsgdGhlbWU/OiBUaGVtZSB9PigocHJvcHMpID0+ICh7XG4gIG1hcmdpbjogcHJvcHMudGhlbWUuc3BhY2luZygwLjYpLFxufSkpO1xuXG5leHBvcnQgY29uc3QgRGVwZW5kZW5jeUJsb2NrOiBSZWFjdC5GQzxEZXBlbmRlbmN5QmxvY2tQcm9wcz4gPSAoeyB0aXRsZSwgZGVwZW5kZW5jaWVzIH0pID0+IHtcbiAgY29uc3QgbmF2aWdhdGUgPSB1c2VOYXZpZ2F0ZSgpO1xuICBjb25zdCB7IHQgfSA9IHVzZVRyYW5zbGF0aW9uKCk7XG4gIGNvbnN0IGRlcHMgPSBPYmplY3QuZW50cmllcyhkZXBlbmRlbmNpZXMpO1xuXG4gIGZ1bmN0aW9uIGhhbmRsZUNsaWNrKG5hbWU6IHN0cmluZyk6IHZvaWQge1xuICAgIG5hdmlnYXRlKGAke1JvdXRlLkRFVEFJTH0ke25hbWV9YCk7XG4gIH1cblxuICBmdW5jdGlvbiBsYWJlbFRleHQodGl0bGU6IHN0cmluZywgbmFtZTogc3RyaW5nLCB2ZXJzaW9uOiBzdHJpbmcpOiBzdHJpbmcge1xuICAgIGlmICh0aXRsZSA9PT0gJ2J1bmRsZURlcGVuZGVuY2llcycpIHtcbiAgICAgIHJldHVybiB0KCdkZXBlbmRlbmNpZXMuZGVwZW5kZW5jeS1ibG9jay1idW5kbGUnLCB7IHBhY2thZ2U6IG5hbWUgfSk7XG4gICAgfSBlbHNlIHtcbiAgICAgIHJldHVybiB0KCdkZXBlbmRlbmNpZXMuZGVwZW5kZW5jeS1ibG9jaycsIHsgcGFja2FnZTogbmFtZSwgdmVyc2lvbiB9KTtcbiAgICB9XG4gIH1cblxuICByZXR1cm4gKFxuICAgIDxCb3ggZGF0YS10ZXN0aWQ9e3RpdGxlfSBzeD17eyBtYXJnaW46IDIgfX0+XG4gICAgICA8U3R5bGVkVGV4dCBzeD17eyBtYXJnaW5Cb3R0b206IDEgfX0gdmFyaWFudD1cInN1YnRpdGxlMVwiPlxuICAgICAgICB7YCR7dGl0bGV9ICgke2RlcHMubGVuZ3RofSlgfVxuICAgICAgPC9TdHlsZWRUZXh0PlxuICAgICAgPFRhZ3M+XG4gICAgICAgIHtkZXBzLm1hcCgoW25hbWUsIHZlcnNpb25dOiBbc3RyaW5nLCBzdHJpbmddKSA9PiB7XG4gICAgICAgICAgLy8gQnVuZGxlIGRlcGVuZGVuY2llcyBhcmUgc3RvcmVkIGFzIGFycmF5LCBmb3IgZXhhbXBsZSBbIDA6IFwic2VtdmVyXCIgXVxuICAgICAgICAgIC8vIHNvIHRoZSBwYWNrYWdlIG5hbWUgYXJyaXZlcyBoZXJlIGluIHRoZSB2ZXJzaW9uIGZpZWxkXG4gICAgICAgICAgY29uc3QgcGFja2FnZU5hbWUgPSB0aXRsZSA9PSAnYnVuZGxlRGVwZW5kZW5jaWVzJyA/IHZlcnNpb24gOiBuYW1lO1xuICAgICAgICAgIHJldHVybiAoXG4gICAgICAgICAgICA8VGFnXG4gICAgICAgICAgICAgIGNsYXNzTmFtZT17J2RlcC10YWcnfVxuICAgICAgICAgICAgICBjbGlja2FibGU9e3RydWV9XG4gICAgICAgICAgICAgIGRhdGEtdGVzdGlkPXtwYWNrYWdlTmFtZX1cbiAgICAgICAgICAgICAga2V5PXtwYWNrYWdlTmFtZX1cbiAgICAgICAgICAgICAgbGFiZWw9e2xhYmVsVGV4dCh0aXRsZSwgcGFja2FnZU5hbWUsIHZlcnNpb24pfVxuICAgICAgICAgICAgICBvbkNsaWNrPXsoKSA9PiB7XG4gICAgICAgICAgICAgICAgaGFuZGxlQ2xpY2socGFja2FnZU5hbWUpO1xuICAgICAgICAgICAgICB9fVxuICAgICAgICAgICAgLz5cbiAgICAgICAgICApO1xuICAgICAgICB9KX1cbiAgICAgIDwvVGFncz5cbiAgICA8L0JveD5cbiAgKTtcbn07XG4iXX0= */");
|
|
34
|
+
var Tag = /* @__PURE__ */ (0, _emotion_styled_base.default)(_mui_material_Chip.default, process.env.NODE_ENV === "production" ? { target: "e1cdkkwc0" } : {
|
|
27
35
|
target: "e1cdkkwc0",
|
|
28
36
|
label: "Tag"
|
|
29
|
-
})((
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
37
|
+
})((props) => ({ margin: props.theme.spacing(.6) }), process.env.NODE_ENV === "production" ? "" : "/*# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbIi9ob21lL3J1bm5lci93b3JrL3ZlcmRhY2Npby92ZXJkYWNjaW8vcGFja2FnZXMvdWktY29tcG9uZW50cy9zcmMvY29tcG9uZW50cy9EZXBlbmRlbmNpZXMvRGVwZW5kZW5jeUJsb2NrLnRzeCJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFnQ21CIiwiZmlsZSI6Ii9ob21lL3J1bm5lci93b3JrL3ZlcmRhY2Npby92ZXJkYWNjaW8vcGFja2FnZXMvdWktY29tcG9uZW50cy9zcmMvY29tcG9uZW50cy9EZXBlbmRlbmNpZXMvRGVwZW5kZW5jeUJsb2NrLnRzeCIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCBzdHlsZWQgZnJvbSAnQGVtb3Rpb24vc3R5bGVkJztcbmltcG9ydCBCb3ggZnJvbSAnQG11aS9tYXRlcmlhbC9Cb3gnO1xuaW1wb3J0IENoaXAgZnJvbSAnQG11aS9tYXRlcmlhbC9DaGlwJztcbmltcG9ydCBUeXBvZ3JhcGh5IGZyb20gJ0BtdWkvbWF0ZXJpYWwvVHlwb2dyYXBoeSc7XG5pbXBvcnQgUmVhY3QgZnJvbSAncmVhY3QnO1xuaW1wb3J0IHsgdXNlVHJhbnNsYXRpb24gfSBmcm9tICdyZWFjdC1pMThuZXh0JztcbmltcG9ydCB7IHVzZU5hdmlnYXRlIH0gZnJvbSAncmVhY3Qtcm91dGVyJztcblxuaW1wb3J0IHR5cGUgeyBUaGVtZSB9IGZyb20gJy4uLy4uL1RoZW1lJztcbmltcG9ydCB0eXBlIHsgUGFja2FnZURlcGVuZGVuY2llcyB9IGZyb20gJy4uLy4uL3R5cGVzL3BhY2thZ2VNZXRhJztcbmltcG9ydCB7IFJvdXRlIH0gZnJvbSAnLi4vLi4vdXRpbHMnO1xuXG5pbnRlcmZhY2UgRGVwZW5kZW5jeUJsb2NrUHJvcHMge1xuICB0aXRsZTogc3RyaW5nO1xuICBkZXBlbmRlbmNpZXM6IFBhY2thZ2VEZXBlbmRlbmNpZXM7XG59XG5cbmV4cG9ydCBjb25zdCBTdHlsZWRUZXh0ID0gc3R5bGVkKFR5cG9ncmFwaHkpPHsgdGhlbWU/OiBUaGVtZSB9PigocHJvcHMpID0+ICh7XG4gIGZvbnRXZWlnaHQ6IHByb3BzLnRoZW1lLmZvbnRXZWlnaHQuYm9sZCxcbiAgdGV4dFRyYW5zZm9ybTogJ2NhcGl0YWxpemUnLFxufSkpO1xuXG5leHBvcnQgY29uc3QgVGFncyA9IHN0eWxlZCgnZGl2Jyk8eyB0aGVtZT86IFRoZW1lIH0+KChwcm9wcykgPT4gKHtcbiAgZGlzcGxheTogJ2ZsZXgnLFxuICBqdXN0aWZ5Q29udGVudDogJ3N0YXJ0JyxcbiAgZmxleFdyYXA6ICd3cmFwJyxcbiAgLy8gZm9yY2UgdGl0bGUgdG8gYmUgb24gdGhlIHNhbWUgbGluZSBhcyB0aGUgdGl0bGVcbiAgLy8gY291bGQgYmUgYmV0dGVyIHRvIGF2b2lkIG1hcmdpbiBvbiB0aGUgZmlyc3QgZWxlbWVudFxuICAvLyBidXQgaXQgaXMgYSBiaXQgdHJpY2t5IHRvIGRvIHdpdGggZmxleGJveFxuICBtYXJnaW5MZWZ0OiBwcm9wcy50aGVtZS5zcGFjaW5nKC0wLjYpLFxufSkpO1xuXG5leHBvcnQgY29uc3QgVGFnID0gc3R5bGVkKENoaXApPHsgdGhlbWU/OiBUaGVtZSB9PigocHJvcHMpID0+ICh7XG4gIG1hcmdpbjogcHJvcHMudGhlbWUuc3BhY2luZygwLjYpLFxufSkpO1xuXG5leHBvcnQgY29uc3QgRGVwZW5kZW5jeUJsb2NrOiBSZWFjdC5GQzxEZXBlbmRlbmN5QmxvY2tQcm9wcz4gPSAoeyB0aXRsZSwgZGVwZW5kZW5jaWVzIH0pID0+IHtcbiAgY29uc3QgbmF2aWdhdGUgPSB1c2VOYXZpZ2F0ZSgpO1xuICBjb25zdCB7IHQgfSA9IHVzZVRyYW5zbGF0aW9uKCk7XG4gIGNvbnN0IGRlcHMgPSBPYmplY3QuZW50cmllcyhkZXBlbmRlbmNpZXMpO1xuXG4gIGZ1bmN0aW9uIGhhbmRsZUNsaWNrKG5hbWU6IHN0cmluZyk6IHZvaWQge1xuICAgIG5hdmlnYXRlKGAke1JvdXRlLkRFVEFJTH0ke25hbWV9YCk7XG4gIH1cblxuICBmdW5jdGlvbiBsYWJlbFRleHQodGl0bGU6IHN0cmluZywgbmFtZTogc3RyaW5nLCB2ZXJzaW9uOiBzdHJpbmcpOiBzdHJpbmcge1xuICAgIGlmICh0aXRsZSA9PT0gJ2J1bmRsZURlcGVuZGVuY2llcycpIHtcbiAgICAgIHJldHVybiB0KCdkZXBlbmRlbmNpZXMuZGVwZW5kZW5jeS1ibG9jay1idW5kbGUnLCB7IHBhY2thZ2U6IG5hbWUgfSk7XG4gICAgfSBlbHNlIHtcbiAgICAgIHJldHVybiB0KCdkZXBlbmRlbmNpZXMuZGVwZW5kZW5jeS1ibG9jaycsIHsgcGFja2FnZTogbmFtZSwgdmVyc2lvbiB9KTtcbiAgICB9XG4gIH1cblxuICByZXR1cm4gKFxuICAgIDxCb3ggZGF0YS10ZXN0aWQ9e3RpdGxlfSBzeD17eyBtYXJnaW46IDIgfX0+XG4gICAgICA8U3R5bGVkVGV4dCBzeD17eyBtYXJnaW5Cb3R0b206IDEgfX0gdmFyaWFudD1cInN1YnRpdGxlMVwiPlxuICAgICAgICB7YCR7dGl0bGV9ICgke2RlcHMubGVuZ3RofSlgfVxuICAgICAgPC9TdHlsZWRUZXh0PlxuICAgICAgPFRhZ3M+XG4gICAgICAgIHtkZXBzLm1hcCgoW25hbWUsIHZlcnNpb25dOiBbc3RyaW5nLCBzdHJpbmddKSA9PiB7XG4gICAgICAgICAgLy8gQnVuZGxlIGRlcGVuZGVuY2llcyBhcmUgc3RvcmVkIGFzIGFycmF5LCBmb3IgZXhhbXBsZSBbIDA6IFwic2VtdmVyXCIgXVxuICAgICAgICAgIC8vIHNvIHRoZSBwYWNrYWdlIG5hbWUgYXJyaXZlcyBoZXJlIGluIHRoZSB2ZXJzaW9uIGZpZWxkXG4gICAgICAgICAgY29uc3QgcGFja2FnZU5hbWUgPSB0aXRsZSA9PSAnYnVuZGxlRGVwZW5kZW5jaWVzJyA/IHZlcnNpb24gOiBuYW1lO1xuICAgICAgICAgIHJldHVybiAoXG4gICAgICAgICAgICA8VGFnXG4gICAgICAgICAgICAgIGNsYXNzTmFtZT17J2RlcC10YWcnfVxuICAgICAgICAgICAgICBjbGlja2FibGU9e3RydWV9XG4gICAgICAgICAgICAgIGRhdGEtdGVzdGlkPXtwYWNrYWdlTmFtZX1cbiAgICAgICAgICAgICAga2V5PXtwYWNrYWdlTmFtZX1cbiAgICAgICAgICAgICAgbGFiZWw9e2xhYmVsVGV4dCh0aXRsZSwgcGFja2FnZU5hbWUsIHZlcnNpb24pfVxuICAgICAgICAgICAgICBvbkNsaWNrPXsoKSA9PiB7XG4gICAgICAgICAgICAgICAgaGFuZGxlQ2xpY2socGFja2FnZU5hbWUpO1xuICAgICAgICAgICAgICB9fVxuICAgICAgICAgICAgLz5cbiAgICAgICAgICApO1xuICAgICAgICB9KX1cbiAgICAgIDwvVGFncz5cbiAgICA8L0JveD5cbiAgKTtcbn07XG4iXX0= */");
|
|
38
|
+
var DependencyBlock = ({ title, dependencies }) => {
|
|
39
|
+
const navigate = (0, react_router.useNavigate)();
|
|
40
|
+
const { t } = (0, react_i18next.useTranslation)();
|
|
41
|
+
const deps = Object.entries(dependencies);
|
|
42
|
+
function handleClick(name) {
|
|
43
|
+
navigate(`${require_routes.Route.DETAIL}${name}`);
|
|
33
44
|
}
|
|
34
|
-
function
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
45
|
+
function labelText(title, name, version) {
|
|
46
|
+
if (title === "bundleDependencies") return t("dependencies.dependency-block-bundle", { package: name });
|
|
47
|
+
else return t("dependencies.dependency-block", {
|
|
48
|
+
package: name,
|
|
49
|
+
version
|
|
38
50
|
});
|
|
39
51
|
}
|
|
40
|
-
return /* @__PURE__ */
|
|
41
|
-
"data-testid":
|
|
52
|
+
return /* @__PURE__ */ (0, react_jsx_runtime.jsxs)(_mui_material_Box.default, {
|
|
53
|
+
"data-testid": title,
|
|
42
54
|
sx: { margin: 2 },
|
|
43
|
-
children: [/* @__PURE__ */
|
|
55
|
+
children: [/* @__PURE__ */ (0, react_jsx_runtime.jsx)(StyledText, {
|
|
44
56
|
sx: { marginBottom: 1 },
|
|
45
57
|
variant: "subtitle1",
|
|
46
|
-
children: `${
|
|
47
|
-
}), /* @__PURE__ */
|
|
48
|
-
|
|
49
|
-
return /* @__PURE__ */
|
|
58
|
+
children: `${title} (${deps.length})`
|
|
59
|
+
}), /* @__PURE__ */ (0, react_jsx_runtime.jsx)(Tags, { children: deps.map(([name, version]) => {
|
|
60
|
+
const packageName = title == "bundleDependencies" ? version : name;
|
|
61
|
+
return /* @__PURE__ */ (0, react_jsx_runtime.jsx)(Tag, {
|
|
50
62
|
className: "dep-tag",
|
|
51
|
-
clickable:
|
|
52
|
-
"data-testid":
|
|
53
|
-
label:
|
|
63
|
+
clickable: true,
|
|
64
|
+
"data-testid": packageName,
|
|
65
|
+
label: labelText(title, packageName, version),
|
|
54
66
|
onClick: () => {
|
|
55
|
-
|
|
67
|
+
handleClick(packageName);
|
|
56
68
|
}
|
|
57
|
-
},
|
|
69
|
+
}, packageName);
|
|
58
70
|
}) })]
|
|
59
71
|
});
|
|
60
72
|
};
|
|
61
73
|
//#endregion
|
|
62
|
-
|
|
74
|
+
exports.DependencyBlock = DependencyBlock;
|
|
63
75
|
|
|
64
76
|
//# sourceMappingURL=DependencyBlock.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"DependencyBlock.js","names":["Box","Chip","Typography","React","useTranslation","useNavigate","Theme","PackageDependencies","Route","DependencyBlockProps","title","dependencies","StyledText","_styled","process","env","NODE_ENV","target","label","theme","props","fontWeight","bold","textTransform","Tags","display","justifyContent","flexWrap","marginLeft","spacing","Tag","margin","DependencyBlock","FC","navigate","t","deps","Object","entries","handleClick","name","DETAIL","labelText","version","package","marginBottom","length","map","packageName"],"sources":["../../../src/components/Dependencies/DependencyBlock.tsx"],"sourcesContent":["import styled from '@emotion/styled';\nimport Box from '@mui/material/Box';\nimport Chip from '@mui/material/Chip';\nimport Typography from '@mui/material/Typography';\nimport React from 'react';\nimport { useTranslation } from 'react-i18next';\nimport { useNavigate } from 'react-router';\n\nimport type { Theme } from '../../Theme';\nimport type { PackageDependencies } from '../../types/packageMeta';\nimport { Route } from '../../utils';\n\ninterface DependencyBlockProps {\n title: string;\n dependencies: PackageDependencies;\n}\n\nexport const StyledText = styled(Typography)<{ theme?: Theme }>((props) => ({\n fontWeight: props.theme.fontWeight.bold,\n textTransform: 'capitalize',\n}));\n\nexport const Tags = styled('div')<{ theme?: Theme }>((props) => ({\n display: 'flex',\n justifyContent: 'start',\n flexWrap: 'wrap',\n // force title to be on the same line as the title\n // could be better to avoid margin on the first element\n // but it is a bit tricky to do with flexbox\n marginLeft: props.theme.spacing(-0.6),\n}));\n\nexport const Tag = styled(Chip)<{ theme?: Theme }>((props) => ({\n margin: props.theme.spacing(0.6),\n}));\n\nexport const DependencyBlock: React.FC<DependencyBlockProps> = ({ title, dependencies }) => {\n const navigate = useNavigate();\n const { t } = useTranslation();\n const deps = Object.entries(dependencies);\n\n function handleClick(name: string): void {\n navigate(`${Route.DETAIL}${name}`);\n }\n\n function labelText(title: string, name: string, version: string): string {\n if (title === 'bundleDependencies') {\n return t('dependencies.dependency-block-bundle', { package: name });\n } else {\n return t('dependencies.dependency-block', { package: name, version });\n }\n }\n\n return (\n <Box data-testid={title} sx={{ margin: 2 }}>\n <StyledText sx={{ marginBottom: 1 }} variant=\"subtitle1\">\n {`${title} (${deps.length})`}\n </StyledText>\n <Tags>\n {deps.map(([name, version]: [string, string]) => {\n // Bundle dependencies are stored as array, for example [ 0: \"semver\" ]\n // so the package name arrives here in the version field\n const packageName = title == 'bundleDependencies' ? version : name;\n return (\n <Tag\n className={'dep-tag'}\n clickable={true}\n data-testid={packageName}\n key={packageName}\n label={labelText(title, packageName, version)}\n onClick={() => {\n handleClick(packageName);\n }}\n />\n );\n })}\n </Tags>\n </Box>\n );\n};\n"],"mappings":"
|
|
1
|
+
{"version":3,"file":"DependencyBlock.js","names":["Box","Chip","Typography","React","useTranslation","useNavigate","Theme","PackageDependencies","Route","DependencyBlockProps","title","dependencies","StyledText","_styled","process","env","NODE_ENV","target","label","theme","props","fontWeight","bold","textTransform","Tags","display","justifyContent","flexWrap","marginLeft","spacing","Tag","margin","DependencyBlock","FC","navigate","t","deps","Object","entries","handleClick","name","DETAIL","labelText","version","package","marginBottom","length","map","packageName"],"sources":["../../../src/components/Dependencies/DependencyBlock.tsx"],"sourcesContent":["import styled from '@emotion/styled';\nimport Box from '@mui/material/Box';\nimport Chip from '@mui/material/Chip';\nimport Typography from '@mui/material/Typography';\nimport React from 'react';\nimport { useTranslation } from 'react-i18next';\nimport { useNavigate } from 'react-router';\n\nimport type { Theme } from '../../Theme';\nimport type { PackageDependencies } from '../../types/packageMeta';\nimport { Route } from '../../utils';\n\ninterface DependencyBlockProps {\n title: string;\n dependencies: PackageDependencies;\n}\n\nexport const StyledText = styled(Typography)<{ theme?: Theme }>((props) => ({\n fontWeight: props.theme.fontWeight.bold,\n textTransform: 'capitalize',\n}));\n\nexport const Tags = styled('div')<{ theme?: Theme }>((props) => ({\n display: 'flex',\n justifyContent: 'start',\n flexWrap: 'wrap',\n // force title to be on the same line as the title\n // could be better to avoid margin on the first element\n // but it is a bit tricky to do with flexbox\n marginLeft: props.theme.spacing(-0.6),\n}));\n\nexport const Tag = styled(Chip)<{ theme?: Theme }>((props) => ({\n margin: props.theme.spacing(0.6),\n}));\n\nexport const DependencyBlock: React.FC<DependencyBlockProps> = ({ title, dependencies }) => {\n const navigate = useNavigate();\n const { t } = useTranslation();\n const deps = Object.entries(dependencies);\n\n function handleClick(name: string): void {\n navigate(`${Route.DETAIL}${name}`);\n }\n\n function labelText(title: string, name: string, version: string): string {\n if (title === 'bundleDependencies') {\n return t('dependencies.dependency-block-bundle', { package: name });\n } else {\n return t('dependencies.dependency-block', { package: name, version });\n }\n }\n\n return (\n <Box data-testid={title} sx={{ margin: 2 }}>\n <StyledText sx={{ marginBottom: 1 }} variant=\"subtitle1\">\n {`${title} (${deps.length})`}\n </StyledText>\n <Tags>\n {deps.map(([name, version]: [string, string]) => {\n // Bundle dependencies are stored as array, for example [ 0: \"semver\" ]\n // so the package name arrives here in the version field\n const packageName = title == 'bundleDependencies' ? version : name;\n return (\n <Tag\n className={'dep-tag'}\n clickable={true}\n data-testid={packageName}\n key={packageName}\n label={labelText(title, packageName, version)}\n onClick={() => {\n handleClick(packageName);\n }}\n />\n );\n })}\n </Tags>\n </Box>\n );\n};\n"],"mappings":";;;;;;;;;;;;;;;;;AAiBA,IAAaY,aAAaC,iBAAAA,GAAAA,qBAAAA,SAAOX,yBAAAA,SAAAA,QAAAA,IAAAA,aAAU,eAAA,EAAAe,QAAA,aAAA,GAAA;CAAAA,QAAA;CAAAC,OAAA;CAAA,CAAC,EAAqBE,WAAW;CAC1EC,YAAYD,MAAMD,MAAME,WAAWC;CACnCC,eAAe;CAChB,GAAA,QAAA,IAAA,aAAC,eAAA,KAAA,09HAAC;AAEH,IAAaC,OAAOX,iBAAAA,GAAAA,qBAAAA,SAAO,OAAA,QAAA,IAAA,aAAK,eAAA,EAAAI,QAAA,aAAA,GAAA;CAAAA,QAAA;CAAAC,OAAA;CAAA,CAAC,EAAqBE,WAAW;CAC/DK,SAAS;CACTC,gBAAgB;CAChBC,UAAU;CAIVC,YAAYR,MAAMD,MAAMU,QAAQ,IAAI;CACrC,GAAA,QAAA,IAAA,aAAC,eAAA,KAAA,09HAAC;AAEH,IAAaC,MAAMjB,iBAAAA,GAAAA,qBAAAA,SAAOZ,mBAAAA,SAAAA,QAAAA,IAAAA,aAAI,eAAA,EAAAgB,QAAA,aAAA,GAAA;CAAAA,QAAA;CAAAC,OAAA;CAAA,CAAC,EAAqBE,WAAW,EAC7DW,QAAQX,MAAMD,MAAMU,QAAQ,GAAG,EAChC,GAAA,QAAA,IAAA,aAAC,eAAA,KAAA,09HAAC;AAEH,IAAaG,mBAAmD,EAAEtB,OAAOC,mBAAmB;CAC1F,MAAMuB,YAAAA,GAAAA,aAAAA,cAAwB;CAC9B,MAAM,EAAEC,OAAAA,GAAAA,cAAAA,iBAAsB;CAC9B,MAAMC,OAAOC,OAAOC,QAAQ3B,aAAa;CAEzC,SAAS4B,YAAYC,MAAoB;AACvCN,WAAS,GAAG1B,eAAAA,MAAMiC,SAASD,OAAO;;CAGpC,SAASE,UAAUhC,OAAe8B,MAAcG,SAAyB;AACvE,MAAIjC,UAAU,qBACZ,QAAOyB,EAAE,wCAAwC,EAAES,SAASJ,MAAM,CAAC;MAEnE,QAAOL,EAAE,iCAAiC;GAAES,SAASJ;GAAMG;GAAS,CAAC;;AAIzE,QACE,iBAAA,GAAA,kBAAA,MAAC,kBAAA,SAAD;EAAK,eAAajC;EAAO,IAAI,EAAEqB,QAAQ,GAAG;YAA1C,CACE,iBAAA,GAAA,kBAAA,KAAC,YAAD;GAAY,IAAI,EAAEc,cAAc,GAAG;GAAE,SAAQ;aAC1C,GAAGnC,MAAK,IAAK0B,KAAKU,OAAM;GACf,CAAA,EACZ,iBAAA,GAAA,kBAAA,KAAC,MAAD,EAAA,UACGV,KAAKW,KAAK,CAACP,MAAMG,aAA+B;GAG/C,MAAMK,cAActC,SAAS,uBAAuBiC,UAAUH;AAC9D,UACE,iBAAA,GAAA,kBAAA,KAAC,KAAD;IACE,WAAW;IACX,WAAW;IACX,eAAaQ;IAEb,OAAON,UAAUhC,OAAOsC,aAAaL,QAAQ;IAC7C,eAAe;AACbJ,iBAAYS,YAAY;;IAE1B,EALKA,YAKL;IAEJ,EACE,CAAA,CACF"}
|
|
@@ -0,0 +1,70 @@
|
|
|
1
|
+
import { Route as Route$1 } from "../../utils/routes.mjs";
|
|
2
|
+
import "../../utils/index.mjs";
|
|
3
|
+
import _styled from "@emotion/styled/base";
|
|
4
|
+
import { jsx, jsxs } from "react/jsx-runtime";
|
|
5
|
+
import "react";
|
|
6
|
+
import Box from "@mui/material/Box";
|
|
7
|
+
import { useTranslation } from "react-i18next";
|
|
8
|
+
import { useNavigate } from "react-router";
|
|
9
|
+
import Typography from "@mui/material/Typography";
|
|
10
|
+
import Chip from "@mui/material/Chip";
|
|
11
|
+
//#region src/components/Dependencies/DependencyBlock.tsx
|
|
12
|
+
var StyledText = /* @__PURE__ */ _styled(Typography, process.env.NODE_ENV === "production" ? { target: "e1cdkkwc2" } : {
|
|
13
|
+
target: "e1cdkkwc2",
|
|
14
|
+
label: "StyledText"
|
|
15
|
+
})((props) => ({
|
|
16
|
+
fontWeight: props.theme.fontWeight.bold,
|
|
17
|
+
textTransform: "capitalize"
|
|
18
|
+
}), process.env.NODE_ENV === "production" ? "" : "/*# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbIi9ob21lL3J1bm5lci93b3JrL3ZlcmRhY2Npby92ZXJkYWNjaW8vcGFja2FnZXMvdWktY29tcG9uZW50cy9zcmMvY29tcG9uZW50cy9EZXBlbmRlbmNpZXMvRGVwZW5kZW5jeUJsb2NrLnRzeCJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFpQjBCIiwiZmlsZSI6Ii9ob21lL3J1bm5lci93b3JrL3ZlcmRhY2Npby92ZXJkYWNjaW8vcGFja2FnZXMvdWktY29tcG9uZW50cy9zcmMvY29tcG9uZW50cy9EZXBlbmRlbmNpZXMvRGVwZW5kZW5jeUJsb2NrLnRzeCIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCBzdHlsZWQgZnJvbSAnQGVtb3Rpb24vc3R5bGVkJztcbmltcG9ydCBCb3ggZnJvbSAnQG11aS9tYXRlcmlhbC9Cb3gnO1xuaW1wb3J0IENoaXAgZnJvbSAnQG11aS9tYXRlcmlhbC9DaGlwJztcbmltcG9ydCBUeXBvZ3JhcGh5IGZyb20gJ0BtdWkvbWF0ZXJpYWwvVHlwb2dyYXBoeSc7XG5pbXBvcnQgUmVhY3QgZnJvbSAncmVhY3QnO1xuaW1wb3J0IHsgdXNlVHJhbnNsYXRpb24gfSBmcm9tICdyZWFjdC1pMThuZXh0JztcbmltcG9ydCB7IHVzZU5hdmlnYXRlIH0gZnJvbSAncmVhY3Qtcm91dGVyJztcblxuaW1wb3J0IHR5cGUgeyBUaGVtZSB9IGZyb20gJy4uLy4uL1RoZW1lJztcbmltcG9ydCB0eXBlIHsgUGFja2FnZURlcGVuZGVuY2llcyB9IGZyb20gJy4uLy4uL3R5cGVzL3BhY2thZ2VNZXRhJztcbmltcG9ydCB7IFJvdXRlIH0gZnJvbSAnLi4vLi4vdXRpbHMnO1xuXG5pbnRlcmZhY2UgRGVwZW5kZW5jeUJsb2NrUHJvcHMge1xuICB0aXRsZTogc3RyaW5nO1xuICBkZXBlbmRlbmNpZXM6IFBhY2thZ2VEZXBlbmRlbmNpZXM7XG59XG5cbmV4cG9ydCBjb25zdCBTdHlsZWRUZXh0ID0gc3R5bGVkKFR5cG9ncmFwaHkpPHsgdGhlbWU/OiBUaGVtZSB9PigocHJvcHMpID0+ICh7XG4gIGZvbnRXZWlnaHQ6IHByb3BzLnRoZW1lLmZvbnRXZWlnaHQuYm9sZCxcbiAgdGV4dFRyYW5zZm9ybTogJ2NhcGl0YWxpemUnLFxufSkpO1xuXG5leHBvcnQgY29uc3QgVGFncyA9IHN0eWxlZCgnZGl2Jyk8eyB0aGVtZT86IFRoZW1lIH0+KChwcm9wcykgPT4gKHtcbiAgZGlzcGxheTogJ2ZsZXgnLFxuICBqdXN0aWZ5Q29udGVudDogJ3N0YXJ0JyxcbiAgZmxleFdyYXA6ICd3cmFwJyxcbiAgLy8gZm9yY2UgdGl0bGUgdG8gYmUgb24gdGhlIHNhbWUgbGluZSBhcyB0aGUgdGl0bGVcbiAgLy8gY291bGQgYmUgYmV0dGVyIHRvIGF2b2lkIG1hcmdpbiBvbiB0aGUgZmlyc3QgZWxlbWVudFxuICAvLyBidXQgaXQgaXMgYSBiaXQgdHJpY2t5IHRvIGRvIHdpdGggZmxleGJveFxuICBtYXJnaW5MZWZ0OiBwcm9wcy50aGVtZS5zcGFjaW5nKC0wLjYpLFxufSkpO1xuXG5leHBvcnQgY29uc3QgVGFnID0gc3R5bGVkKENoaXApPHsgdGhlbWU/OiBUaGVtZSB9PigocHJvcHMpID0+ICh7XG4gIG1hcmdpbjogcHJvcHMudGhlbWUuc3BhY2luZygwLjYpLFxufSkpO1xuXG5leHBvcnQgY29uc3QgRGVwZW5kZW5jeUJsb2NrOiBSZWFjdC5GQzxEZXBlbmRlbmN5QmxvY2tQcm9wcz4gPSAoeyB0aXRsZSwgZGVwZW5kZW5jaWVzIH0pID0+IHtcbiAgY29uc3QgbmF2aWdhdGUgPSB1c2VOYXZpZ2F0ZSgpO1xuICBjb25zdCB7IHQgfSA9IHVzZVRyYW5zbGF0aW9uKCk7XG4gIGNvbnN0IGRlcHMgPSBPYmplY3QuZW50cmllcyhkZXBlbmRlbmNpZXMpO1xuXG4gIGZ1bmN0aW9uIGhhbmRsZUNsaWNrKG5hbWU6IHN0cmluZyk6IHZvaWQge1xuICAgIG5hdmlnYXRlKGAke1JvdXRlLkRFVEFJTH0ke25hbWV9YCk7XG4gIH1cblxuICBmdW5jdGlvbiBsYWJlbFRleHQodGl0bGU6IHN0cmluZywgbmFtZTogc3RyaW5nLCB2ZXJzaW9uOiBzdHJpbmcpOiBzdHJpbmcge1xuICAgIGlmICh0aXRsZSA9PT0gJ2J1bmRsZURlcGVuZGVuY2llcycpIHtcbiAgICAgIHJldHVybiB0KCdkZXBlbmRlbmNpZXMuZGVwZW5kZW5jeS1ibG9jay1idW5kbGUnLCB7IHBhY2thZ2U6IG5hbWUgfSk7XG4gICAgfSBlbHNlIHtcbiAgICAgIHJldHVybiB0KCdkZXBlbmRlbmNpZXMuZGVwZW5kZW5jeS1ibG9jaycsIHsgcGFja2FnZTogbmFtZSwgdmVyc2lvbiB9KTtcbiAgICB9XG4gIH1cblxuICByZXR1cm4gKFxuICAgIDxCb3ggZGF0YS10ZXN0aWQ9e3RpdGxlfSBzeD17eyBtYXJnaW46IDIgfX0+XG4gICAgICA8U3R5bGVkVGV4dCBzeD17eyBtYXJnaW5Cb3R0b206IDEgfX0gdmFyaWFudD1cInN1YnRpdGxlMVwiPlxuICAgICAgICB7YCR7dGl0bGV9ICgke2RlcHMubGVuZ3RofSlgfVxuICAgICAgPC9TdHlsZWRUZXh0PlxuICAgICAgPFRhZ3M+XG4gICAgICAgIHtkZXBzLm1hcCgoW25hbWUsIHZlcnNpb25dOiBbc3RyaW5nLCBzdHJpbmddKSA9PiB7XG4gICAgICAgICAgLy8gQnVuZGxlIGRlcGVuZGVuY2llcyBhcmUgc3RvcmVkIGFzIGFycmF5LCBmb3IgZXhhbXBsZSBbIDA6IFwic2VtdmVyXCIgXVxuICAgICAgICAgIC8vIHNvIHRoZSBwYWNrYWdlIG5hbWUgYXJyaXZlcyBoZXJlIGluIHRoZSB2ZXJzaW9uIGZpZWxkXG4gICAgICAgICAgY29uc3QgcGFja2FnZU5hbWUgPSB0aXRsZSA9PSAnYnVuZGxlRGVwZW5kZW5jaWVzJyA/IHZlcnNpb24gOiBuYW1lO1xuICAgICAgICAgIHJldHVybiAoXG4gICAgICAgICAgICA8VGFnXG4gICAgICAgICAgICAgIGNsYXNzTmFtZT17J2RlcC10YWcnfVxuICAgICAgICAgICAgICBjbGlja2FibGU9e3RydWV9XG4gICAgICAgICAgICAgIGRhdGEtdGVzdGlkPXtwYWNrYWdlTmFtZX1cbiAgICAgICAgICAgICAga2V5PXtwYWNrYWdlTmFtZX1cbiAgICAgICAgICAgICAgbGFiZWw9e2xhYmVsVGV4dCh0aXRsZSwgcGFja2FnZU5hbWUsIHZlcnNpb24pfVxuICAgICAgICAgICAgICBvbkNsaWNrPXsoKSA9PiB7XG4gICAgICAgICAgICAgICAgaGFuZGxlQ2xpY2socGFja2FnZU5hbWUpO1xuICAgICAgICAgICAgICB9fVxuICAgICAgICAgICAgLz5cbiAgICAgICAgICApO1xuICAgICAgICB9KX1cbiAgICAgIDwvVGFncz5cbiAgICA8L0JveD5cbiAgKTtcbn07XG4iXX0= */");
|
|
19
|
+
var Tags = /* @__PURE__ */ _styled("div", process.env.NODE_ENV === "production" ? { target: "e1cdkkwc1" } : {
|
|
20
|
+
target: "e1cdkkwc1",
|
|
21
|
+
label: "Tags"
|
|
22
|
+
})((props) => ({
|
|
23
|
+
display: "flex",
|
|
24
|
+
justifyContent: "start",
|
|
25
|
+
flexWrap: "wrap",
|
|
26
|
+
marginLeft: props.theme.spacing(-.6)
|
|
27
|
+
}), process.env.NODE_ENV === "production" ? "" : "/*# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbIi9ob21lL3J1bm5lci93b3JrL3ZlcmRhY2Npby92ZXJkYWNjaW8vcGFja2FnZXMvdWktY29tcG9uZW50cy9zcmMvY29tcG9uZW50cy9EZXBlbmRlbmNpZXMvRGVwZW5kZW5jeUJsb2NrLnRzeCJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFzQm9CIiwiZmlsZSI6Ii9ob21lL3J1bm5lci93b3JrL3ZlcmRhY2Npby92ZXJkYWNjaW8vcGFja2FnZXMvdWktY29tcG9uZW50cy9zcmMvY29tcG9uZW50cy9EZXBlbmRlbmNpZXMvRGVwZW5kZW5jeUJsb2NrLnRzeCIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCBzdHlsZWQgZnJvbSAnQGVtb3Rpb24vc3R5bGVkJztcbmltcG9ydCBCb3ggZnJvbSAnQG11aS9tYXRlcmlhbC9Cb3gnO1xuaW1wb3J0IENoaXAgZnJvbSAnQG11aS9tYXRlcmlhbC9DaGlwJztcbmltcG9ydCBUeXBvZ3JhcGh5IGZyb20gJ0BtdWkvbWF0ZXJpYWwvVHlwb2dyYXBoeSc7XG5pbXBvcnQgUmVhY3QgZnJvbSAncmVhY3QnO1xuaW1wb3J0IHsgdXNlVHJhbnNsYXRpb24gfSBmcm9tICdyZWFjdC1pMThuZXh0JztcbmltcG9ydCB7IHVzZU5hdmlnYXRlIH0gZnJvbSAncmVhY3Qtcm91dGVyJztcblxuaW1wb3J0IHR5cGUgeyBUaGVtZSB9IGZyb20gJy4uLy4uL1RoZW1lJztcbmltcG9ydCB0eXBlIHsgUGFja2FnZURlcGVuZGVuY2llcyB9IGZyb20gJy4uLy4uL3R5cGVzL3BhY2thZ2VNZXRhJztcbmltcG9ydCB7IFJvdXRlIH0gZnJvbSAnLi4vLi4vdXRpbHMnO1xuXG5pbnRlcmZhY2UgRGVwZW5kZW5jeUJsb2NrUHJvcHMge1xuICB0aXRsZTogc3RyaW5nO1xuICBkZXBlbmRlbmNpZXM6IFBhY2thZ2VEZXBlbmRlbmNpZXM7XG59XG5cbmV4cG9ydCBjb25zdCBTdHlsZWRUZXh0ID0gc3R5bGVkKFR5cG9ncmFwaHkpPHsgdGhlbWU/OiBUaGVtZSB9PigocHJvcHMpID0+ICh7XG4gIGZvbnRXZWlnaHQ6IHByb3BzLnRoZW1lLmZvbnRXZWlnaHQuYm9sZCxcbiAgdGV4dFRyYW5zZm9ybTogJ2NhcGl0YWxpemUnLFxufSkpO1xuXG5leHBvcnQgY29uc3QgVGFncyA9IHN0eWxlZCgnZGl2Jyk8eyB0aGVtZT86IFRoZW1lIH0+KChwcm9wcykgPT4gKHtcbiAgZGlzcGxheTogJ2ZsZXgnLFxuICBqdXN0aWZ5Q29udGVudDogJ3N0YXJ0JyxcbiAgZmxleFdyYXA6ICd3cmFwJyxcbiAgLy8gZm9yY2UgdGl0bGUgdG8gYmUgb24gdGhlIHNhbWUgbGluZSBhcyB0aGUgdGl0bGVcbiAgLy8gY291bGQgYmUgYmV0dGVyIHRvIGF2b2lkIG1hcmdpbiBvbiB0aGUgZmlyc3QgZWxlbWVudFxuICAvLyBidXQgaXQgaXMgYSBiaXQgdHJpY2t5IHRvIGRvIHdpdGggZmxleGJveFxuICBtYXJnaW5MZWZ0OiBwcm9wcy50aGVtZS5zcGFjaW5nKC0wLjYpLFxufSkpO1xuXG5leHBvcnQgY29uc3QgVGFnID0gc3R5bGVkKENoaXApPHsgdGhlbWU/OiBUaGVtZSB9PigocHJvcHMpID0+ICh7XG4gIG1hcmdpbjogcHJvcHMudGhlbWUuc3BhY2luZygwLjYpLFxufSkpO1xuXG5leHBvcnQgY29uc3QgRGVwZW5kZW5jeUJsb2NrOiBSZWFjdC5GQzxEZXBlbmRlbmN5QmxvY2tQcm9wcz4gPSAoeyB0aXRsZSwgZGVwZW5kZW5jaWVzIH0pID0+IHtcbiAgY29uc3QgbmF2aWdhdGUgPSB1c2VOYXZpZ2F0ZSgpO1xuICBjb25zdCB7IHQgfSA9IHVzZVRyYW5zbGF0aW9uKCk7XG4gIGNvbnN0IGRlcHMgPSBPYmplY3QuZW50cmllcyhkZXBlbmRlbmNpZXMpO1xuXG4gIGZ1bmN0aW9uIGhhbmRsZUNsaWNrKG5hbWU6IHN0cmluZyk6IHZvaWQge1xuICAgIG5hdmlnYXRlKGAke1JvdXRlLkRFVEFJTH0ke25hbWV9YCk7XG4gIH1cblxuICBmdW5jdGlvbiBsYWJlbFRleHQodGl0bGU6IHN0cmluZywgbmFtZTogc3RyaW5nLCB2ZXJzaW9uOiBzdHJpbmcpOiBzdHJpbmcge1xuICAgIGlmICh0aXRsZSA9PT0gJ2J1bmRsZURlcGVuZGVuY2llcycpIHtcbiAgICAgIHJldHVybiB0KCdkZXBlbmRlbmNpZXMuZGVwZW5kZW5jeS1ibG9jay1idW5kbGUnLCB7IHBhY2thZ2U6IG5hbWUgfSk7XG4gICAgfSBlbHNlIHtcbiAgICAgIHJldHVybiB0KCdkZXBlbmRlbmNpZXMuZGVwZW5kZW5jeS1ibG9jaycsIHsgcGFja2FnZTogbmFtZSwgdmVyc2lvbiB9KTtcbiAgICB9XG4gIH1cblxuICByZXR1cm4gKFxuICAgIDxCb3ggZGF0YS10ZXN0aWQ9e3RpdGxlfSBzeD17eyBtYXJnaW46IDIgfX0+XG4gICAgICA8U3R5bGVkVGV4dCBzeD17eyBtYXJnaW5Cb3R0b206IDEgfX0gdmFyaWFudD1cInN1YnRpdGxlMVwiPlxuICAgICAgICB7YCR7dGl0bGV9ICgke2RlcHMubGVuZ3RofSlgfVxuICAgICAgPC9TdHlsZWRUZXh0PlxuICAgICAgPFRhZ3M+XG4gICAgICAgIHtkZXBzLm1hcCgoW25hbWUsIHZlcnNpb25dOiBbc3RyaW5nLCBzdHJpbmddKSA9PiB7XG4gICAgICAgICAgLy8gQnVuZGxlIGRlcGVuZGVuY2llcyBhcmUgc3RvcmVkIGFzIGFycmF5LCBmb3IgZXhhbXBsZSBbIDA6IFwic2VtdmVyXCIgXVxuICAgICAgICAgIC8vIHNvIHRoZSBwYWNrYWdlIG5hbWUgYXJyaXZlcyBoZXJlIGluIHRoZSB2ZXJzaW9uIGZpZWxkXG4gICAgICAgICAgY29uc3QgcGFja2FnZU5hbWUgPSB0aXRsZSA9PSAnYnVuZGxlRGVwZW5kZW5jaWVzJyA/IHZlcnNpb24gOiBuYW1lO1xuICAgICAgICAgIHJldHVybiAoXG4gICAgICAgICAgICA8VGFnXG4gICAgICAgICAgICAgIGNsYXNzTmFtZT17J2RlcC10YWcnfVxuICAgICAgICAgICAgICBjbGlja2FibGU9e3RydWV9XG4gICAgICAgICAgICAgIGRhdGEtdGVzdGlkPXtwYWNrYWdlTmFtZX1cbiAgICAgICAgICAgICAga2V5PXtwYWNrYWdlTmFtZX1cbiAgICAgICAgICAgICAgbGFiZWw9e2xhYmVsVGV4dCh0aXRsZSwgcGFja2FnZU5hbWUsIHZlcnNpb24pfVxuICAgICAgICAgICAgICBvbkNsaWNrPXsoKSA9PiB7XG4gICAgICAgICAgICAgICAgaGFuZGxlQ2xpY2socGFja2FnZU5hbWUpO1xuICAgICAgICAgICAgICB9fVxuICAgICAgICAgICAgLz5cbiAgICAgICAgICApO1xuICAgICAgICB9KX1cbiAgICAgIDwvVGFncz5cbiAgICA8L0JveD5cbiAgKTtcbn07XG4iXX0= */");
|
|
28
|
+
var Tag = /* @__PURE__ */ _styled(Chip, process.env.NODE_ENV === "production" ? { target: "e1cdkkwc0" } : {
|
|
29
|
+
target: "e1cdkkwc0",
|
|
30
|
+
label: "Tag"
|
|
31
|
+
})((props) => ({ margin: props.theme.spacing(.6) }), process.env.NODE_ENV === "production" ? "" : "/*# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbIi9ob21lL3J1bm5lci93b3JrL3ZlcmRhY2Npby92ZXJkYWNjaW8vcGFja2FnZXMvdWktY29tcG9uZW50cy9zcmMvY29tcG9uZW50cy9EZXBlbmRlbmNpZXMvRGVwZW5kZW5jeUJsb2NrLnRzeCJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFnQ21CIiwiZmlsZSI6Ii9ob21lL3J1bm5lci93b3JrL3ZlcmRhY2Npby92ZXJkYWNjaW8vcGFja2FnZXMvdWktY29tcG9uZW50cy9zcmMvY29tcG9uZW50cy9EZXBlbmRlbmNpZXMvRGVwZW5kZW5jeUJsb2NrLnRzeCIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCBzdHlsZWQgZnJvbSAnQGVtb3Rpb24vc3R5bGVkJztcbmltcG9ydCBCb3ggZnJvbSAnQG11aS9tYXRlcmlhbC9Cb3gnO1xuaW1wb3J0IENoaXAgZnJvbSAnQG11aS9tYXRlcmlhbC9DaGlwJztcbmltcG9ydCBUeXBvZ3JhcGh5IGZyb20gJ0BtdWkvbWF0ZXJpYWwvVHlwb2dyYXBoeSc7XG5pbXBvcnQgUmVhY3QgZnJvbSAncmVhY3QnO1xuaW1wb3J0IHsgdXNlVHJhbnNsYXRpb24gfSBmcm9tICdyZWFjdC1pMThuZXh0JztcbmltcG9ydCB7IHVzZU5hdmlnYXRlIH0gZnJvbSAncmVhY3Qtcm91dGVyJztcblxuaW1wb3J0IHR5cGUgeyBUaGVtZSB9IGZyb20gJy4uLy4uL1RoZW1lJztcbmltcG9ydCB0eXBlIHsgUGFja2FnZURlcGVuZGVuY2llcyB9IGZyb20gJy4uLy4uL3R5cGVzL3BhY2thZ2VNZXRhJztcbmltcG9ydCB7IFJvdXRlIH0gZnJvbSAnLi4vLi4vdXRpbHMnO1xuXG5pbnRlcmZhY2UgRGVwZW5kZW5jeUJsb2NrUHJvcHMge1xuICB0aXRsZTogc3RyaW5nO1xuICBkZXBlbmRlbmNpZXM6IFBhY2thZ2VEZXBlbmRlbmNpZXM7XG59XG5cbmV4cG9ydCBjb25zdCBTdHlsZWRUZXh0ID0gc3R5bGVkKFR5cG9ncmFwaHkpPHsgdGhlbWU/OiBUaGVtZSB9PigocHJvcHMpID0+ICh7XG4gIGZvbnRXZWlnaHQ6IHByb3BzLnRoZW1lLmZvbnRXZWlnaHQuYm9sZCxcbiAgdGV4dFRyYW5zZm9ybTogJ2NhcGl0YWxpemUnLFxufSkpO1xuXG5leHBvcnQgY29uc3QgVGFncyA9IHN0eWxlZCgnZGl2Jyk8eyB0aGVtZT86IFRoZW1lIH0+KChwcm9wcykgPT4gKHtcbiAgZGlzcGxheTogJ2ZsZXgnLFxuICBqdXN0aWZ5Q29udGVudDogJ3N0YXJ0JyxcbiAgZmxleFdyYXA6ICd3cmFwJyxcbiAgLy8gZm9yY2UgdGl0bGUgdG8gYmUgb24gdGhlIHNhbWUgbGluZSBhcyB0aGUgdGl0bGVcbiAgLy8gY291bGQgYmUgYmV0dGVyIHRvIGF2b2lkIG1hcmdpbiBvbiB0aGUgZmlyc3QgZWxlbWVudFxuICAvLyBidXQgaXQgaXMgYSBiaXQgdHJpY2t5IHRvIGRvIHdpdGggZmxleGJveFxuICBtYXJnaW5MZWZ0OiBwcm9wcy50aGVtZS5zcGFjaW5nKC0wLjYpLFxufSkpO1xuXG5leHBvcnQgY29uc3QgVGFnID0gc3R5bGVkKENoaXApPHsgdGhlbWU/OiBUaGVtZSB9PigocHJvcHMpID0+ICh7XG4gIG1hcmdpbjogcHJvcHMudGhlbWUuc3BhY2luZygwLjYpLFxufSkpO1xuXG5leHBvcnQgY29uc3QgRGVwZW5kZW5jeUJsb2NrOiBSZWFjdC5GQzxEZXBlbmRlbmN5QmxvY2tQcm9wcz4gPSAoeyB0aXRsZSwgZGVwZW5kZW5jaWVzIH0pID0+IHtcbiAgY29uc3QgbmF2aWdhdGUgPSB1c2VOYXZpZ2F0ZSgpO1xuICBjb25zdCB7IHQgfSA9IHVzZVRyYW5zbGF0aW9uKCk7XG4gIGNvbnN0IGRlcHMgPSBPYmplY3QuZW50cmllcyhkZXBlbmRlbmNpZXMpO1xuXG4gIGZ1bmN0aW9uIGhhbmRsZUNsaWNrKG5hbWU6IHN0cmluZyk6IHZvaWQge1xuICAgIG5hdmlnYXRlKGAke1JvdXRlLkRFVEFJTH0ke25hbWV9YCk7XG4gIH1cblxuICBmdW5jdGlvbiBsYWJlbFRleHQodGl0bGU6IHN0cmluZywgbmFtZTogc3RyaW5nLCB2ZXJzaW9uOiBzdHJpbmcpOiBzdHJpbmcge1xuICAgIGlmICh0aXRsZSA9PT0gJ2J1bmRsZURlcGVuZGVuY2llcycpIHtcbiAgICAgIHJldHVybiB0KCdkZXBlbmRlbmNpZXMuZGVwZW5kZW5jeS1ibG9jay1idW5kbGUnLCB7IHBhY2thZ2U6IG5hbWUgfSk7XG4gICAgfSBlbHNlIHtcbiAgICAgIHJldHVybiB0KCdkZXBlbmRlbmNpZXMuZGVwZW5kZW5jeS1ibG9jaycsIHsgcGFja2FnZTogbmFtZSwgdmVyc2lvbiB9KTtcbiAgICB9XG4gIH1cblxuICByZXR1cm4gKFxuICAgIDxCb3ggZGF0YS10ZXN0aWQ9e3RpdGxlfSBzeD17eyBtYXJnaW46IDIgfX0+XG4gICAgICA8U3R5bGVkVGV4dCBzeD17eyBtYXJnaW5Cb3R0b206IDEgfX0gdmFyaWFudD1cInN1YnRpdGxlMVwiPlxuICAgICAgICB7YCR7dGl0bGV9ICgke2RlcHMubGVuZ3RofSlgfVxuICAgICAgPC9TdHlsZWRUZXh0PlxuICAgICAgPFRhZ3M+XG4gICAgICAgIHtkZXBzLm1hcCgoW25hbWUsIHZlcnNpb25dOiBbc3RyaW5nLCBzdHJpbmddKSA9PiB7XG4gICAgICAgICAgLy8gQnVuZGxlIGRlcGVuZGVuY2llcyBhcmUgc3RvcmVkIGFzIGFycmF5LCBmb3IgZXhhbXBsZSBbIDA6IFwic2VtdmVyXCIgXVxuICAgICAgICAgIC8vIHNvIHRoZSBwYWNrYWdlIG5hbWUgYXJyaXZlcyBoZXJlIGluIHRoZSB2ZXJzaW9uIGZpZWxkXG4gICAgICAgICAgY29uc3QgcGFja2FnZU5hbWUgPSB0aXRsZSA9PSAnYnVuZGxlRGVwZW5kZW5jaWVzJyA/IHZlcnNpb24gOiBuYW1lO1xuICAgICAgICAgIHJldHVybiAoXG4gICAgICAgICAgICA8VGFnXG4gICAgICAgICAgICAgIGNsYXNzTmFtZT17J2RlcC10YWcnfVxuICAgICAgICAgICAgICBjbGlja2FibGU9e3RydWV9XG4gICAgICAgICAgICAgIGRhdGEtdGVzdGlkPXtwYWNrYWdlTmFtZX1cbiAgICAgICAgICAgICAga2V5PXtwYWNrYWdlTmFtZX1cbiAgICAgICAgICAgICAgbGFiZWw9e2xhYmVsVGV4dCh0aXRsZSwgcGFja2FnZU5hbWUsIHZlcnNpb24pfVxuICAgICAgICAgICAgICBvbkNsaWNrPXsoKSA9PiB7XG4gICAgICAgICAgICAgICAgaGFuZGxlQ2xpY2socGFja2FnZU5hbWUpO1xuICAgICAgICAgICAgICB9fVxuICAgICAgICAgICAgLz5cbiAgICAgICAgICApO1xuICAgICAgICB9KX1cbiAgICAgIDwvVGFncz5cbiAgICA8L0JveD5cbiAgKTtcbn07XG4iXX0= */");
|
|
32
|
+
var DependencyBlock = ({ title, dependencies }) => {
|
|
33
|
+
const navigate = useNavigate();
|
|
34
|
+
const { t } = useTranslation();
|
|
35
|
+
const deps = Object.entries(dependencies);
|
|
36
|
+
function handleClick(name) {
|
|
37
|
+
navigate(`${Route$1.DETAIL}${name}`);
|
|
38
|
+
}
|
|
39
|
+
function labelText(title, name, version) {
|
|
40
|
+
if (title === "bundleDependencies") return t("dependencies.dependency-block-bundle", { package: name });
|
|
41
|
+
else return t("dependencies.dependency-block", {
|
|
42
|
+
package: name,
|
|
43
|
+
version
|
|
44
|
+
});
|
|
45
|
+
}
|
|
46
|
+
return /* @__PURE__ */ jsxs(Box, {
|
|
47
|
+
"data-testid": title,
|
|
48
|
+
sx: { margin: 2 },
|
|
49
|
+
children: [/* @__PURE__ */ jsx(StyledText, {
|
|
50
|
+
sx: { marginBottom: 1 },
|
|
51
|
+
variant: "subtitle1",
|
|
52
|
+
children: `${title} (${deps.length})`
|
|
53
|
+
}), /* @__PURE__ */ jsx(Tags, { children: deps.map(([name, version]) => {
|
|
54
|
+
const packageName = title == "bundleDependencies" ? version : name;
|
|
55
|
+
return /* @__PURE__ */ jsx(Tag, {
|
|
56
|
+
className: "dep-tag",
|
|
57
|
+
clickable: true,
|
|
58
|
+
"data-testid": packageName,
|
|
59
|
+
label: labelText(title, packageName, version),
|
|
60
|
+
onClick: () => {
|
|
61
|
+
handleClick(packageName);
|
|
62
|
+
}
|
|
63
|
+
}, packageName);
|
|
64
|
+
}) })]
|
|
65
|
+
});
|
|
66
|
+
};
|
|
67
|
+
//#endregion
|
|
68
|
+
export { DependencyBlock };
|
|
69
|
+
|
|
70
|
+
//# sourceMappingURL=DependencyBlock.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"DependencyBlock.mjs","names":["Box","Chip","Typography","React","useTranslation","useNavigate","Theme","PackageDependencies","Route","DependencyBlockProps","title","dependencies","StyledText","_styled","process","env","NODE_ENV","target","label","theme","props","fontWeight","bold","textTransform","Tags","display","justifyContent","flexWrap","marginLeft","spacing","Tag","margin","DependencyBlock","FC","navigate","t","deps","Object","entries","handleClick","name","DETAIL","labelText","version","package","marginBottom","length","map","packageName"],"sources":["../../../src/components/Dependencies/DependencyBlock.tsx"],"sourcesContent":["import styled from '@emotion/styled';\nimport Box from '@mui/material/Box';\nimport Chip from '@mui/material/Chip';\nimport Typography from '@mui/material/Typography';\nimport React from 'react';\nimport { useTranslation } from 'react-i18next';\nimport { useNavigate } from 'react-router';\n\nimport type { Theme } from '../../Theme';\nimport type { PackageDependencies } from '../../types/packageMeta';\nimport { Route } from '../../utils';\n\ninterface DependencyBlockProps {\n title: string;\n dependencies: PackageDependencies;\n}\n\nexport const StyledText = styled(Typography)<{ theme?: Theme }>((props) => ({\n fontWeight: props.theme.fontWeight.bold,\n textTransform: 'capitalize',\n}));\n\nexport const Tags = styled('div')<{ theme?: Theme }>((props) => ({\n display: 'flex',\n justifyContent: 'start',\n flexWrap: 'wrap',\n // force title to be on the same line as the title\n // could be better to avoid margin on the first element\n // but it is a bit tricky to do with flexbox\n marginLeft: props.theme.spacing(-0.6),\n}));\n\nexport const Tag = styled(Chip)<{ theme?: Theme }>((props) => ({\n margin: props.theme.spacing(0.6),\n}));\n\nexport const DependencyBlock: React.FC<DependencyBlockProps> = ({ title, dependencies }) => {\n const navigate = useNavigate();\n const { t } = useTranslation();\n const deps = Object.entries(dependencies);\n\n function handleClick(name: string): void {\n navigate(`${Route.DETAIL}${name}`);\n }\n\n function labelText(title: string, name: string, version: string): string {\n if (title === 'bundleDependencies') {\n return t('dependencies.dependency-block-bundle', { package: name });\n } else {\n return t('dependencies.dependency-block', { package: name, version });\n }\n }\n\n return (\n <Box data-testid={title} sx={{ margin: 2 }}>\n <StyledText sx={{ marginBottom: 1 }} variant=\"subtitle1\">\n {`${title} (${deps.length})`}\n </StyledText>\n <Tags>\n {deps.map(([name, version]: [string, string]) => {\n // Bundle dependencies are stored as array, for example [ 0: \"semver\" ]\n // so the package name arrives here in the version field\n const packageName = title == 'bundleDependencies' ? version : name;\n return (\n <Tag\n className={'dep-tag'}\n clickable={true}\n data-testid={packageName}\n key={packageName}\n label={labelText(title, packageName, version)}\n onClick={() => {\n handleClick(packageName);\n }}\n />\n );\n })}\n </Tags>\n </Box>\n );\n};\n"],"mappings":";;;;;;;;;;;AAiBA,IAAaY,aAAaC,wBAAOX,YAAAA,QAAAA,IAAAA,aAAU,eAAA,EAAAe,QAAA,aAAA,GAAA;CAAAA,QAAA;CAAAC,OAAA;CAAA,CAAC,EAAqBE,WAAW;CAC1EC,YAAYD,MAAMD,MAAME,WAAWC;CACnCC,eAAe;CAChB,GAAA,QAAA,IAAA,aAAC,eAAA,KAAA,09HAAC;AAEH,IAAaC,OAAOX,wBAAO,OAAA,QAAA,IAAA,aAAK,eAAA,EAAAI,QAAA,aAAA,GAAA;CAAAA,QAAA;CAAAC,OAAA;CAAA,CAAC,EAAqBE,WAAW;CAC/DK,SAAS;CACTC,gBAAgB;CAChBC,UAAU;CAIVC,YAAYR,MAAMD,MAAMU,QAAQ,IAAI;CACrC,GAAA,QAAA,IAAA,aAAC,eAAA,KAAA,09HAAC;AAEH,IAAaC,MAAMjB,wBAAOZ,MAAAA,QAAAA,IAAAA,aAAI,eAAA,EAAAgB,QAAA,aAAA,GAAA;CAAAA,QAAA;CAAAC,OAAA;CAAA,CAAC,EAAqBE,WAAW,EAC7DW,QAAQX,MAAMD,MAAMU,QAAQ,GAAG,EAChC,GAAA,QAAA,IAAA,aAAC,eAAA,KAAA,09HAAC;AAEH,IAAaG,mBAAmD,EAAEtB,OAAOC,mBAAmB;CAC1F,MAAMuB,WAAW7B,aAAa;CAC9B,MAAM,EAAE8B,MAAM/B,gBAAgB;CAC9B,MAAMgC,OAAOC,OAAOC,QAAQ3B,aAAa;CAEzC,SAAS4B,YAAYC,MAAoB;AACvCN,WAAS,GAAG1B,QAAMiC,SAASD,OAAO;;CAGpC,SAASE,UAAUhC,OAAe8B,MAAcG,SAAyB;AACvE,MAAIjC,UAAU,qBACZ,QAAOyB,EAAE,wCAAwC,EAAES,SAASJ,MAAM,CAAC;MAEnE,QAAOL,EAAE,iCAAiC;GAAES,SAASJ;GAAMG;GAAS,CAAC;;AAIzE,QACE,qBAAC,KAAD;EAAK,eAAajC;EAAO,IAAI,EAAEqB,QAAQ,GAAG;YAA1C,CACE,oBAAC,YAAD;GAAY,IAAI,EAAEc,cAAc,GAAG;GAAE,SAAQ;aAC1C,GAAGnC,MAAK,IAAK0B,KAAKU,OAAM;GACf,CAAA,EACZ,oBAAC,MAAD,EAAA,UACGV,KAAKW,KAAK,CAACP,MAAMG,aAA+B;GAG/C,MAAMK,cAActC,SAAS,uBAAuBiC,UAAUH;AAC9D,UACE,oBAAC,KAAD;IACE,WAAW;IACX,WAAW;IACX,eAAaQ;IAEb,OAAON,UAAUhC,OAAOsC,aAAaL,QAAQ;IAC7C,eAAe;AACbJ,iBAAYS,YAAY;;IAE1B,EALKA,YAKL;IAEJ,EACE,CAAA,CACF"}
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
1
|
+
const require_Dependencies = require("./Dependencies.js");
|
|
2
|
+
exports.default = require_Dependencies;
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
//#region src/components/Dependencies/utits.ts
|
|
2
|
-
function
|
|
3
|
-
return !!
|
|
2
|
+
function hasKeys(object) {
|
|
3
|
+
return !!object && Object.keys(object).length > 0;
|
|
4
4
|
}
|
|
5
5
|
//#endregion
|
|
6
|
-
|
|
6
|
+
exports.hasKeys = hasKeys;
|
|
7
7
|
|
|
8
8
|
//# sourceMappingURL=utits.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"utits.js","names":["hasKeys","object","Record","Object","keys","length"],"sources":["../../../src/components/Dependencies/utits.ts"],"sourcesContent":["export function hasKeys(object?: Record<string, unknown>): boolean {\n return !!object && Object.keys(object).length > 0;\n}\n"],"mappings":";AAAA,SAAgBA,
|
|
1
|
+
{"version":3,"file":"utits.js","names":["hasKeys","object","Record","Object","keys","length"],"sources":["../../../src/components/Dependencies/utits.ts"],"sourcesContent":["export function hasKeys(object?: Record<string, unknown>): boolean {\n return !!object && Object.keys(object).length > 0;\n}\n"],"mappings":";AAAA,SAAgBA,QAAQC,QAA2C;AACjE,QAAO,CAAC,CAACA,UAAUE,OAAOC,KAAKH,OAAO,CAACI,SAAS"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"utits.mjs","names":["hasKeys","object","Record","Object","keys","length"],"sources":["../../../src/components/Dependencies/utits.ts"],"sourcesContent":["export function hasKeys(object?: Record<string, unknown>): boolean {\n return !!object && Object.keys(object).length > 0;\n}\n"],"mappings":";AAAA,SAAgBA,QAAQC,QAA2C;AACjE,QAAO,CAAC,CAACA,UAAUE,OAAOC,KAAKH,OAAO,CAACI,SAAS"}
|
|
@@ -1,16 +1,21 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
1
|
+
const require_runtime = require("../../_virtual/_rolldown/runtime.js");
|
|
2
|
+
let react_jsx_runtime = require("react/jsx-runtime");
|
|
3
|
+
let react = require("react");
|
|
4
|
+
react = require_runtime.__toESM(react);
|
|
5
|
+
let _mui_material_Alert = require("@mui/material/Alert");
|
|
6
|
+
_mui_material_Alert = require_runtime.__toESM(_mui_material_Alert);
|
|
4
7
|
//#region src/components/Deprecated/Deprecated.tsx
|
|
5
|
-
var
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
8
|
+
var Deprecated = ({ message }) => {
|
|
9
|
+
return /* @__PURE__ */ (0, react_jsx_runtime.jsx)(_mui_material_Alert.default, {
|
|
10
|
+
severity: "warning",
|
|
11
|
+
sx: {
|
|
12
|
+
marginTop: 1,
|
|
13
|
+
marginBottom: 1
|
|
14
|
+
},
|
|
15
|
+
children: message
|
|
16
|
+
});
|
|
17
|
+
};
|
|
13
18
|
//#endregion
|
|
14
|
-
|
|
19
|
+
exports.default = Deprecated;
|
|
15
20
|
|
|
16
21
|
//# sourceMappingURL=Deprecated.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Deprecated.js","names":["Alert","React","Props","message","Deprecated","FC","marginTop","marginBottom"],"sources":["../../../src/components/Deprecated/Deprecated.tsx"],"sourcesContent":["import Alert from '@mui/material/Alert';\nimport React from 'react';\n\nexport type Props = {\n message: string;\n};\n\nconst Deprecated: React.FC<Props> = ({ message }) => {\n return (\n // @ts-ignore - Alert does accept children despite the type error\n <Alert severity=\"warning\" sx={{ marginTop: 1, marginBottom: 1 }}>\n {message}\n </Alert>\n );\n};\n\nexport default Deprecated;\n"],"mappings":"
|
|
1
|
+
{"version":3,"file":"Deprecated.js","names":["Alert","React","Props","message","Deprecated","FC","marginTop","marginBottom"],"sources":["../../../src/components/Deprecated/Deprecated.tsx"],"sourcesContent":["import Alert from '@mui/material/Alert';\nimport React from 'react';\n\nexport type Props = {\n message: string;\n};\n\nconst Deprecated: React.FC<Props> = ({ message }) => {\n return (\n // @ts-ignore - Alert does accept children despite the type error\n <Alert severity=\"warning\" sx={{ marginTop: 1, marginBottom: 1 }}>\n {message}\n </Alert>\n );\n};\n\nexport default Deprecated;\n"],"mappings":";;;;;;;AAOA,IAAMI,cAA+B,EAAED,cAAc;AACnD,QAEE,iBAAA,GAAA,kBAAA,KAAC,oBAAA,SAAD;EAAO,UAAS;EAAU,IAAI;GAAEG,WAAW;GAAGC,cAAc;GAAG;YAC5DJ;EACI,CAAA"}
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
import { jsx } from "react/jsx-runtime";
|
|
2
|
+
import "react";
|
|
3
|
+
import Alert from "@mui/material/Alert";
|
|
4
|
+
//#region src/components/Deprecated/Deprecated.tsx
|
|
5
|
+
var Deprecated = ({ message }) => {
|
|
6
|
+
return /* @__PURE__ */ jsx(Alert, {
|
|
7
|
+
severity: "warning",
|
|
8
|
+
sx: {
|
|
9
|
+
marginTop: 1,
|
|
10
|
+
marginBottom: 1
|
|
11
|
+
},
|
|
12
|
+
children: message
|
|
13
|
+
});
|
|
14
|
+
};
|
|
15
|
+
//#endregion
|
|
16
|
+
export { Deprecated as default };
|
|
17
|
+
|
|
18
|
+
//# sourceMappingURL=Deprecated.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Deprecated.mjs","names":["Alert","React","Props","message","Deprecated","FC","marginTop","marginBottom"],"sources":["../../../src/components/Deprecated/Deprecated.tsx"],"sourcesContent":["import Alert from '@mui/material/Alert';\nimport React from 'react';\n\nexport type Props = {\n message: string;\n};\n\nconst Deprecated: React.FC<Props> = ({ message }) => {\n return (\n // @ts-ignore - Alert does accept children despite the type error\n <Alert severity=\"warning\" sx={{ marginTop: 1, marginBottom: 1 }}>\n {message}\n </Alert>\n );\n};\n\nexport default Deprecated;\n"],"mappings":";;;;AAOA,IAAMI,cAA+B,EAAED,cAAc;AACnD,QAEE,oBAAC,OAAD;EAAO,UAAS;EAAU,IAAI;GAAEG,WAAW;GAAGC,cAAc;GAAG;YAC5DJ;EACI,CAAA"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
require("./Deprecated.js");
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import "./Deprecated.mjs";
|
|
@@ -1,8 +1,10 @@
|
|
|
1
1
|
//#region src/components/Developers/DeveloperType.tsx
|
|
2
|
-
var
|
|
3
|
-
|
|
2
|
+
var DeveloperType = /* @__PURE__ */ function(DeveloperType) {
|
|
3
|
+
DeveloperType["CONTRIBUTORS"] = "contributors";
|
|
4
|
+
DeveloperType["MAINTAINERS"] = "maintainers";
|
|
5
|
+
return DeveloperType;
|
|
4
6
|
}({});
|
|
5
7
|
//#endregion
|
|
6
|
-
|
|
8
|
+
exports.DeveloperType = DeveloperType;
|
|
7
9
|
|
|
8
10
|
//# sourceMappingURL=DeveloperType.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"DeveloperType.js","names":["DeveloperType","CONTRIBUTORS","MAINTAINERS"],"sources":["../../../src/components/Developers/DeveloperType.tsx"],"sourcesContent":["export enum DeveloperType {\n CONTRIBUTORS = 'contributors',\n MAINTAINERS = 'maintainers',\n}\n"],"mappings":";AAAA,IAAYA,
|
|
1
|
+
{"version":3,"file":"DeveloperType.js","names":["DeveloperType","CONTRIBUTORS","MAINTAINERS"],"sources":["../../../src/components/Developers/DeveloperType.tsx"],"sourcesContent":["export enum DeveloperType {\n CONTRIBUTORS = 'contributors',\n MAINTAINERS = 'maintainers',\n}\n"],"mappings":";AAAA,IAAYA,gBAAL,yBAAA,eAAA;AACLC,eAAAA,kBAAAA;AACAC,eAAAA,iBAAAA"}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
//#region src/components/Developers/DeveloperType.tsx
|
|
2
|
+
var DeveloperType = /* @__PURE__ */ function(DeveloperType) {
|
|
3
|
+
DeveloperType["CONTRIBUTORS"] = "contributors";
|
|
4
|
+
DeveloperType["MAINTAINERS"] = "maintainers";
|
|
5
|
+
return DeveloperType;
|
|
6
|
+
}({});
|
|
7
|
+
//#endregion
|
|
8
|
+
export { DeveloperType };
|
|
9
|
+
|
|
10
|
+
//# sourceMappingURL=DeveloperType.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"DeveloperType.mjs","names":["DeveloperType","CONTRIBUTORS","MAINTAINERS"],"sources":["../../../src/components/Developers/DeveloperType.tsx"],"sourcesContent":["export enum DeveloperType {\n CONTRIBUTORS = 'contributors',\n MAINTAINERS = 'maintainers',\n}\n"],"mappings":";AAAA,IAAYA,gBAAL,yBAAA,eAAA;AACLC,eAAAA,kBAAAA;AACAC,eAAAA,iBAAAA"}
|