@verdaccio/ui-components 5.0.0-next-9.14 → 5.0.0-next-9.16
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/build/Theme/ResetStyles.d.ts +1 -1
- package/build/Theme/ResetStyles.js.map +1 -1
- package/build/Theme/ResetStyles.mjs.map +1 -1
- package/build/Theme/StyleBaseline.d.ts +2 -1
- package/build/Theme/StyleBaseline.js.map +1 -1
- package/build/Theme/StyleBaseline.mjs.map +1 -1
- package/build/Theme/ThemeProvider.d.ts +1 -1
- package/build/Theme/ThemeProvider.js.map +1 -1
- package/build/Theme/ThemeProvider.mjs.map +1 -1
- package/build/Theme/colors.d.ts +1 -1
- package/build/Theme/colors.js +1 -0
- package/build/Theme/colors.js.map +1 -1
- package/build/Theme/colors.mjs +1 -1
- package/build/Theme/colors.mjs.map +1 -1
- package/build/Theme/index.js +19 -5
- package/build/Theme/index.mjs +6 -5
- package/build/Theme/modes.d.ts +11 -11
- package/build/Theme/modes.js +1 -1
- package/build/Theme/modes.js.map +1 -1
- package/build/Theme/modes.mjs +1 -1
- package/build/Theme/modes.mjs.map +1 -1
- package/build/Theme/theme.d.ts +4 -10
- package/build/Theme/theme.js +0 -1
- package/build/Theme/theme.js.map +1 -1
- package/build/Theme/theme.mjs.map +1 -1
- package/build/Theme/tokens.js.map +1 -1
- package/build/Theme/tokens.mjs.map +1 -1
- package/build/api/use-data-mutation.d.ts +3 -3
- package/build/api/use-data-mutation.js.map +1 -1
- package/build/api/use-data-mutation.mjs.map +1 -1
- package/build/api/use-data.d.ts +2 -2
- package/build/api/use-data.js.map +1 -1
- package/build/api/use-data.mjs.map +1 -1
- package/build/components/ActionBar/ActionBar.d.ts +1 -1
- package/build/components/ActionBar/ActionBar.js.map +1 -1
- package/build/components/ActionBar/ActionBar.mjs.map +1 -1
- package/build/components/ActionBar/ActionBarAction.d.ts +2 -7
- package/build/components/ActionBar/ActionBarAction.js +1 -0
- package/build/components/ActionBar/ActionBarAction.js.map +1 -1
- package/build/components/ActionBar/ActionBarAction.mjs +3 -3
- package/build/components/ActionBar/ActionBarAction.mjs.map +1 -1
- package/build/components/ActionBar/index.js +2 -1
- package/build/components/ActionBar/index.mjs +2 -1
- package/build/components/AppRoute/AppRoute.d.ts +1 -1
- package/build/components/AppRoute/AppRoute.js.map +1 -1
- package/build/components/AppRoute/AppRoute.mjs.map +1 -1
- package/build/components/Author/Author.d.ts +1 -1
- package/build/components/Author/Author.js.map +1 -1
- package/build/components/Author/Author.mjs.map +1 -1
- package/build/components/Author/index.js +2 -1
- package/build/components/Author/index.mjs +2 -1
- package/build/components/Author/styles.d.ts +2 -9
- package/build/components/Author/styles.js.map +1 -1
- package/build/components/Author/styles.mjs.map +1 -1
- package/build/components/CopyClipboard/CopyToClipBoard.d.ts +1 -1
- package/build/components/CopyClipboard/CopyToClipBoard.js.map +1 -1
- package/build/components/CopyClipboard/CopyToClipBoard.mjs.map +1 -1
- package/build/components/CopyClipboard/index.js +4 -2
- package/build/components/CopyClipboard/index.mjs +3 -2
- package/build/components/CopyClipboard/utils.d.ts +1 -1
- package/build/components/CopyClipboard/utils.js.map +1 -1
- package/build/components/CopyClipboard/utils.mjs.map +1 -1
- package/build/components/Dependencies/Dependencies.d.ts +1 -1
- package/build/components/Dependencies/Dependencies.js.map +1 -1
- package/build/components/Dependencies/Dependencies.mjs.map +1 -1
- package/build/components/Dependencies/DependencyBlock.d.ts +7 -15
- package/build/components/Dependencies/DependencyBlock.js +3 -0
- package/build/components/Dependencies/DependencyBlock.js.map +1 -1
- package/build/components/Dependencies/DependencyBlock.mjs +1 -1
- package/build/components/Dependencies/DependencyBlock.mjs.map +1 -1
- package/build/components/Dependencies/types.d.ts +1 -1
- package/build/components/Dependencies/utits.js.map +1 -1
- package/build/components/Dependencies/utits.mjs.map +1 -1
- package/build/components/Deprecated/Deprecated.d.ts +1 -1
- package/build/components/Deprecated/Deprecated.js.map +1 -1
- package/build/components/Deprecated/Deprecated.mjs.map +1 -1
- package/build/components/Deprecated/index.js +2 -1
- package/build/components/Deprecated/index.mjs +2 -1
- package/build/components/Developers/DeveloperType.js.map +1 -1
- package/build/components/Developers/DeveloperType.mjs.map +1 -1
- package/build/components/Developers/Developers.d.ts +3 -8
- package/build/components/Developers/Developers.js +1 -0
- package/build/components/Developers/Developers.js.map +1 -1
- package/build/components/Developers/Developers.mjs +1 -1
- package/build/components/Developers/Developers.mjs.map +1 -1
- package/build/components/Developers/Title.d.ts +1 -1
- package/build/components/Developers/Title.js.map +1 -1
- package/build/components/Developers/Title.mjs.map +1 -1
- package/build/components/Developers/get-unique-developer-values.d.ts +1 -1
- package/build/components/Developers/get-unique-developer-values.js.map +1 -1
- package/build/components/Developers/get-unique-developer-values.mjs.map +1 -1
- package/build/components/Developers/index.js +4 -2
- package/build/components/Developers/index.mjs +3 -2
- package/build/components/Distribution/Dist.d.ts +2 -2
- package/build/components/Distribution/Dist.js.map +1 -1
- package/build/components/Distribution/Dist.mjs.map +1 -1
- package/build/components/Distribution/index.js +2 -1
- package/build/components/Distribution/index.mjs +2 -1
- package/build/components/Distribution/styles.d.ts +3 -12
- package/build/components/Distribution/styles.js.map +1 -1
- package/build/components/Distribution/styles.mjs.map +1 -1
- package/build/components/Engines/Engines.d.ts +2 -2
- package/build/components/Engines/Engines.js.map +1 -1
- package/build/components/Engines/Engines.mjs.map +1 -1
- package/build/components/Engines/index.js +2 -1
- package/build/components/Engines/index.mjs +2 -1
- package/build/components/Engines/styles.d.ts +2 -9
- package/build/components/Engines/styles.js.map +1 -1
- package/build/components/Engines/styles.mjs.map +1 -1
- package/build/components/ErrorBoundary/ErrorBoundary.d.ts +3 -2
- package/build/components/ErrorBoundary/ErrorBoundary.js.map +1 -1
- package/build/components/ErrorBoundary/ErrorBoundary.mjs.map +1 -1
- package/build/components/ErrorBoundary/index.js +2 -1
- package/build/components/ErrorBoundary/index.mjs +2 -1
- package/build/components/Forbidden/Forbidden.d.ts +1 -1
- package/build/components/Forbidden/Forbidden.js +1 -0
- package/build/components/Forbidden/Forbidden.js.map +1 -1
- package/build/components/Forbidden/Forbidden.mjs +1 -1
- package/build/components/Forbidden/Forbidden.mjs.map +1 -1
- package/build/components/Forbidden/index.js +2 -1
- package/build/components/Forbidden/index.mjs +2 -1
- package/build/components/FundButton/FundButton.d.ts +1 -1
- package/build/components/FundButton/FundButton.js.map +1 -1
- package/build/components/FundButton/FundButton.mjs.map +1 -1
- package/build/components/FundButton/index.js +2 -1
- package/build/components/FundButton/index.mjs +2 -1
- package/build/components/HeaderInfoDialog/HeaderInfoDialog.d.ts +1 -1
- package/build/components/HeaderInfoDialog/HeaderInfoDialog.js.map +1 -1
- package/build/components/HeaderInfoDialog/HeaderInfoDialog.mjs.map +1 -1
- package/build/components/HeaderInfoDialog/index.js +2 -1
- package/build/components/HeaderInfoDialog/index.mjs +2 -1
- package/build/components/Heading/Heading.d.ts +2 -2
- package/build/components/Heading/Heading.js.map +1 -1
- package/build/components/Heading/Heading.mjs.map +1 -1
- package/build/components/Heading/index.js +2 -1
- package/build/components/Heading/index.mjs +2 -1
- package/build/components/Help/Help.d.ts +1 -1
- package/build/components/Help/Help.js.map +1 -1
- package/build/components/Help/Help.mjs.map +1 -1
- package/build/components/Help/index.js +2 -1
- package/build/components/Help/index.mjs +2 -1
- package/build/components/Help/styles.d.ts +1 -3
- package/build/components/Help/styles.js.map +1 -1
- package/build/components/Help/styles.mjs.map +1 -1
- package/build/components/Icons/DevsIcons/CommonJS.d.ts +1 -1
- package/build/components/Icons/DevsIcons/CommonJS2.js.map +1 -1
- package/build/components/Icons/DevsIcons/CommonJS2.mjs.map +1 -1
- package/build/components/Icons/DevsIcons/ES6Module.d.ts +1 -1
- package/build/components/Icons/DevsIcons/ES6Module2.js.map +1 -1
- package/build/components/Icons/DevsIcons/ES6Module2.mjs.map +1 -1
- package/build/components/Icons/DevsIcons/Git.d.ts +1 -1
- package/build/components/Icons/DevsIcons/Git2.js.map +1 -1
- package/build/components/Icons/DevsIcons/Git2.mjs.map +1 -1
- package/build/components/Icons/DevsIcons/NodeJS.d.ts +1 -1
- package/build/components/Icons/DevsIcons/NodeJS2.js.map +1 -1
- package/build/components/Icons/DevsIcons/NodeJS2.mjs.map +1 -1
- package/build/components/Icons/DevsIcons/TypeScript.d.ts +1 -1
- package/build/components/Icons/DevsIcons/TypeScript2.js.map +1 -1
- package/build/components/Icons/DevsIcons/TypeScript2.mjs.map +1 -1
- package/build/components/Icons/DevsIcons/index.js +10 -5
- package/build/components/Icons/DevsIcons/index.mjs +6 -5
- package/build/components/Icons/Earth.d.ts +5 -5
- package/build/components/Icons/Earth.js.map +1 -1
- package/build/components/Icons/Earth.mjs.map +1 -1
- package/build/components/Icons/FileBinary.d.ts +5 -5
- package/build/components/Icons/FileBinary.js.map +1 -1
- package/build/components/Icons/FileBinary.mjs.map +1 -1
- package/build/components/Icons/Law.d.ts +5 -5
- package/build/components/Icons/Law.js.map +1 -1
- package/build/components/Icons/Law.mjs.map +1 -1
- package/build/components/Icons/License.d.ts +8 -8
- package/build/components/Icons/License.js.map +1 -1
- package/build/components/Icons/License.mjs.map +1 -1
- package/build/components/Icons/Managers/Npm.d.ts +1 -1
- package/build/components/Icons/Managers/Npm2.js.map +1 -1
- package/build/components/Icons/Managers/Npm2.mjs.map +1 -1
- package/build/components/Icons/Managers/Pnpm.d.ts +1 -1
- package/build/components/Icons/Managers/Pnpm2.js.map +1 -1
- package/build/components/Icons/Managers/Pnpm2.mjs.map +1 -1
- package/build/components/Icons/Managers/Yarn.d.ts +1 -1
- package/build/components/Icons/Managers/Yarn2.js.map +1 -1
- package/build/components/Icons/Managers/Yarn2.mjs.map +1 -1
- package/build/components/Icons/Managers/index.js +6 -3
- package/build/components/Icons/Managers/index.mjs +4 -3
- package/build/components/Icons/SvgIcon.d.ts +2 -2
- package/build/components/Icons/SvgIcon.js.map +1 -1
- package/build/components/Icons/SvgIcon.mjs.map +1 -1
- package/build/components/Icons/Time.d.ts +5 -5
- package/build/components/Icons/Time.js.map +1 -1
- package/build/components/Icons/Time.mjs.map +1 -1
- package/build/components/Icons/Version.d.ts +5 -5
- package/build/components/Icons/Version.js.map +1 -1
- package/build/components/Icons/Version.mjs.map +1 -1
- package/build/components/Icons/index.js +14 -0
- package/build/components/Icons/index.mjs +1 -1
- package/build/components/Install/Install.d.ts +3 -3
- package/build/components/Install/Install.js.map +1 -1
- package/build/components/Install/Install.mjs.map +1 -1
- package/build/components/Install/InstallListItem.d.ts +1 -1
- package/build/components/Install/InstallListItem.js +4 -3
- package/build/components/Install/InstallListItem.js.map +1 -1
- package/build/components/Install/InstallListItem.mjs +4 -4
- package/build/components/Install/InstallListItem.mjs.map +1 -1
- package/build/components/Install/index.js +2 -1
- package/build/components/Install/index.mjs +2 -1
- package/build/components/Keywords/KeywordListItems.d.ts +1 -1
- package/build/components/Keywords/KeywordListItems.js.map +1 -1
- package/build/components/Keywords/KeywordListItems.mjs.map +1 -1
- package/build/components/Keywords/Keywords.d.ts +2 -2
- package/build/components/Keywords/Keywords.js.map +1 -1
- package/build/components/Keywords/Keywords.mjs.map +1 -1
- package/build/components/Keywords/index.js +2 -1
- package/build/components/Keywords/index.mjs +2 -1
- package/build/components/Label/Label.d.ts +2 -2
- package/build/components/Label/Label.js.map +1 -1
- package/build/components/Label/Label.mjs.map +1 -1
- package/build/components/Label/index.js +2 -1
- package/build/components/Label/index.mjs +2 -1
- package/build/components/Link/Link.d.ts +1 -1
- package/build/components/Link/Link.js.map +1 -1
- package/build/components/Link/Link.mjs.map +1 -1
- package/build/components/Link/index.js +2 -1
- package/build/components/Link/index.mjs +2 -1
- package/build/components/LinkExternal/LinkExternal.d.ts +1 -1
- package/build/components/LinkExternal/LinkExternal.js.map +1 -1
- package/build/components/LinkExternal/LinkExternal.mjs.map +1 -1
- package/build/components/LinkExternal/index.js +2 -1
- package/build/components/LinkExternal/index.mjs +2 -1
- package/build/components/Loading/Loading.d.ts +1 -1
- package/build/components/Loading/Loading.js.map +1 -1
- package/build/components/Loading/Loading.mjs.map +1 -1
- package/build/components/Loading/Spinner/Spinner.d.ts +1 -1
- package/build/components/Loading/Spinner/Spinner.js.map +1 -1
- package/build/components/Loading/Spinner/Spinner.mjs.map +1 -1
- package/build/components/Loading/Spinner/index.js +2 -1
- package/build/components/Loading/Spinner/index.mjs +2 -1
- package/build/components/Loading/index.js +2 -1
- package/build/components/Loading/index.mjs +2 -1
- package/build/components/Loading/styles.d.ts +7 -7
- package/build/components/Loading/styles.js.map +1 -1
- package/build/components/Loading/styles.mjs.map +1 -1
- package/build/components/LoginDialog/LoginDialog.d.ts +1 -1
- package/build/components/LoginDialog/LoginDialog.js.map +1 -1
- package/build/components/LoginDialog/LoginDialog.mjs.map +1 -1
- package/build/components/LoginDialog/LoginDialogCloseButton.d.ts +1 -1
- package/build/components/LoginDialog/LoginDialogCloseButton.js.map +1 -1
- package/build/components/LoginDialog/LoginDialogCloseButton.mjs.map +1 -1
- package/build/components/LoginDialog/LoginDialogForm.d.ts +1 -1
- package/build/components/LoginDialog/LoginDialogForm.js.map +1 -1
- package/build/components/LoginDialog/LoginDialogForm.mjs.map +1 -1
- package/build/components/LoginDialog/LoginDialogFormError.d.ts +1 -1
- package/build/components/LoginDialog/LoginDialogFormError.js.map +1 -1
- package/build/components/LoginDialog/LoginDialogFormError.mjs.map +1 -1
- package/build/components/LoginDialog/index.js +2 -1
- package/build/components/LoginDialog/index.mjs +2 -1
- package/build/components/LoginForm/Login.d.ts +2 -2
- package/build/components/LoginForm/Login.js.map +1 -1
- package/build/components/LoginForm/Login.mjs.map +1 -1
- package/build/components/LoginForm/PasswordField.d.ts +3 -3
- package/build/components/LoginForm/PasswordField.js.map +1 -1
- package/build/components/LoginForm/PasswordField.mjs.map +1 -1
- package/build/components/LoginForm/UsernameField.d.ts +3 -3
- package/build/components/LoginForm/UsernameField.js.map +1 -1
- package/build/components/LoginForm/UsernameField.mjs.map +1 -1
- package/build/components/LoginForm/styles.d.ts +1 -1
- package/build/components/LoginForm/styles.js.map +1 -1
- package/build/components/LoginForm/styles.mjs.map +1 -1
- package/build/components/LoginForm/useLoginForm.d.ts +42 -34
- package/build/components/LoginForm/useLoginForm.js +0 -1
- package/build/components/LoginForm/useLoginForm.js.map +1 -1
- package/build/components/LoginForm/useLoginForm.mjs.map +1 -1
- package/build/components/Logo/Logo.d.ts +1 -1
- package/build/components/Logo/Logo.js.map +1 -1
- package/build/components/Logo/Logo.mjs +10 -13
- package/build/components/Logo/Logo.mjs.map +1 -1
- package/build/components/Logo/index.js +2 -1
- package/build/components/Logo/index.mjs +2 -1
- package/build/components/MenuItem/MenuItem.d.ts +2 -2
- package/build/components/MenuItem/MenuItem.js.map +1 -1
- package/build/components/MenuItem/MenuItem.mjs +4 -4
- package/build/components/MenuItem/MenuItem.mjs.map +1 -1
- package/build/components/MenuItem/index.js +2 -1
- package/build/components/MenuItem/index.mjs +2 -1
- package/build/components/NoItems/NoItems.d.ts +1 -1
- package/build/components/NoItems/NoItems.js.map +1 -1
- package/build/components/NoItems/NoItems.mjs.map +1 -1
- package/build/components/NoItems/index.js +2 -1
- package/build/components/NoItems/index.mjs +2 -1
- package/build/components/NotFound/NotFound.d.ts +1 -1
- package/build/components/NotFound/NotFound.js.map +1 -1
- package/build/components/NotFound/NotFound.mjs.map +1 -1
- package/build/components/NotFound/index.js +2 -1
- package/build/components/NotFound/index.mjs +2 -1
- package/build/components/Package/Package.d.ts +3 -3
- package/build/components/Package/Package.js.map +1 -1
- package/build/components/Package/Package.mjs +2 -2
- package/build/components/Package/Package.mjs.map +1 -1
- package/build/components/Package/index.js +2 -1
- package/build/components/Package/index.mjs +2 -1
- package/build/components/Package/styles.d.ts +29 -39
- package/build/components/Package/styles.js.map +1 -1
- package/build/components/Package/styles.mjs.map +1 -1
- package/build/components/PackageList/PackageList.d.ts +2 -2
- package/build/components/PackageList/PackageList.js.map +1 -1
- package/build/components/PackageList/PackageList.mjs.map +1 -1
- package/build/components/PackageList/index.js +2 -1
- package/build/components/PackageList/index.mjs +2 -1
- package/build/components/Person/Person.d.ts +2 -2
- package/build/components/Person/Person.js.map +1 -1
- package/build/components/Person/Person.mjs.map +1 -1
- package/build/components/Person/PersonTooltip.d.ts +2 -2
- package/build/components/Person/PersonTooltip.js.map +1 -1
- package/build/components/Person/PersonTooltip.mjs.map +1 -1
- package/build/components/Person/index.js +2 -1
- package/build/components/Person/index.mjs +2 -1
- package/build/components/Person/utils.d.ts +1 -1
- package/build/components/Person/utils.js.map +1 -1
- package/build/components/Person/utils.mjs.map +1 -1
- package/build/components/RawViewer/RawViewer.d.ts +1 -1
- package/build/components/RawViewer/RawViewer.js.map +1 -1
- package/build/components/RawViewer/RawViewer.mjs.map +1 -1
- package/build/components/RawViewer/index.js +2 -1
- package/build/components/RawViewer/index.mjs +2 -1
- package/build/components/Readme/Readme.d.ts +5 -2
- package/build/components/Readme/Readme.js.map +1 -1
- package/build/components/Readme/Readme.mjs.map +1 -1
- package/build/components/Readme/github-markdown.css +9 -8
- package/build/components/Readme/index.js +2 -1
- package/build/components/Readme/index.mjs +2 -1
- package/build/components/Readme/utils.js.map +1 -1
- package/build/components/Readme/utils.mjs.map +1 -1
- package/build/components/RegistryInfoDialog/RegistryInfoDialog.d.ts +2 -2
- package/build/components/RegistryInfoDialog/RegistryInfoDialog.js.map +1 -1
- package/build/components/RegistryInfoDialog/RegistryInfoDialog.mjs.map +1 -1
- package/build/components/RegistryInfoDialog/index.js +2 -1
- package/build/components/RegistryInfoDialog/index.mjs +2 -1
- package/build/components/RegistryInfoDialog/styles.d.ts +7 -11
- package/build/components/RegistryInfoDialog/styles.js.map +1 -1
- package/build/components/RegistryInfoDialog/styles.mjs.map +1 -1
- package/build/components/RegistryInfoDialog/types.d.ts +1 -1
- package/build/components/Repository/Repository.d.ts +1 -1
- package/build/components/Repository/Repository.js.map +1 -1
- package/build/components/Repository/Repository.mjs.map +1 -1
- package/build/components/Repository/index.js +2 -1
- package/build/components/Repository/index.mjs +2 -1
- package/build/components/Search/AutoComplete/AutoComplete.d.ts +3 -2
- package/build/components/Search/AutoComplete/AutoComplete.js.map +1 -1
- package/build/components/Search/AutoComplete/AutoComplete.mjs.map +1 -1
- package/build/components/Search/AutoComplete/index.js +2 -1
- package/build/components/Search/AutoComplete/index.mjs +2 -1
- package/build/components/Search/AutoComplete/styles.d.ts +3 -3
- package/build/components/Search/AutoComplete/styles.js.map +1 -1
- package/build/components/Search/AutoComplete/styles.mjs.map +1 -1
- package/build/components/Search/Search.d.ts +1 -1
- package/build/components/Search/Search.js.map +1 -1
- package/build/components/Search/Search.mjs.map +1 -1
- package/build/components/Search/SearchItem.d.ts +4 -4
- package/build/components/Search/SearchItem.js +1 -0
- package/build/components/Search/SearchItem.js.map +1 -1
- package/build/components/Search/SearchItem.mjs +1 -1
- package/build/components/Search/SearchItem.mjs.map +1 -1
- package/build/components/Search/index.js +2 -1
- package/build/components/Search/index.mjs +2 -1
- package/build/components/Search/styles.d.ts +6 -10
- package/build/components/Search/styles.js.map +1 -1
- package/build/components/Search/styles.mjs.map +1 -1
- package/build/components/Search/utils.js.map +1 -1
- package/build/components/Search/utils.mjs.map +1 -1
- package/build/components/SettingsMenu/SettingsMenu.d.ts +1 -1
- package/build/components/SettingsMenu/SettingsMenu.js.map +1 -1
- package/build/components/SettingsMenu/SettingsMenu.mjs +4 -4
- package/build/components/SettingsMenu/SettingsMenu.mjs.map +1 -1
- package/build/components/SettingsMenu/index.js +2 -1
- package/build/components/SettingsMenu/index.mjs +2 -1
- package/build/components/SideBarTitle/SideBarTitle.d.ts +1 -1
- package/build/components/SideBarTitle/SideBarTitle.js.map +1 -1
- package/build/components/SideBarTitle/SideBarTitle.mjs.map +1 -1
- package/build/components/SideBarTitle/index.js +2 -1
- package/build/components/SideBarTitle/index.mjs +2 -1
- package/build/components/SideBarTitle/utils.js +1 -0
- package/build/components/SideBarTitle/utils.js.map +1 -1
- package/build/components/SideBarTitle/utils.mjs +1 -1
- package/build/components/SideBarTitle/utils.mjs.map +1 -1
- package/build/components/UnAuthorized/UnAuthorized.d.ts +1 -1
- package/build/components/UpLinks/UpLinks.d.ts +1 -1
- package/build/components/UpLinks/UpLinks.js.map +1 -1
- package/build/components/UpLinks/UpLinks.mjs.map +1 -1
- package/build/components/UpLinks/UplinkLink.d.ts +1 -1
- package/build/components/UpLinks/UplinkLink.js.map +1 -1
- package/build/components/UpLinks/UplinkLink.mjs.map +1 -1
- package/build/components/UpLinks/styles.d.ts +7 -11
- package/build/components/UpLinks/styles.js.map +1 -1
- package/build/components/UpLinks/styles.mjs.map +1 -1
- package/build/components/Versions/HistoryList.d.ts +2 -2
- package/build/components/Versions/HistoryList.js +1 -0
- package/build/components/Versions/HistoryList.js.map +1 -1
- package/build/components/Versions/HistoryList.mjs +1 -1
- package/build/components/Versions/HistoryList.mjs.map +1 -1
- package/build/components/Versions/TagList.d.ts +2 -2
- package/build/components/Versions/TagList.js.map +1 -1
- package/build/components/Versions/TagList.mjs.map +1 -1
- package/build/components/Versions/Versions.d.ts +2 -7
- package/build/components/Versions/Versions.js +4 -2
- package/build/components/Versions/Versions.js.map +1 -1
- package/build/components/Versions/Versions.mjs +4 -3
- package/build/components/Versions/Versions.mjs.map +1 -1
- package/build/components/Versions/styles.d.ts +6 -6
- package/build/components/Versions/styles.js.map +1 -1
- package/build/components/Versions/styles.mjs.map +1 -1
- package/build/components/Versions/types.d.ts +1 -1
- package/build/configuration.d.ts +1 -1
- package/build/configuration.js.map +1 -1
- package/build/configuration.mjs.map +1 -1
- package/build/hooks/index.js +4 -2
- package/build/hooks/index.mjs +3 -2
- package/build/hooks/useLocalStorage.js +0 -1
- package/build/hooks/useLocalStorage.js.map +1 -1
- package/build/hooks/useLocalStorage.mjs.map +1 -1
- package/build/hooks/useOnClickOutside.d.ts +1 -1
- package/build/hooks/useOnClickOutside.js +0 -1
- package/build/hooks/useOnClickOutside.js.map +1 -1
- package/build/hooks/useOnClickOutside.mjs.map +1 -1
- package/build/index.js +2 -2
- package/build/index.mjs +2 -2
- package/build/layouts/Security/Dialog.d.ts +1 -1
- package/build/layouts/Security/Dialog.js.map +1 -1
- package/build/layouts/Security/Dialog.mjs.map +1 -1
- package/build/layouts/Version/Version.d.ts +1 -1
- package/build/layouts/Version/Version.js.map +1 -1
- package/build/layouts/Version/Version.mjs.map +1 -1
- package/build/layouts/Version/index.js +2 -1
- package/build/layouts/Version/index.mjs +2 -1
- package/build/pages/Version/Version.d.ts +1 -1
- package/build/pages/Version/Version.js +2 -2
- package/build/pages/Version/Version.js.map +1 -1
- package/build/pages/Version/Version.mjs +1 -1
- package/build/pages/Version/Version.mjs.map +1 -1
- package/build/providers/AppConfigurationProvider/AppConfigurationProvider.d.ts +2 -2
- package/build/providers/AppConfigurationProvider/AppConfigurationProvider.js.map +1 -1
- package/build/providers/AppConfigurationProvider/AppConfigurationProvider.mjs.map +1 -1
- package/build/providers/AppConfigurationProvider/index.js +3 -1
- package/build/providers/AppConfigurationProvider/index.mjs +2 -1
- package/build/providers/AuthProvider/AuthProvider.d.ts +3 -2
- package/build/providers/AuthProvider/AuthProvider.js.map +1 -1
- package/build/providers/AuthProvider/AuthProvider.mjs.map +1 -1
- package/build/providers/AuthProvider/index.js +4 -1
- package/build/providers/AuthProvider/index.mjs +2 -1
- package/build/providers/AuthProvider/types.d.ts +1 -1
- package/build/providers/AuthProvider/utils.d.ts +1 -1
- package/build/providers/AuthProvider/utils.js.map +1 -1
- package/build/providers/AuthProvider/utils.mjs.map +1 -1
- package/build/providers/DownloadProvider/DownloadProvider.d.ts +2 -1
- package/build/providers/DownloadProvider/DownloadProvider.js +1 -0
- package/build/providers/DownloadProvider/DownloadProvider.js.map +1 -1
- package/build/providers/DownloadProvider/DownloadProvider.mjs +1 -1
- package/build/providers/DownloadProvider/DownloadProvider.mjs.map +1 -1
- package/build/providers/DownloadProvider/index.js +3 -1
- package/build/providers/DownloadProvider/index.mjs +2 -1
- package/build/providers/ManifestsProvider/ManifestsProvider.d.ts +3 -2
- package/build/providers/ManifestsProvider/ManifestsProvider.js +1 -0
- package/build/providers/ManifestsProvider/ManifestsProvider.js.map +1 -1
- package/build/providers/ManifestsProvider/ManifestsProvider.mjs +1 -1
- package/build/providers/ManifestsProvider/ManifestsProvider.mjs.map +1 -1
- package/build/providers/ManifestsProvider/index.js +3 -1
- package/build/providers/ManifestsProvider/index.mjs +2 -1
- package/build/providers/PersistenceSettingProvider/PersistenceSettingProvider.d.ts +2 -1
- package/build/providers/PersistenceSettingProvider/PersistenceSettingProvider.js.map +1 -1
- package/build/providers/PersistenceSettingProvider/PersistenceSettingProvider.mjs.map +1 -1
- package/build/providers/PersistenceSettingProvider/index.js +3 -1
- package/build/providers/PersistenceSettingProvider/index.mjs +2 -1
- package/build/providers/SearchProvider/SearchProvider.d.ts +3 -2
- package/build/providers/SearchProvider/SearchProvider.js +1 -0
- package/build/providers/SearchProvider/SearchProvider.js.map +1 -1
- package/build/providers/SearchProvider/SearchProvider.mjs +1 -1
- package/build/providers/SearchProvider/SearchProvider.mjs.map +1 -1
- package/build/providers/SearchProvider/index.js +4 -1
- package/build/providers/SearchProvider/index.mjs +2 -1
- package/build/providers/TranslatorProvider/TranslatorProvider.d.ts +3 -2
- package/build/providers/TranslatorProvider/TranslatorProvider.js.map +1 -1
- package/build/providers/TranslatorProvider/TranslatorProvider.mjs.map +1 -1
- package/build/providers/TranslatorProvider/index.js +3 -1
- package/build/providers/TranslatorProvider/index.mjs +2 -1
- package/build/providers/VersionProvider/VersionProvider.d.ts +2 -2
- package/build/providers/VersionProvider/VersionProvider.js +1 -0
- package/build/providers/VersionProvider/VersionProvider.js.map +1 -1
- package/build/providers/VersionProvider/VersionProvider.mjs +1 -1
- package/build/providers/VersionProvider/VersionProvider.mjs.map +1 -1
- package/build/providers/VersionProvider/index.js +3 -1
- package/build/providers/VersionProvider/index.mjs +2 -1
- package/build/providers/index.js +26 -8
- package/build/providers/index.mjs +9 -8
- package/build/routes/SecurityRoutes.d.ts +1 -1
- package/build/sections/Detail/ContainerContent.d.ts +1 -1
- package/build/sections/Detail/ContainerContent.js +4 -11
- package/build/sections/Detail/ContainerContent.js.map +1 -1
- package/build/sections/Detail/ContainerContent.mjs +4 -11
- package/build/sections/Detail/ContainerContent.mjs.map +1 -1
- package/build/sections/Detail/Detail.d.ts +1 -1
- package/build/sections/Detail/Detail.js +2 -1
- package/build/sections/Detail/Detail.js.map +1 -1
- package/build/sections/Detail/Detail.mjs +2 -2
- package/build/sections/Detail/Detail.mjs.map +1 -1
- package/build/sections/Detail/ReadmeSection.d.ts +1 -1
- package/build/sections/Detail/ReadmeSection.js.map +1 -1
- package/build/sections/Detail/ReadmeSection.mjs.map +1 -1
- package/build/sections/Detail/Tabs.d.ts +1 -1
- package/build/sections/Detail/Tabs.js.map +1 -1
- package/build/sections/Detail/Tabs.mjs.map +1 -1
- package/build/sections/Detail/index.js +2 -1
- package/build/sections/Detail/index.mjs +2 -1
- package/build/sections/Footer/Footer.d.ts +1 -1
- package/build/sections/Footer/Footer.js.map +1 -1
- package/build/sections/Footer/Footer.mjs.map +1 -1
- package/build/sections/Footer/index.js +2 -1
- package/build/sections/Footer/index.mjs +2 -1
- package/build/sections/Footer/styles.d.ts +17 -17
- package/build/sections/Footer/styles.js.map +1 -1
- package/build/sections/Footer/styles.mjs.map +1 -1
- package/build/sections/Header/Header.d.ts +1 -1
- package/build/sections/Header/Header.js.map +1 -1
- package/build/sections/Header/Header.mjs.map +1 -1
- package/build/sections/Header/HeaderGreetings.d.ts +1 -1
- package/build/sections/Header/HeaderGreetings.js.map +1 -1
- package/build/sections/Header/HeaderGreetings.mjs.map +1 -1
- package/build/sections/Header/HeaderLeft.d.ts +1 -1
- package/build/sections/Header/HeaderLeft.js.map +1 -1
- package/build/sections/Header/HeaderLeft.mjs.map +1 -1
- package/build/sections/Header/HeaderMenu.d.ts +2 -1
- package/build/sections/Header/HeaderMenu.js.map +1 -1
- package/build/sections/Header/HeaderMenu.mjs.map +1 -1
- package/build/sections/Header/HeaderRight.d.ts +1 -1
- package/build/sections/Header/HeaderRight.js.map +1 -1
- package/build/sections/Header/HeaderRight.mjs.map +1 -1
- package/build/sections/Header/HeaderSettingsDialog.d.ts +1 -1
- package/build/sections/Header/HeaderSettingsDialog.js.map +1 -1
- package/build/sections/Header/HeaderSettingsDialog.mjs.map +1 -1
- package/build/sections/Header/HeaderToolTip.d.ts +2 -2
- package/build/sections/Header/HeaderToolTip.js.map +1 -1
- package/build/sections/Header/HeaderToolTip.mjs.map +1 -1
- package/build/sections/Header/HeaderToolTipIcon.d.ts +1 -1
- package/build/sections/Header/HeaderToolTipIcon.js.map +1 -1
- package/build/sections/Header/HeaderToolTipIcon.mjs.map +1 -1
- package/build/sections/Header/LanguageSwitch.d.ts +3 -12
- package/build/sections/Header/LanguageSwitch.js +2 -0
- package/build/sections/Header/LanguageSwitch.js.map +1 -1
- package/build/sections/Header/LanguageSwitch.mjs +1 -1
- package/build/sections/Header/LanguageSwitch.mjs.map +1 -1
- package/build/sections/Header/RegistryInfoContent/RegistryInfoContent.d.ts +8 -7
- package/build/sections/Header/RegistryInfoContent/RegistryInfoContent.js +4 -0
- package/build/sections/Header/RegistryInfoContent/RegistryInfoContent.js.map +1 -1
- package/build/sections/Header/RegistryInfoContent/RegistryInfoContent.mjs +1 -1
- package/build/sections/Header/RegistryInfoContent/RegistryInfoContent.mjs.map +1 -1
- package/build/sections/Header/RegistryInfoContent/index.js +2 -1
- package/build/sections/Header/RegistryInfoContent/index.mjs +2 -1
- package/build/sections/Header/RegistryInfoContent/styles.d.ts +7 -7
- package/build/sections/Header/RegistryInfoContent/styles.js.map +1 -1
- package/build/sections/Header/RegistryInfoContent/styles.mjs.map +1 -1
- package/build/sections/Header/index.js +2 -1
- package/build/sections/Header/index.mjs +2 -1
- package/build/sections/Header/styles.d.ts +19 -33
- package/build/sections/Header/styles.js.map +1 -1
- package/build/sections/Header/styles.mjs.map +1 -1
- package/build/sections/Home/Home.d.ts +1 -1
- package/build/sections/Home/Home.js.map +1 -1
- package/build/sections/Home/Home.mjs.map +1 -1
- package/build/sections/Home/index.js +2 -1
- package/build/sections/Home/index.mjs +2 -1
- package/build/sections/Security/AddUser.d.ts +1 -1
- package/build/sections/Security/AddUser.js.map +1 -1
- package/build/sections/Security/AddUser.mjs.map +1 -1
- package/build/sections/Security/ChangePassword.d.ts +1 -1
- package/build/sections/Security/ChangePassword.js.map +1 -1
- package/build/sections/Security/ChangePassword.mjs.map +1 -1
- package/build/sections/Security/Login.d.ts +1 -1
- package/build/sections/Security/Login.js.map +1 -1
- package/build/sections/Security/Login.mjs.map +1 -1
- package/build/sections/Security/Success.d.ts +1 -1
- package/build/sections/Security/Success.js.map +1 -1
- package/build/sections/Security/Success.mjs.map +1 -1
- package/build/sections/Security/index.js +8 -4
- package/build/sections/Security/index.mjs +5 -4
- package/build/sections/Security/styles.d.ts +3 -5
- package/build/sections/Security/styles.js +0 -1
- package/build/sections/Security/styles.js.map +1 -1
- package/build/sections/Security/styles.mjs.map +1 -1
- package/build/sections/Security/utils.js.map +1 -1
- package/build/sections/Security/utils.mjs.map +1 -1
- package/build/sections/SideBar/Sidebar.d.ts +1 -1
- package/build/sections/SideBar/Sidebar.js.map +1 -1
- package/build/sections/SideBar/Sidebar.mjs.map +1 -1
- package/build/sections/SideBar/index.js +2 -1
- package/build/sections/SideBar/index.mjs +2 -1
- package/build/sections/index.js +4 -2
- package/build/sections/index.mjs +3 -2
- package/build/store/api.js +2 -0
- package/build/store/api.js.map +1 -1
- package/build/store/api.mjs +1 -1
- package/build/store/api.mjs.map +1 -1
- package/build/store/index.js +2 -1
- package/build/store/index.mjs +2 -1
- package/build/store/routes.js.map +1 -1
- package/build/store/routes.mjs.map +1 -1
- package/build/store/storage.js.map +1 -1
- package/build/store/storage.mjs.map +1 -1
- package/build/store/utils.d.ts +1 -1
- package/build/store/utils.js.map +1 -1
- package/build/store/utils.mjs.map +1 -1
- package/build/types/index.d.ts +1 -1
- package/build/types/packageMeta.d.ts +1 -1
- package/build/ui-components.css +9 -8
- package/build/utils/cli-utils.d.ts +1 -1
- package/build/utils/cli-utils.js.map +1 -1
- package/build/utils/cli-utils.mjs.map +1 -1
- package/build/utils/index.js +25 -6
- package/build/utils/index.mjs +7 -6
- package/build/utils/loadable.d.ts +3 -3
- package/build/utils/loadable.js.map +1 -1
- package/build/utils/loadable.mjs.map +1 -1
- package/build/utils/routes.js.map +1 -1
- package/build/utils/routes.mjs.map +1 -1
- package/build/utils/schemas.js +2 -0
- package/build/utils/schemas.js.map +1 -1
- package/build/utils/schemas.mjs +1 -1
- package/build/utils/schemas.mjs.map +1 -1
- package/build/utils/token.js +0 -1
- package/build/utils/token.js.map +1 -1
- package/build/utils/token.mjs.map +1 -1
- package/build/utils/url.js.map +1 -1
- package/build/utils/url.mjs.map +1 -1
- package/build/utils/utils.d.ts +2 -2
- package/build/utils/utils.js +4 -0
- package/build/utils/utils.js.map +1 -1
- package/build/utils/utils.mjs +1 -1
- package/build/utils/utils.mjs.map +1 -1
- package/package.json +28 -26
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Help.js","names":[],"sources":["../../../src/components/Help/Help.tsx"],"sourcesContent":["import Button from '@mui/material/Button';\nimport CardActions from '@mui/material/CardActions';\nimport CardContent from '@mui/material/CardContent';\nimport Typography from '@mui/material/Typography';\nimport React, { Fragment } from 'react';\nimport { useTranslation } from 'react-i18next';\n\nimport { CopyClipboard, Heading, useConfig } from '../../';\nimport { CardStyled as Card } from './styles';\n\nfunction renderHeadingClipboardSegments(title: string, text: string): React.ReactNode {\n return (\n <Fragment>\n <Typography variant={'body1'}>{title}</Typography>\n <CopyClipboard dataTestId=\"segments\" text={text} />\n </Fragment>\n );\n}\n\nconst Help: React.FC = () => {\n const { configOptions } = useConfig();\n const registryUrl = configOptions.base;\n const { t } = useTranslation();\n\n return (\n <Card data-testid=\"help-card\" id=\"help-card\">\n <CardContent>\n <Heading gutterBottom={true} id=\"help-card__title\" variant=\"h5\">\n {t('help.title')}\n </Heading>\n <Heading color=\"textSecondary\" gutterBottom={true} sx={{ marginBottom: 1 }}>\n {t('help.sub-title')}\n </Heading>\n {renderHeadingClipboardSegments(\n t('help.first-step'),\n t('help.first-step-command-line', { registryUrl })\n )}\n {renderHeadingClipboardSegments(\n t('help.second-step'),\n t('help.second-step-command-line', { registryUrl })\n )}\n <Typography variant=\"body1\">{t('help.third-step')}</Typography>\n </CardContent>\n <CardActions>\n <Button color=\"primary\" href=\"https://verdaccio.org/docs/cli-registry\" size=\"small\">\n {t('button.learn-more')}\n </Button>\n </CardActions>\n </Card>\n );\n};\n\nexport default Help;\n"],"mappings":";;;;;;;;;;;;;;;;;;;AAUA,SAAS,+BAA+B,OAAe,MAA+B;
|
|
1
|
+
{"version":3,"file":"Help.js","names":[],"sources":["../../../src/components/Help/Help.tsx"],"sourcesContent":["import Button from '@mui/material/Button';\nimport CardActions from '@mui/material/CardActions';\nimport CardContent from '@mui/material/CardContent';\nimport Typography from '@mui/material/Typography';\nimport React, { Fragment } from 'react';\nimport { useTranslation } from 'react-i18next';\n\nimport { CopyClipboard, Heading, useConfig } from '../../';\nimport { CardStyled as Card } from './styles';\n\nfunction renderHeadingClipboardSegments(title: string, text: string): React.ReactNode {\n return (\n <Fragment>\n <Typography variant={'body1'}>{title}</Typography>\n <CopyClipboard dataTestId=\"segments\" text={text} />\n </Fragment>\n );\n}\n\nconst Help: React.FC = () => {\n const { configOptions } = useConfig();\n const registryUrl = configOptions.base;\n const { t } = useTranslation();\n\n return (\n <Card data-testid=\"help-card\" id=\"help-card\">\n <CardContent>\n <Heading gutterBottom={true} id=\"help-card__title\" variant=\"h5\">\n {t('help.title')}\n </Heading>\n <Heading color=\"textSecondary\" gutterBottom={true} sx={{ marginBottom: 1 }}>\n {t('help.sub-title')}\n </Heading>\n {renderHeadingClipboardSegments(\n t('help.first-step'),\n t('help.first-step-command-line', { registryUrl })\n )}\n {renderHeadingClipboardSegments(\n t('help.second-step'),\n t('help.second-step-command-line', { registryUrl })\n )}\n <Typography variant=\"body1\">{t('help.third-step')}</Typography>\n </CardContent>\n <CardActions>\n <Button color=\"primary\" href=\"https://verdaccio.org/docs/cli-registry\" size=\"small\">\n {t('button.learn-more')}\n </Button>\n </CardActions>\n </Card>\n );\n};\n\nexport default Help;\n"],"mappings":";;;;;;;;;;;;;;;;;;;AAUA,SAAS,+BAA+B,OAAe,MAA+B;CACpF,OACE,iBAAA,GAAA,kBAAA,KAAA,CAAC,MAAA,UAAD,EAAA,UAAA,CACE,iBAAA,GAAA,kBAAA,IAAA,CAAC,yBAAA,SAAD;EAAY,SAAS;YAAU;CAAkB,CAAA,GACjD,iBAAA,GAAA,kBAAA,IAAA,CAAC,wBAAA,SAAD;EAAe,YAAW;EAAiB;CAAO,CAAA,CAC1C,EAAA,CAAA;AAEd;AAEA,IAAM,aAAuB;CAC3B,MAAM,EAAE,kBAAkB,iCAAA,UAAU;CACpC,MAAM,cAAc,cAAc;CAClC,MAAM,EAAE,OAAA,GAAA,cAAA,eAAA,CAAqB;CAE7B,OACE,iBAAA,GAAA,kBAAA,KAAA,CAAC,eAAA,YAAD;EAAM,eAAY;EAAY,IAAG;YAAjC,CACE,iBAAA,GAAA,kBAAA,KAAA,CAAC,0BAAA,SAAD,EAAA,UAAA;GACE,iBAAA,GAAA,kBAAA,IAAA,CAAC,gBAAA,SAAD;IAAS,cAAc;IAAM,IAAG;IAAmB,SAAQ;cACxD,EAAE,YAAY;GACR,CAAA;GACT,iBAAA,GAAA,kBAAA,IAAA,CAAC,gBAAA,SAAD;IAAS,OAAM;IAAgB,cAAc;IAAM,IAAI,EAAE,cAAc,EAAE;cACtE,EAAE,gBAAgB;GACZ,CAAA;GACR,+BACC,EAAE,iBAAiB,GACnB,EAAE,gCAAgC,EAAE,YAAY,CAAC,CACnD;GACC,+BACC,EAAE,kBAAkB,GACpB,EAAE,iCAAiC,EAAE,YAAY,CAAC,CACpD;GACA,iBAAA,GAAA,kBAAA,IAAA,CAAC,yBAAA,SAAD;IAAY,SAAQ;cAAS,EAAE,iBAAiB;GAAc,CAAA;EACnD,EAAA,CAAA,GACb,iBAAA,GAAA,kBAAA,IAAA,CAAC,0BAAA,SAAD,EAAA,UACE,iBAAA,GAAA,kBAAA,IAAA,CAAC,qBAAA,SAAD;GAAQ,OAAM;GAAU,MAAK;GAA0C,MAAK;aACzE,EAAE,mBAAmB;EAChB,CAAA,EACG,CAAA,CACT;;AAEV"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Help.mjs","names":[],"sources":["../../../src/components/Help/Help.tsx"],"sourcesContent":["import Button from '@mui/material/Button';\nimport CardActions from '@mui/material/CardActions';\nimport CardContent from '@mui/material/CardContent';\nimport Typography from '@mui/material/Typography';\nimport React, { Fragment } from 'react';\nimport { useTranslation } from 'react-i18next';\n\nimport { CopyClipboard, Heading, useConfig } from '../../';\nimport { CardStyled as Card } from './styles';\n\nfunction renderHeadingClipboardSegments(title: string, text: string): React.ReactNode {\n return (\n <Fragment>\n <Typography variant={'body1'}>{title}</Typography>\n <CopyClipboard dataTestId=\"segments\" text={text} />\n </Fragment>\n );\n}\n\nconst Help: React.FC = () => {\n const { configOptions } = useConfig();\n const registryUrl = configOptions.base;\n const { t } = useTranslation();\n\n return (\n <Card data-testid=\"help-card\" id=\"help-card\">\n <CardContent>\n <Heading gutterBottom={true} id=\"help-card__title\" variant=\"h5\">\n {t('help.title')}\n </Heading>\n <Heading color=\"textSecondary\" gutterBottom={true} sx={{ marginBottom: 1 }}>\n {t('help.sub-title')}\n </Heading>\n {renderHeadingClipboardSegments(\n t('help.first-step'),\n t('help.first-step-command-line', { registryUrl })\n )}\n {renderHeadingClipboardSegments(\n t('help.second-step'),\n t('help.second-step-command-line', { registryUrl })\n )}\n <Typography variant=\"body1\">{t('help.third-step')}</Typography>\n </CardContent>\n <CardActions>\n <Button color=\"primary\" href=\"https://verdaccio.org/docs/cli-registry\" size=\"small\">\n {t('button.learn-more')}\n </Button>\n </CardActions>\n </Card>\n );\n};\n\nexport default Help;\n"],"mappings":";;;;;;;;;;;;;AAUA,SAAS,+BAA+B,OAAe,MAA+B;
|
|
1
|
+
{"version":3,"file":"Help.mjs","names":[],"sources":["../../../src/components/Help/Help.tsx"],"sourcesContent":["import Button from '@mui/material/Button';\nimport CardActions from '@mui/material/CardActions';\nimport CardContent from '@mui/material/CardContent';\nimport Typography from '@mui/material/Typography';\nimport React, { Fragment } from 'react';\nimport { useTranslation } from 'react-i18next';\n\nimport { CopyClipboard, Heading, useConfig } from '../../';\nimport { CardStyled as Card } from './styles';\n\nfunction renderHeadingClipboardSegments(title: string, text: string): React.ReactNode {\n return (\n <Fragment>\n <Typography variant={'body1'}>{title}</Typography>\n <CopyClipboard dataTestId=\"segments\" text={text} />\n </Fragment>\n );\n}\n\nconst Help: React.FC = () => {\n const { configOptions } = useConfig();\n const registryUrl = configOptions.base;\n const { t } = useTranslation();\n\n return (\n <Card data-testid=\"help-card\" id=\"help-card\">\n <CardContent>\n <Heading gutterBottom={true} id=\"help-card__title\" variant=\"h5\">\n {t('help.title')}\n </Heading>\n <Heading color=\"textSecondary\" gutterBottom={true} sx={{ marginBottom: 1 }}>\n {t('help.sub-title')}\n </Heading>\n {renderHeadingClipboardSegments(\n t('help.first-step'),\n t('help.first-step-command-line', { registryUrl })\n )}\n {renderHeadingClipboardSegments(\n t('help.second-step'),\n t('help.second-step-command-line', { registryUrl })\n )}\n <Typography variant=\"body1\">{t('help.third-step')}</Typography>\n </CardContent>\n <CardActions>\n <Button color=\"primary\" href=\"https://verdaccio.org/docs/cli-registry\" size=\"small\">\n {t('button.learn-more')}\n </Button>\n </CardActions>\n </Card>\n );\n};\n\nexport default Help;\n"],"mappings":";;;;;;;;;;;;;AAUA,SAAS,+BAA+B,OAAe,MAA+B;CACpF,OACE,qBAAC,UAAD,EAAA,UAAA,CACE,oBAAC,YAAD;EAAY,SAAS;YAAU;CAAkB,CAAA,GACjD,oBAAC,iBAAD;EAAe,YAAW;EAAiB;CAAO,CAAA,CAC1C,EAAA,CAAA;AAEd;AAEA,IAAM,aAAuB;CAC3B,MAAM,EAAE,kBAAkB,UAAU;CACpC,MAAM,cAAc,cAAc;CAClC,MAAM,EAAE,MAAM,eAAe;CAE7B,OACE,qBAAC,YAAD;EAAM,eAAY;EAAY,IAAG;YAAjC,CACE,qBAAC,aAAD,EAAA,UAAA;GACE,oBAAC,SAAD;IAAS,cAAc;IAAM,IAAG;IAAmB,SAAQ;cACxD,EAAE,YAAY;GACR,CAAA;GACT,oBAAC,SAAD;IAAS,OAAM;IAAgB,cAAc;IAAM,IAAI,EAAE,cAAc,EAAE;cACtE,EAAE,gBAAgB;GACZ,CAAA;GACR,+BACC,EAAE,iBAAiB,GACnB,EAAE,gCAAgC,EAAE,YAAY,CAAC,CACnD;GACC,+BACC,EAAE,kBAAkB,GACpB,EAAE,iCAAiC,EAAE,YAAY,CAAC,CACpD;GACA,oBAAC,YAAD;IAAY,SAAQ;cAAS,EAAE,iBAAiB;GAAc,CAAA;EACnD,EAAA,CAAA,GACb,oBAAC,aAAD,EAAA,UACE,oBAAC,QAAD;GAAQ,OAAM;GAAU,MAAK;GAA0C,MAAK;aACzE,EAAE,mBAAmB;EAChB,CAAA,EACG,CAAA,CACT;;AAEV"}
|
|
@@ -1 +1,2 @@
|
|
|
1
|
-
require("./Help.js");
|
|
1
|
+
const require_Help = require("./Help.js");
|
|
2
|
+
exports.default = require_Help.default;
|
|
@@ -1 +1,2 @@
|
|
|
1
|
-
import "./Help.mjs";
|
|
1
|
+
import Help from "./Help.mjs";
|
|
2
|
+
export { Help as default };
|
|
@@ -1,3 +1 @@
|
|
|
1
|
-
export declare const CardStyled: import(
|
|
2
|
-
theme?: import('@emotion/react').Theme;
|
|
3
|
-
}, {}, {}>;
|
|
1
|
+
export declare const CardStyled: import("@emotion/styled").StyledComponent<any, {}, {}>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"styles.js","names":[],"sources":["../../../src/components/Help/styles.ts"],"sourcesContent":["import styled from '@emotion/styled';\nimport Card from '@mui/material/Card';\n\nexport const CardStyled = styled(Card)({\n maxWidth: 600,\n margin: 'auto',\n});\n"],"mappings":";;;;;;AAGA,IAAa,cAAA,GAAA,gBAAA,
|
|
1
|
+
{"version":3,"file":"styles.js","names":[],"sources":["../../../src/components/Help/styles.ts"],"sourcesContent":["import styled from '@emotion/styled';\nimport Card from '@mui/material/Card';\n\nexport const CardStyled = styled(Card)({\n maxWidth: 600,\n margin: 'auto',\n});\n"],"mappings":";;;;;;AAGA,IAAa,cAAA,GAAA,gBAAA,QAAA,CAAoB,mBAAA,OAAI,CAAC,CAAC;CACrC,UAAU;CACV,QAAQ;AACV,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"styles.mjs","names":[],"sources":["../../../src/components/Help/styles.ts"],"sourcesContent":["import styled from '@emotion/styled';\nimport Card from '@mui/material/Card';\n\nexport const CardStyled = styled(Card)({\n maxWidth: 600,\n margin: 'auto',\n});\n"],"mappings":";;;AAGA,IAAa,aAAa,OAAO,
|
|
1
|
+
{"version":3,"file":"styles.mjs","names":[],"sources":["../../../src/components/Help/styles.ts"],"sourcesContent":["import styled from '@emotion/styled';\nimport Card from '@mui/material/Card';\n\nexport const CardStyled = styled(Card)({\n maxWidth: 600,\n margin: 'auto',\n});\n"],"mappings":";;;AAGA,IAAa,aAAa,OAAO,IAAI,CAAC,CAAC;CACrC,UAAU;CACV,QAAQ;AACV,CAAC"}
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import
|
|
1
|
+
import React from 'react';
|
|
2
2
|
export declare function CommonJS(): React.JSX.Element;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"CommonJS2.js","names":[],"sources":["../../../../src/components/Icons/DevsIcons/CommonJS.tsx"],"sourcesContent":["import React from 'react';\n\nimport icon from './commonjs.svg';\n\nexport function CommonJS() {\n return <img alt=\"commonjs\" height=\"20\" src={icon} width=\"20\" />;\n}\n"],"mappings":";;;;;;AAIA,SAAgB,WAAW;
|
|
1
|
+
{"version":3,"file":"CommonJS2.js","names":[],"sources":["../../../../src/components/Icons/DevsIcons/CommonJS.tsx"],"sourcesContent":["import React from 'react';\n\nimport icon from './commonjs.svg';\n\nexport function CommonJS() {\n return <img alt=\"commonjs\" height=\"20\" src={icon} width=\"20\" />;\n}\n"],"mappings":";;;;;;AAIA,SAAgB,WAAW;CACzB,OAAO,iBAAA,GAAA,kBAAA,IAAA,CAAC,OAAD;EAAK,KAAI;EAAW,QAAO;EAAK,KAAK,iBAAA;EAAM,OAAM;CAAM,CAAA;AAChE"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"CommonJS2.mjs","names":[],"sources":["../../../../src/components/Icons/DevsIcons/CommonJS.tsx"],"sourcesContent":["import React from 'react';\n\nimport icon from './commonjs.svg';\n\nexport function CommonJS() {\n return <img alt=\"commonjs\" height=\"20\" src={icon} width=\"20\" />;\n}\n"],"mappings":";;;;AAIA,SAAgB,WAAW;
|
|
1
|
+
{"version":3,"file":"CommonJS2.mjs","names":[],"sources":["../../../../src/components/Icons/DevsIcons/CommonJS.tsx"],"sourcesContent":["import React from 'react';\n\nimport icon from './commonjs.svg';\n\nexport function CommonJS() {\n return <img alt=\"commonjs\" height=\"20\" src={icon} width=\"20\" />;\n}\n"],"mappings":";;;;AAIA,SAAgB,WAAW;CACzB,OAAO,oBAAC,OAAD;EAAK,KAAI;EAAW,QAAO;EAAK,KAAK;EAAM,OAAM;CAAM,CAAA;AAChE"}
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import
|
|
1
|
+
import React from 'react';
|
|
2
2
|
export declare function ES6Modules(): React.JSX.Element;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ES6Module2.js","names":[],"sources":["../../../../src/components/Icons/DevsIcons/ES6Module.tsx"],"sourcesContent":["import React from 'react';\n\nimport icon from './es6module.svg';\n\nexport function ES6Modules() {\n return <img alt=\"es6 modules\" height=\"20\" src={icon} width=\"20\" />;\n}\n"],"mappings":";;;;;;AAIA,SAAgB,aAAa;
|
|
1
|
+
{"version":3,"file":"ES6Module2.js","names":[],"sources":["../../../../src/components/Icons/DevsIcons/ES6Module.tsx"],"sourcesContent":["import React from 'react';\n\nimport icon from './es6module.svg';\n\nexport function ES6Modules() {\n return <img alt=\"es6 modules\" height=\"20\" src={icon} width=\"20\" />;\n}\n"],"mappings":";;;;;;AAIA,SAAgB,aAAa;CAC3B,OAAO,iBAAA,GAAA,kBAAA,IAAA,CAAC,OAAD;EAAK,KAAI;EAAc,QAAO;EAAK,KAAK,kBAAA;EAAM,OAAM;CAAM,CAAA;AACnE"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ES6Module2.mjs","names":[],"sources":["../../../../src/components/Icons/DevsIcons/ES6Module.tsx"],"sourcesContent":["import React from 'react';\n\nimport icon from './es6module.svg';\n\nexport function ES6Modules() {\n return <img alt=\"es6 modules\" height=\"20\" src={icon} width=\"20\" />;\n}\n"],"mappings":";;;;AAIA,SAAgB,aAAa;
|
|
1
|
+
{"version":3,"file":"ES6Module2.mjs","names":[],"sources":["../../../../src/components/Icons/DevsIcons/ES6Module.tsx"],"sourcesContent":["import React from 'react';\n\nimport icon from './es6module.svg';\n\nexport function ES6Modules() {\n return <img alt=\"es6 modules\" height=\"20\" src={icon} width=\"20\" />;\n}\n"],"mappings":";;;;AAIA,SAAgB,aAAa;CAC3B,OAAO,oBAAC,OAAD;EAAK,KAAI;EAAc,QAAO;EAAK,KAAK;EAAM,OAAM;CAAM,CAAA;AACnE"}
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import
|
|
1
|
+
import React from 'react';
|
|
2
2
|
export declare function Git(): React.JSX.Element;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Git2.js","names":[],"sources":["../../../../src/components/Icons/DevsIcons/Git.tsx"],"sourcesContent":["import React from 'react';\n\nimport icon from './git.svg';\n\nexport function Git() {\n return <img alt=\"git\" height=\"20\" src={icon} width=\"20\" />;\n}\n"],"mappings":";;;;;;AAIA,SAAgB,MAAM;
|
|
1
|
+
{"version":3,"file":"Git2.js","names":[],"sources":["../../../../src/components/Icons/DevsIcons/Git.tsx"],"sourcesContent":["import React from 'react';\n\nimport icon from './git.svg';\n\nexport function Git() {\n return <img alt=\"git\" height=\"20\" src={icon} width=\"20\" />;\n}\n"],"mappings":";;;;;;AAIA,SAAgB,MAAM;CACpB,OAAO,iBAAA,GAAA,kBAAA,IAAA,CAAC,OAAD;EAAK,KAAI;EAAM,QAAO;EAAK,KAAK,YAAA;EAAM,OAAM;CAAM,CAAA;AAC3D"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Git2.mjs","names":[],"sources":["../../../../src/components/Icons/DevsIcons/Git.tsx"],"sourcesContent":["import React from 'react';\n\nimport icon from './git.svg';\n\nexport function Git() {\n return <img alt=\"git\" height=\"20\" src={icon} width=\"20\" />;\n}\n"],"mappings":";;;;AAIA,SAAgB,MAAM;
|
|
1
|
+
{"version":3,"file":"Git2.mjs","names":[],"sources":["../../../../src/components/Icons/DevsIcons/Git.tsx"],"sourcesContent":["import React from 'react';\n\nimport icon from './git.svg';\n\nexport function Git() {\n return <img alt=\"git\" height=\"20\" src={icon} width=\"20\" />;\n}\n"],"mappings":";;;;AAIA,SAAgB,MAAM;CACpB,OAAO,oBAAC,OAAD;EAAK,KAAI;EAAM,QAAO;EAAK,KAAK;EAAM,OAAM;CAAM,CAAA;AAC3D"}
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import
|
|
1
|
+
import React from 'react';
|
|
2
2
|
export declare function NodeJS(): React.JSX.Element;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"NodeJS2.js","names":[],"sources":["../../../../src/components/Icons/DevsIcons/NodeJS.tsx"],"sourcesContent":["import React from 'react';\n\nimport icon from './nodejs.svg';\n\nexport function NodeJS() {\n return <img alt=\"nodejs\" height=\"20\" src={icon} width=\"20\" />;\n}\n"],"mappings":";;;;;;AAIA,SAAgB,SAAS;
|
|
1
|
+
{"version":3,"file":"NodeJS2.js","names":[],"sources":["../../../../src/components/Icons/DevsIcons/NodeJS.tsx"],"sourcesContent":["import React from 'react';\n\nimport icon from './nodejs.svg';\n\nexport function NodeJS() {\n return <img alt=\"nodejs\" height=\"20\" src={icon} width=\"20\" />;\n}\n"],"mappings":";;;;;;AAIA,SAAgB,SAAS;CACvB,OAAO,iBAAA,GAAA,kBAAA,IAAA,CAAC,OAAD;EAAK,KAAI;EAAS,QAAO;EAAK,KAAK,eAAA;EAAM,OAAM;CAAM,CAAA;AAC9D"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"NodeJS2.mjs","names":[],"sources":["../../../../src/components/Icons/DevsIcons/NodeJS.tsx"],"sourcesContent":["import React from 'react';\n\nimport icon from './nodejs.svg';\n\nexport function NodeJS() {\n return <img alt=\"nodejs\" height=\"20\" src={icon} width=\"20\" />;\n}\n"],"mappings":";;;;AAIA,SAAgB,SAAS;
|
|
1
|
+
{"version":3,"file":"NodeJS2.mjs","names":[],"sources":["../../../../src/components/Icons/DevsIcons/NodeJS.tsx"],"sourcesContent":["import React from 'react';\n\nimport icon from './nodejs.svg';\n\nexport function NodeJS() {\n return <img alt=\"nodejs\" height=\"20\" src={icon} width=\"20\" />;\n}\n"],"mappings":";;;;AAIA,SAAgB,SAAS;CACvB,OAAO,oBAAC,OAAD;EAAK,KAAI;EAAS,QAAO;EAAK,KAAK;EAAM,OAAM;CAAM,CAAA;AAC9D"}
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import
|
|
1
|
+
import React from 'react';
|
|
2
2
|
export declare function TypeScript(): React.JSX.Element;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"TypeScript2.js","names":[],"sources":["../../../../src/components/Icons/DevsIcons/TypeScript.tsx"],"sourcesContent":["import React from 'react';\n\nimport icon from './typescript.svg';\n\nexport function TypeScript() {\n return <img alt=\"typescript\" height=\"20\" src={icon} width=\"20\" />;\n}\n"],"mappings":";;;;;;AAIA,SAAgB,aAAa;
|
|
1
|
+
{"version":3,"file":"TypeScript2.js","names":[],"sources":["../../../../src/components/Icons/DevsIcons/TypeScript.tsx"],"sourcesContent":["import React from 'react';\n\nimport icon from './typescript.svg';\n\nexport function TypeScript() {\n return <img alt=\"typescript\" height=\"20\" src={icon} width=\"20\" />;\n}\n"],"mappings":";;;;;;AAIA,SAAgB,aAAa;CAC3B,OAAO,iBAAA,GAAA,kBAAA,IAAA,CAAC,OAAD;EAAK,KAAI;EAAa,QAAO;EAAK,KAAK,mBAAA;EAAM,OAAM;CAAM,CAAA;AAClE"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"TypeScript2.mjs","names":[],"sources":["../../../../src/components/Icons/DevsIcons/TypeScript.tsx"],"sourcesContent":["import React from 'react';\n\nimport icon from './typescript.svg';\n\nexport function TypeScript() {\n return <img alt=\"typescript\" height=\"20\" src={icon} width=\"20\" />;\n}\n"],"mappings":";;;;AAIA,SAAgB,aAAa;
|
|
1
|
+
{"version":3,"file":"TypeScript2.mjs","names":[],"sources":["../../../../src/components/Icons/DevsIcons/TypeScript.tsx"],"sourcesContent":["import React from 'react';\n\nimport icon from './typescript.svg';\n\nexport function TypeScript() {\n return <img alt=\"typescript\" height=\"20\" src={icon} width=\"20\" />;\n}\n"],"mappings":";;;;AAIA,SAAgB,aAAa;CAC3B,OAAO,oBAAC,OAAD;EAAK,KAAI;EAAa,QAAO;EAAK,KAAK;EAAM,OAAM;CAAM,CAAA;AAClE"}
|
|
@@ -1,5 +1,10 @@
|
|
|
1
|
-
require("./TypeScript2.js");
|
|
2
|
-
require("./CommonJS2.js");
|
|
3
|
-
require("./ES6Module2.js");
|
|
4
|
-
require("./NodeJS2.js");
|
|
5
|
-
require("./Git2.js");
|
|
1
|
+
const require_TypeScript = require("./TypeScript2.js");
|
|
2
|
+
const require_CommonJS = require("./CommonJS2.js");
|
|
3
|
+
const require_ES6Module = require("./ES6Module2.js");
|
|
4
|
+
const require_NodeJS = require("./NodeJS2.js");
|
|
5
|
+
const require_Git = require("./Git2.js");
|
|
6
|
+
exports.CommonJS = require_CommonJS.CommonJS;
|
|
7
|
+
exports.ES6Modules = require_ES6Module.ES6Modules;
|
|
8
|
+
exports.Git = require_Git.Git;
|
|
9
|
+
exports.NodeJS = require_NodeJS.NodeJS;
|
|
10
|
+
exports.TypeScript = require_TypeScript.TypeScript;
|
|
@@ -1,5 +1,6 @@
|
|
|
1
|
-
import "./TypeScript2.mjs";
|
|
2
|
-
import "./CommonJS2.mjs";
|
|
3
|
-
import "./ES6Module2.mjs";
|
|
4
|
-
import "./NodeJS2.mjs";
|
|
5
|
-
import "./Git2.mjs";
|
|
1
|
+
import { TypeScript } from "./TypeScript2.mjs";
|
|
2
|
+
import { CommonJS } from "./CommonJS2.mjs";
|
|
3
|
+
import { ES6Modules } from "./ES6Module2.mjs";
|
|
4
|
+
import { NodeJS } from "./NodeJS2.mjs";
|
|
5
|
+
import { Git } from "./Git2.mjs";
|
|
6
|
+
export { CommonJS, ES6Modules, Git, NodeJS, TypeScript };
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import
|
|
1
|
+
import React from 'react';
|
|
2
2
|
import { SvgIcon } from './SvgIcon';
|
|
3
|
-
declare
|
|
4
|
-
|
|
5
|
-
displayName: string;
|
|
6
|
-
}
|
|
3
|
+
declare function Earth({ ref, ...props }: React.ComponentProps<typeof SvgIcon>): React.JSX.Element;
|
|
4
|
+
declare namespace Earth {
|
|
5
|
+
var displayName: string;
|
|
6
|
+
}
|
|
7
7
|
export { Earth };
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Earth.js","names":[],"sources":["../../../src/components/Icons/Earth.tsx"],"sourcesContent":["import React from 'react';\n\nimport { SvgIcon } from './SvgIcon';\n\nconst Earth = function Earth({ ref, ...props }: React.ComponentProps<typeof SvgIcon>) {\n return (\n <SvgIcon viewBox=\"0 0 45 45\" {...props} ref={ref}>\n <defs>\n <clipPath id=\"prefix__a\">\n <path d=\"M0 36h36V0H0v36z\" />\n </clipPath>\n <clipPath id=\"prefix__b\">\n <path d=\"M18 36C8.059 36 0 27.941 0 18S8.059 0 18 0s18 8.059 18 18-8.059 18-18 18z\" />\n </clipPath>\n </defs>\n <g clipPath=\"url(#prefix__a)\" transform=\"matrix(1.25 0 0 -1.25 0 45)\">\n <path\n d=\"M36 18c0-9.941-8.059-18-18-18S0 8.059 0 18s8.059 18 18 18 18-8.059 18-18\"\n fill=\"#88c9f9\"\n />\n </g>\n <g clipPath=\"url(#prefix__b)\" transform=\"matrix(1.25 0 0 -1.25 0 45)\">\n <path\n d=\"M3.627 28.952c-.45 2.93 2.195 4.156 3.607 4.47 1.412.314 2.776.62 2.933-.006.156-.628.311-1.46 1.173-1.148.862.314 3.043.56 4.063 1.342 1.02.783 2.244.787 3.264.473 1.02-.313 3.877-.227 3.25-1.167-.627-.94-1.825-.827-2.45-1.924-.628-1.099.171-1.826 1.033-1.826.865 0 1.71-.135 2.26.727.548.863-.383 2.463.324 2.357.706-.106 1.477-.866 2.03-2.043.547-1.176 1.408-.47 1.723-1.176.313-.705 2.04-2.039 1.177-1.804-.864.236-1.726.392-1.96-.47-.237-.863.388-1.726-.237-1.647-.627.08-.86-.089-1.725-.004-.862.083-1.333.631-2.039-.545-.705-1.175-1.254-1.96-1.567-2.509-.315-.549-.785-.86-.55-1.96.235-1.099-.628-.785-.628.156 0 .94-.548 1.098-1.253.942-.706-.157-1.803-.313-1.724-1.098.077-.784-.315-1.725.313-2.352.627-.629 1.33.076 1.723-.158.393-.237 1.525-.023 1.133-.416-.393-.39-1.76-.88-.976-1.509a4.831 4.831 0 011.893-.907c.313-.08.062.774 1.083 1.166 1.017.392 2.608 1.29 3 .584.391-.705.338-.595 1.75-.75 1.41-.156 1.79-.585 2.417-1.917.626-1.333.446-1.192 1.462-1.58 1.021-.394 1.678-.223.737-1.087-.94-.86-1.65-.814-2.199-1.833-.55-1.017-.153-1.73-1.25-2.75A20.755 20.755 0 0024 4c-.618-.37-2.162-2.07-3.083-2.667-.834-.54-1.083 0-1.083 0s.256 1.667.964 2.372c.704.705 1.105 3.344.87 4.128-.235.783-1.36 1.02-1.75 1.333-.393.312-1.418 1.548-1.418 2.334 0 .784 1.71 2.81 1.71 2.81.218-1.089-1.039.328-1.627.523-.47.157-1.542 1.656-2.459 1.814-.916.16-1.363.7-2.068 1.25-.706.55-2.43 1.332-2.353 2.195.08.862-1.725 1.568-2.038 1.568-.314 0-1.019 0-1.647 1.098-.627 1.098-1.725 2.196-1.41 2.98.312.783.391 1.726.233 2.588-.156.862-1.332 1.176-1.567.941-.235-.236-1.489-1.335-1.647-.315\"\n fill=\"#5c913b\"\n />\n </g>\n </SvgIcon>\n );\n};\n\nEarth.displayName = 'Earth';\n\nexport { Earth };\n"],"mappings":";;;;;;AAIA,IAAM,QAAQ,SAAS,MAAM,EAAE,KAAK,GAAG,SAA+C;
|
|
1
|
+
{"version":3,"file":"Earth.js","names":[],"sources":["../../../src/components/Icons/Earth.tsx"],"sourcesContent":["import React from 'react';\n\nimport { SvgIcon } from './SvgIcon';\n\nconst Earth = function Earth({ ref, ...props }: React.ComponentProps<typeof SvgIcon>) {\n return (\n <SvgIcon viewBox=\"0 0 45 45\" {...props} ref={ref}>\n <defs>\n <clipPath id=\"prefix__a\">\n <path d=\"M0 36h36V0H0v36z\" />\n </clipPath>\n <clipPath id=\"prefix__b\">\n <path d=\"M18 36C8.059 36 0 27.941 0 18S8.059 0 18 0s18 8.059 18 18-8.059 18-18 18z\" />\n </clipPath>\n </defs>\n <g clipPath=\"url(#prefix__a)\" transform=\"matrix(1.25 0 0 -1.25 0 45)\">\n <path\n d=\"M36 18c0-9.941-8.059-18-18-18S0 8.059 0 18s8.059 18 18 18 18-8.059 18-18\"\n fill=\"#88c9f9\"\n />\n </g>\n <g clipPath=\"url(#prefix__b)\" transform=\"matrix(1.25 0 0 -1.25 0 45)\">\n <path\n d=\"M3.627 28.952c-.45 2.93 2.195 4.156 3.607 4.47 1.412.314 2.776.62 2.933-.006.156-.628.311-1.46 1.173-1.148.862.314 3.043.56 4.063 1.342 1.02.783 2.244.787 3.264.473 1.02-.313 3.877-.227 3.25-1.167-.627-.94-1.825-.827-2.45-1.924-.628-1.099.171-1.826 1.033-1.826.865 0 1.71-.135 2.26.727.548.863-.383 2.463.324 2.357.706-.106 1.477-.866 2.03-2.043.547-1.176 1.408-.47 1.723-1.176.313-.705 2.04-2.039 1.177-1.804-.864.236-1.726.392-1.96-.47-.237-.863.388-1.726-.237-1.647-.627.08-.86-.089-1.725-.004-.862.083-1.333.631-2.039-.545-.705-1.175-1.254-1.96-1.567-2.509-.315-.549-.785-.86-.55-1.96.235-1.099-.628-.785-.628.156 0 .94-.548 1.098-1.253.942-.706-.157-1.803-.313-1.724-1.098.077-.784-.315-1.725.313-2.352.627-.629 1.33.076 1.723-.158.393-.237 1.525-.023 1.133-.416-.393-.39-1.76-.88-.976-1.509a4.831 4.831 0 011.893-.907c.313-.08.062.774 1.083 1.166 1.017.392 2.608 1.29 3 .584.391-.705.338-.595 1.75-.75 1.41-.156 1.79-.585 2.417-1.917.626-1.333.446-1.192 1.462-1.58 1.021-.394 1.678-.223.737-1.087-.94-.86-1.65-.814-2.199-1.833-.55-1.017-.153-1.73-1.25-2.75A20.755 20.755 0 0024 4c-.618-.37-2.162-2.07-3.083-2.667-.834-.54-1.083 0-1.083 0s.256 1.667.964 2.372c.704.705 1.105 3.344.87 4.128-.235.783-1.36 1.02-1.75 1.333-.393.312-1.418 1.548-1.418 2.334 0 .784 1.71 2.81 1.71 2.81.218-1.089-1.039.328-1.627.523-.47.157-1.542 1.656-2.459 1.814-.916.16-1.363.7-2.068 1.25-.706.55-2.43 1.332-2.353 2.195.08.862-1.725 1.568-2.038 1.568-.314 0-1.019 0-1.647 1.098-.627 1.098-1.725 2.196-1.41 2.98.312.783.391 1.726.233 2.588-.156.862-1.332 1.176-1.567.941-.235-.236-1.489-1.335-1.647-.315\"\n fill=\"#5c913b\"\n />\n </g>\n </SvgIcon>\n );\n};\n\nEarth.displayName = 'Earth';\n\nexport { Earth };\n"],"mappings":";;;;;;AAIA,IAAM,QAAQ,SAAS,MAAM,EAAE,KAAK,GAAG,SAA+C;CACpF,OACE,iBAAA,GAAA,kBAAA,KAAA,CAAC,gBAAA,SAAD;EAAS,SAAQ;EAAY,GAAI;EAAY;YAA7C;GACE,iBAAA,GAAA,kBAAA,KAAA,CAAC,QAAD,EAAA,UAAA,CACE,iBAAA,GAAA,kBAAA,IAAA,CAAC,YAAD;IAAU,IAAG;cACX,iBAAA,GAAA,kBAAA,IAAA,CAAC,QAAD,EAAM,GAAE,mBAAoB,CAAA;GACpB,CAAA,GACV,iBAAA,GAAA,kBAAA,IAAA,CAAC,YAAD;IAAU,IAAG;cACX,iBAAA,GAAA,kBAAA,IAAA,CAAC,QAAD,EAAM,GAAE,4EAA6E,CAAA;GAC7E,CAAA,CACN,EAAA,CAAA;GACN,iBAAA,GAAA,kBAAA,IAAA,CAAC,KAAD;IAAG,UAAS;IAAkB,WAAU;cACtC,iBAAA,GAAA,kBAAA,IAAA,CAAC,QAAD;KACE,GAAE;KACF,MAAK;IACN,CAAA;GACA,CAAA;GACH,iBAAA,GAAA,kBAAA,IAAA,CAAC,KAAD;IAAG,UAAS;IAAkB,WAAU;cACtC,iBAAA,GAAA,kBAAA,IAAA,CAAC,QAAD;KACE,GAAE;KACF,MAAK;IACN,CAAA;GACA,CAAA;EACI;;AAEb;AAEA,MAAM,cAAc"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Earth.mjs","names":[],"sources":["../../../src/components/Icons/Earth.tsx"],"sourcesContent":["import React from 'react';\n\nimport { SvgIcon } from './SvgIcon';\n\nconst Earth = function Earth({ ref, ...props }: React.ComponentProps<typeof SvgIcon>) {\n return (\n <SvgIcon viewBox=\"0 0 45 45\" {...props} ref={ref}>\n <defs>\n <clipPath id=\"prefix__a\">\n <path d=\"M0 36h36V0H0v36z\" />\n </clipPath>\n <clipPath id=\"prefix__b\">\n <path d=\"M18 36C8.059 36 0 27.941 0 18S8.059 0 18 0s18 8.059 18 18-8.059 18-18 18z\" />\n </clipPath>\n </defs>\n <g clipPath=\"url(#prefix__a)\" transform=\"matrix(1.25 0 0 -1.25 0 45)\">\n <path\n d=\"M36 18c0-9.941-8.059-18-18-18S0 8.059 0 18s8.059 18 18 18 18-8.059 18-18\"\n fill=\"#88c9f9\"\n />\n </g>\n <g clipPath=\"url(#prefix__b)\" transform=\"matrix(1.25 0 0 -1.25 0 45)\">\n <path\n d=\"M3.627 28.952c-.45 2.93 2.195 4.156 3.607 4.47 1.412.314 2.776.62 2.933-.006.156-.628.311-1.46 1.173-1.148.862.314 3.043.56 4.063 1.342 1.02.783 2.244.787 3.264.473 1.02-.313 3.877-.227 3.25-1.167-.627-.94-1.825-.827-2.45-1.924-.628-1.099.171-1.826 1.033-1.826.865 0 1.71-.135 2.26.727.548.863-.383 2.463.324 2.357.706-.106 1.477-.866 2.03-2.043.547-1.176 1.408-.47 1.723-1.176.313-.705 2.04-2.039 1.177-1.804-.864.236-1.726.392-1.96-.47-.237-.863.388-1.726-.237-1.647-.627.08-.86-.089-1.725-.004-.862.083-1.333.631-2.039-.545-.705-1.175-1.254-1.96-1.567-2.509-.315-.549-.785-.86-.55-1.96.235-1.099-.628-.785-.628.156 0 .94-.548 1.098-1.253.942-.706-.157-1.803-.313-1.724-1.098.077-.784-.315-1.725.313-2.352.627-.629 1.33.076 1.723-.158.393-.237 1.525-.023 1.133-.416-.393-.39-1.76-.88-.976-1.509a4.831 4.831 0 011.893-.907c.313-.08.062.774 1.083 1.166 1.017.392 2.608 1.29 3 .584.391-.705.338-.595 1.75-.75 1.41-.156 1.79-.585 2.417-1.917.626-1.333.446-1.192 1.462-1.58 1.021-.394 1.678-.223.737-1.087-.94-.86-1.65-.814-2.199-1.833-.55-1.017-.153-1.73-1.25-2.75A20.755 20.755 0 0024 4c-.618-.37-2.162-2.07-3.083-2.667-.834-.54-1.083 0-1.083 0s.256 1.667.964 2.372c.704.705 1.105 3.344.87 4.128-.235.783-1.36 1.02-1.75 1.333-.393.312-1.418 1.548-1.418 2.334 0 .784 1.71 2.81 1.71 2.81.218-1.089-1.039.328-1.627.523-.47.157-1.542 1.656-2.459 1.814-.916.16-1.363.7-2.068 1.25-.706.55-2.43 1.332-2.353 2.195.08.862-1.725 1.568-2.038 1.568-.314 0-1.019 0-1.647 1.098-.627 1.098-1.725 2.196-1.41 2.98.312.783.391 1.726.233 2.588-.156.862-1.332 1.176-1.567.941-.235-.236-1.489-1.335-1.647-.315\"\n fill=\"#5c913b\"\n />\n </g>\n </SvgIcon>\n );\n};\n\nEarth.displayName = 'Earth';\n\nexport { Earth };\n"],"mappings":";;;;AAIA,IAAM,QAAQ,SAAS,MAAM,EAAE,KAAK,GAAG,SAA+C;
|
|
1
|
+
{"version":3,"file":"Earth.mjs","names":[],"sources":["../../../src/components/Icons/Earth.tsx"],"sourcesContent":["import React from 'react';\n\nimport { SvgIcon } from './SvgIcon';\n\nconst Earth = function Earth({ ref, ...props }: React.ComponentProps<typeof SvgIcon>) {\n return (\n <SvgIcon viewBox=\"0 0 45 45\" {...props} ref={ref}>\n <defs>\n <clipPath id=\"prefix__a\">\n <path d=\"M0 36h36V0H0v36z\" />\n </clipPath>\n <clipPath id=\"prefix__b\">\n <path d=\"M18 36C8.059 36 0 27.941 0 18S8.059 0 18 0s18 8.059 18 18-8.059 18-18 18z\" />\n </clipPath>\n </defs>\n <g clipPath=\"url(#prefix__a)\" transform=\"matrix(1.25 0 0 -1.25 0 45)\">\n <path\n d=\"M36 18c0-9.941-8.059-18-18-18S0 8.059 0 18s8.059 18 18 18 18-8.059 18-18\"\n fill=\"#88c9f9\"\n />\n </g>\n <g clipPath=\"url(#prefix__b)\" transform=\"matrix(1.25 0 0 -1.25 0 45)\">\n <path\n d=\"M3.627 28.952c-.45 2.93 2.195 4.156 3.607 4.47 1.412.314 2.776.62 2.933-.006.156-.628.311-1.46 1.173-1.148.862.314 3.043.56 4.063 1.342 1.02.783 2.244.787 3.264.473 1.02-.313 3.877-.227 3.25-1.167-.627-.94-1.825-.827-2.45-1.924-.628-1.099.171-1.826 1.033-1.826.865 0 1.71-.135 2.26.727.548.863-.383 2.463.324 2.357.706-.106 1.477-.866 2.03-2.043.547-1.176 1.408-.47 1.723-1.176.313-.705 2.04-2.039 1.177-1.804-.864.236-1.726.392-1.96-.47-.237-.863.388-1.726-.237-1.647-.627.08-.86-.089-1.725-.004-.862.083-1.333.631-2.039-.545-.705-1.175-1.254-1.96-1.567-2.509-.315-.549-.785-.86-.55-1.96.235-1.099-.628-.785-.628.156 0 .94-.548 1.098-1.253.942-.706-.157-1.803-.313-1.724-1.098.077-.784-.315-1.725.313-2.352.627-.629 1.33.076 1.723-.158.393-.237 1.525-.023 1.133-.416-.393-.39-1.76-.88-.976-1.509a4.831 4.831 0 011.893-.907c.313-.08.062.774 1.083 1.166 1.017.392 2.608 1.29 3 .584.391-.705.338-.595 1.75-.75 1.41-.156 1.79-.585 2.417-1.917.626-1.333.446-1.192 1.462-1.58 1.021-.394 1.678-.223.737-1.087-.94-.86-1.65-.814-2.199-1.833-.55-1.017-.153-1.73-1.25-2.75A20.755 20.755 0 0024 4c-.618-.37-2.162-2.07-3.083-2.667-.834-.54-1.083 0-1.083 0s.256 1.667.964 2.372c.704.705 1.105 3.344.87 4.128-.235.783-1.36 1.02-1.75 1.333-.393.312-1.418 1.548-1.418 2.334 0 .784 1.71 2.81 1.71 2.81.218-1.089-1.039.328-1.627.523-.47.157-1.542 1.656-2.459 1.814-.916.16-1.363.7-2.068 1.25-.706.55-2.43 1.332-2.353 2.195.08.862-1.725 1.568-2.038 1.568-.314 0-1.019 0-1.647 1.098-.627 1.098-1.725 2.196-1.41 2.98.312.783.391 1.726.233 2.588-.156.862-1.332 1.176-1.567.941-.235-.236-1.489-1.335-1.647-.315\"\n fill=\"#5c913b\"\n />\n </g>\n </SvgIcon>\n );\n};\n\nEarth.displayName = 'Earth';\n\nexport { Earth };\n"],"mappings":";;;;AAIA,IAAM,QAAQ,SAAS,MAAM,EAAE,KAAK,GAAG,SAA+C;CACpF,OACE,qBAAC,SAAD;EAAS,SAAQ;EAAY,GAAI;EAAY;YAA7C;GACE,qBAAC,QAAD,EAAA,UAAA,CACE,oBAAC,YAAD;IAAU,IAAG;cACX,oBAAC,QAAD,EAAM,GAAE,mBAAoB,CAAA;GACpB,CAAA,GACV,oBAAC,YAAD;IAAU,IAAG;cACX,oBAAC,QAAD,EAAM,GAAE,4EAA6E,CAAA;GAC7E,CAAA,CACN,EAAA,CAAA;GACN,oBAAC,KAAD;IAAG,UAAS;IAAkB,WAAU;cACtC,oBAAC,QAAD;KACE,GAAE;KACF,MAAK;IACN,CAAA;GACA,CAAA;GACH,oBAAC,KAAD;IAAG,UAAS;IAAkB,WAAU;cACtC,oBAAC,QAAD;KACE,GAAE;KACF,MAAK;IACN,CAAA;GACA,CAAA;EACI;;AAEb;AAEA,MAAM,cAAc"}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import
|
|
1
|
+
import React from 'react';
|
|
2
2
|
import { SvgIcon } from './SvgIcon';
|
|
3
|
-
declare
|
|
4
|
-
|
|
5
|
-
displayName: string;
|
|
6
|
-
}
|
|
3
|
+
declare function FileBinary({ ref, ...props }: React.ComponentProps<typeof SvgIcon>): React.JSX.Element;
|
|
4
|
+
declare namespace FileBinary {
|
|
5
|
+
var displayName: string;
|
|
6
|
+
}
|
|
7
7
|
export { FileBinary };
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"FileBinary.js","names":[],"sources":["../../../src/components/Icons/FileBinary.tsx"],"sourcesContent":["import React from 'react';\n\nimport { SvgIcon } from './SvgIcon';\n\nconst FileBinary = function FileBinary({ ref, ...props }: React.ComponentProps<typeof SvgIcon>) {\n return (\n <SvgIcon viewBox=\"0 0 14 16\" {...props} ref={ref}>\n <path d=\"M8.5 1H1c-.55 0-1 .45-1 1v12c0 .55.45 1 1 1h10c.55 0 1-.45 1-1V4.5L8.5 1zM11 14H1V2h7l3 3v9zM5 6.98L3.5 8.5 5 10l-.5 1L2 8.5 4.5 6l.5.98zM7.5 6L10 8.5 7.5 11l-.5-.98L8.5 8.5 7 7l.5-1z\" />\n </SvgIcon>\n );\n};\n\nFileBinary.displayName = 'FileBinary';\n\nexport { FileBinary };\n"],"mappings":";;;;;;AAIA,IAAM,aAAa,SAAS,WAAW,EAAE,KAAK,GAAG,SAA+C;
|
|
1
|
+
{"version":3,"file":"FileBinary.js","names":[],"sources":["../../../src/components/Icons/FileBinary.tsx"],"sourcesContent":["import React from 'react';\n\nimport { SvgIcon } from './SvgIcon';\n\nconst FileBinary = function FileBinary({ ref, ...props }: React.ComponentProps<typeof SvgIcon>) {\n return (\n <SvgIcon viewBox=\"0 0 14 16\" {...props} ref={ref}>\n <path d=\"M8.5 1H1c-.55 0-1 .45-1 1v12c0 .55.45 1 1 1h10c.55 0 1-.45 1-1V4.5L8.5 1zM11 14H1V2h7l3 3v9zM5 6.98L3.5 8.5 5 10l-.5 1L2 8.5 4.5 6l.5.98zM7.5 6L10 8.5 7.5 11l-.5-.98L8.5 8.5 7 7l.5-1z\" />\n </SvgIcon>\n );\n};\n\nFileBinary.displayName = 'FileBinary';\n\nexport { FileBinary };\n"],"mappings":";;;;;;AAIA,IAAM,aAAa,SAAS,WAAW,EAAE,KAAK,GAAG,SAA+C;CAC9F,OACE,iBAAA,GAAA,kBAAA,IAAA,CAAC,gBAAA,SAAD;EAAS,SAAQ;EAAY,GAAI;EAAY;YAC3C,iBAAA,GAAA,kBAAA,IAAA,CAAC,QAAD,EAAM,GAAE,0LAA2L,CAAA;CAC5L,CAAA;AAEb;AAEA,WAAW,cAAc"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"FileBinary.mjs","names":[],"sources":["../../../src/components/Icons/FileBinary.tsx"],"sourcesContent":["import React from 'react';\n\nimport { SvgIcon } from './SvgIcon';\n\nconst FileBinary = function FileBinary({ ref, ...props }: React.ComponentProps<typeof SvgIcon>) {\n return (\n <SvgIcon viewBox=\"0 0 14 16\" {...props} ref={ref}>\n <path d=\"M8.5 1H1c-.55 0-1 .45-1 1v12c0 .55.45 1 1 1h10c.55 0 1-.45 1-1V4.5L8.5 1zM11 14H1V2h7l3 3v9zM5 6.98L3.5 8.5 5 10l-.5 1L2 8.5 4.5 6l.5.98zM7.5 6L10 8.5 7.5 11l-.5-.98L8.5 8.5 7 7l.5-1z\" />\n </SvgIcon>\n );\n};\n\nFileBinary.displayName = 'FileBinary';\n\nexport { FileBinary };\n"],"mappings":";;;;AAIA,IAAM,aAAa,SAAS,WAAW,EAAE,KAAK,GAAG,SAA+C;
|
|
1
|
+
{"version":3,"file":"FileBinary.mjs","names":[],"sources":["../../../src/components/Icons/FileBinary.tsx"],"sourcesContent":["import React from 'react';\n\nimport { SvgIcon } from './SvgIcon';\n\nconst FileBinary = function FileBinary({ ref, ...props }: React.ComponentProps<typeof SvgIcon>) {\n return (\n <SvgIcon viewBox=\"0 0 14 16\" {...props} ref={ref}>\n <path d=\"M8.5 1H1c-.55 0-1 .45-1 1v12c0 .55.45 1 1 1h10c.55 0 1-.45 1-1V4.5L8.5 1zM11 14H1V2h7l3 3v9zM5 6.98L3.5 8.5 5 10l-.5 1L2 8.5 4.5 6l.5.98zM7.5 6L10 8.5 7.5 11l-.5-.98L8.5 8.5 7 7l.5-1z\" />\n </SvgIcon>\n );\n};\n\nFileBinary.displayName = 'FileBinary';\n\nexport { FileBinary };\n"],"mappings":";;;;AAIA,IAAM,aAAa,SAAS,WAAW,EAAE,KAAK,GAAG,SAA+C;CAC9F,OACE,oBAAC,SAAD;EAAS,SAAQ;EAAY,GAAI;EAAY;YAC3C,oBAAC,QAAD,EAAM,GAAE,0LAA2L,CAAA;CAC5L,CAAA;AAEb;AAEA,WAAW,cAAc"}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import
|
|
1
|
+
import React from 'react';
|
|
2
2
|
import { SvgIcon } from './SvgIcon';
|
|
3
|
-
declare
|
|
4
|
-
|
|
5
|
-
displayName: string;
|
|
6
|
-
}
|
|
3
|
+
declare function Law({ ref, ...props }: React.ComponentProps<typeof SvgIcon>): React.JSX.Element;
|
|
4
|
+
declare namespace Law {
|
|
5
|
+
var displayName: string;
|
|
6
|
+
}
|
|
7
7
|
export { Law };
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Law.js","names":[],"sources":["../../../src/components/Icons/Law.tsx"],"sourcesContent":["import React from 'react';\n\nimport { SvgIcon } from './SvgIcon';\n\nconst Law = function Law({ ref, ...props }: React.ComponentProps<typeof SvgIcon>) {\n return (\n <SvgIcon viewBox=\"0 0 14 16\" {...props} ref={ref}>\n <path\n d=\"M7 4c-.83 0-1.5-.67-1.5-1.5S6.17 1 7 1s1.5.67 1.5 1.5S7.83 4 7 4zm7 6c0 1.11-.89 2-2 2h-1c-1.11 0-2-.89-2-2l2-4h-1c-.55 0-1-.45-1-1H8v8c.42 0 1 .45 1 1h1c.42 0 1 .45 1 1H3c0-.55.58-1 1-1h1c0-.55.58-1 1-1h.03L6 5H5c0 .55-.45 1-1 1H3l2 4c0 1.11-.89 2-2 2H2c-1.11 0-2-.89-2-2l2-4H1V5h3c0-.55.45-1 1-1h4c.55 0 1 .45 1 1h3v1h-1l2 4zM2.5 7L1 10h3L2.5 7zM13 10l-1.5-3-1.5 3h3z\"\n fillRule=\"evenodd\"\n />\n </SvgIcon>\n );\n};\n\nLaw.displayName = 'Law';\n\nexport { Law };\n"],"mappings":";;;;;;AAIA,IAAM,MAAM,SAAS,IAAI,EAAE,KAAK,GAAG,SAA+C;
|
|
1
|
+
{"version":3,"file":"Law.js","names":[],"sources":["../../../src/components/Icons/Law.tsx"],"sourcesContent":["import React from 'react';\n\nimport { SvgIcon } from './SvgIcon';\n\nconst Law = function Law({ ref, ...props }: React.ComponentProps<typeof SvgIcon>) {\n return (\n <SvgIcon viewBox=\"0 0 14 16\" {...props} ref={ref}>\n <path\n d=\"M7 4c-.83 0-1.5-.67-1.5-1.5S6.17 1 7 1s1.5.67 1.5 1.5S7.83 4 7 4zm7 6c0 1.11-.89 2-2 2h-1c-1.11 0-2-.89-2-2l2-4h-1c-.55 0-1-.45-1-1H8v8c.42 0 1 .45 1 1h1c.42 0 1 .45 1 1H3c0-.55.58-1 1-1h1c0-.55.58-1 1-1h.03L6 5H5c0 .55-.45 1-1 1H3l2 4c0 1.11-.89 2-2 2H2c-1.11 0-2-.89-2-2l2-4H1V5h3c0-.55.45-1 1-1h4c.55 0 1 .45 1 1h3v1h-1l2 4zM2.5 7L1 10h3L2.5 7zM13 10l-1.5-3-1.5 3h3z\"\n fillRule=\"evenodd\"\n />\n </SvgIcon>\n );\n};\n\nLaw.displayName = 'Law';\n\nexport { Law };\n"],"mappings":";;;;;;AAIA,IAAM,MAAM,SAAS,IAAI,EAAE,KAAK,GAAG,SAA+C;CAChF,OACE,iBAAA,GAAA,kBAAA,IAAA,CAAC,gBAAA,SAAD;EAAS,SAAQ;EAAY,GAAI;EAAY;YAC3C,iBAAA,GAAA,kBAAA,IAAA,CAAC,QAAD;GACE,GAAE;GACF,UAAS;EACV,CAAA;CACM,CAAA;AAEb;AAEA,IAAI,cAAc"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Law.mjs","names":[],"sources":["../../../src/components/Icons/Law.tsx"],"sourcesContent":["import React from 'react';\n\nimport { SvgIcon } from './SvgIcon';\n\nconst Law = function Law({ ref, ...props }: React.ComponentProps<typeof SvgIcon>) {\n return (\n <SvgIcon viewBox=\"0 0 14 16\" {...props} ref={ref}>\n <path\n d=\"M7 4c-.83 0-1.5-.67-1.5-1.5S6.17 1 7 1s1.5.67 1.5 1.5S7.83 4 7 4zm7 6c0 1.11-.89 2-2 2h-1c-1.11 0-2-.89-2-2l2-4h-1c-.55 0-1-.45-1-1H8v8c.42 0 1 .45 1 1h1c.42 0 1 .45 1 1H3c0-.55.58-1 1-1h1c0-.55.58-1 1-1h.03L6 5H5c0 .55-.45 1-1 1H3l2 4c0 1.11-.89 2-2 2H2c-1.11 0-2-.89-2-2l2-4H1V5h3c0-.55.45-1 1-1h4c.55 0 1 .45 1 1h3v1h-1l2 4zM2.5 7L1 10h3L2.5 7zM13 10l-1.5-3-1.5 3h3z\"\n fillRule=\"evenodd\"\n />\n </SvgIcon>\n );\n};\n\nLaw.displayName = 'Law';\n\nexport { Law };\n"],"mappings":";;;;AAIA,IAAM,MAAM,SAAS,IAAI,EAAE,KAAK,GAAG,SAA+C;
|
|
1
|
+
{"version":3,"file":"Law.mjs","names":[],"sources":["../../../src/components/Icons/Law.tsx"],"sourcesContent":["import React from 'react';\n\nimport { SvgIcon } from './SvgIcon';\n\nconst Law = function Law({ ref, ...props }: React.ComponentProps<typeof SvgIcon>) {\n return (\n <SvgIcon viewBox=\"0 0 14 16\" {...props} ref={ref}>\n <path\n d=\"M7 4c-.83 0-1.5-.67-1.5-1.5S6.17 1 7 1s1.5.67 1.5 1.5S7.83 4 7 4zm7 6c0 1.11-.89 2-2 2h-1c-1.11 0-2-.89-2-2l2-4h-1c-.55 0-1-.45-1-1H8v8c.42 0 1 .45 1 1h1c.42 0 1 .45 1 1H3c0-.55.58-1 1-1h1c0-.55.58-1 1-1h.03L6 5H5c0 .55-.45 1-1 1H3l2 4c0 1.11-.89 2-2 2H2c-1.11 0-2-.89-2-2l2-4H1V5h3c0-.55.45-1 1-1h4c.55 0 1 .45 1 1h3v1h-1l2 4zM2.5 7L1 10h3L2.5 7zM13 10l-1.5-3-1.5 3h3z\"\n fillRule=\"evenodd\"\n />\n </SvgIcon>\n );\n};\n\nLaw.displayName = 'Law';\n\nexport { Law };\n"],"mappings":";;;;AAIA,IAAM,MAAM,SAAS,IAAI,EAAE,KAAK,GAAG,SAA+C;CAChF,OACE,oBAAC,SAAD;EAAS,SAAQ;EAAY,GAAI;EAAY;YAC3C,oBAAC,QAAD;GACE,GAAE;GACF,UAAS;EACV,CAAA;CACM,CAAA;AAEb;AAEA,IAAI,cAAc"}
|
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
import
|
|
2
|
-
declare
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
displayName: string;
|
|
8
|
-
}
|
|
1
|
+
import React from 'react';
|
|
2
|
+
declare function License({ ref, ...props }: {
|
|
3
|
+
[x: string]: any;
|
|
4
|
+
ref: any;
|
|
5
|
+
}): React.JSX.Element;
|
|
6
|
+
declare namespace License {
|
|
7
|
+
var displayName: string;
|
|
8
|
+
}
|
|
9
9
|
export { License };
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"License.js","names":[],"sources":["../../../src/components/Icons/License.tsx"],"sourcesContent":["import React from 'react';\n\nimport { SvgIcon } from './SvgIcon';\n\nconst License = function License({ ref, ...props }) {\n return (\n <SvgIcon viewBox=\"0 0 490.652 490.652\" {...props} ref={ref}>\n <path d=\"M456.607 9.904H34.04C15.269 9.904 0 25.17 0 43.945V310.17c0 18.77 15.269 34.039 34.04 34.039h260.642c-4.043-10.35-6.534-21.737-7.159-33.742l-253.974-.297.491-266.718 423.063.493V310.17c0 .279-.23.492-.495.492l-15.251-.019c-.637 11.942-3.111 23.263-7.138 33.565h22.389c18.777 0 34.045-15.27 34.045-34.039V43.945c-.001-18.775-15.268-34.041-34.046-34.041z\" />\n <path d=\"M364.447 381.02c33.354 0 60.386-34.152 60.386-76.289 0-42.131-27.031-76.284-60.386-76.284-33.35 0-60.38 34.153-60.38 76.284 0 42.137 27.031 76.289 60.38 76.289zM81.087 118.345h149.561c9.273 0 16.776-7.499 16.776-16.772 0-9.271-7.504-16.775-16.776-16.775H81.087c-9.271 0-16.771 7.504-16.771 16.775 0 9.273 7.499 16.772 16.771 16.772zm334.08 58.716c0-9.273-7.505-16.779-16.776-16.779H81.087c-9.271 0-16.771 7.506-16.771 16.779 0 9.271 7.499 16.77 16.771 16.77h317.304c9.271 0 16.776-7.498 16.776-16.77zm-334.08 58.707c-9.271 0-16.771 7.504-16.771 16.771 0 9.273 7.499 16.777 16.771 16.777h149.561c9.273 0 16.776-7.504 16.776-16.777 0-9.268-7.504-16.771-16.776-16.771H81.087zm334.338 138.684c-.065.082-23.295 26.869-55.728 23.081l40.331 81.577a2.93 2.93 0 002.637 1.639h.215a2.95 2.95 0 002.571-2.031l10.174-31.234a3.024 3.024 0 011.488-1.728 3.07 3.07 0 012.28-.13l30.977 10.88c.324.112.651.163.98.163.836 0 1.623-.348 2.195-.982.803-.9.964-2.18.441-3.244l-38.561-77.991zm-101.772.146c-.049-.047-.118-.096-.185-.146l-38.561 77.973a2.953 2.953 0 00.448 3.262 2.961 2.961 0 003.174.819l30.978-10.88c.328-.113.658-.16.982-.16.442 0 .884.096 1.294.29.706.36 1.245.987 1.493 1.741l10.173 31.221c.378 1.133 1.391 1.936 2.572 2.014h.21a2.95 2.95 0 002.642-1.621l26.206-53.01-16.755-33.893c-.066-.034-14.672-5.884-24.671-17.61z\" />\n </SvgIcon>\n );\n};\n\nLicense.displayName = 'License';\n\nexport { License };\n"],"mappings":";;;;;;AAIA,IAAM,UAAU,SAAS,QAAQ,EAAE,KAAK,GAAG,SAAS;
|
|
1
|
+
{"version":3,"file":"License.js","names":[],"sources":["../../../src/components/Icons/License.tsx"],"sourcesContent":["import React from 'react';\n\nimport { SvgIcon } from './SvgIcon';\n\nconst License = function License({ ref, ...props }) {\n return (\n <SvgIcon viewBox=\"0 0 490.652 490.652\" {...props} ref={ref}>\n <path d=\"M456.607 9.904H34.04C15.269 9.904 0 25.17 0 43.945V310.17c0 18.77 15.269 34.039 34.04 34.039h260.642c-4.043-10.35-6.534-21.737-7.159-33.742l-253.974-.297.491-266.718 423.063.493V310.17c0 .279-.23.492-.495.492l-15.251-.019c-.637 11.942-3.111 23.263-7.138 33.565h22.389c18.777 0 34.045-15.27 34.045-34.039V43.945c-.001-18.775-15.268-34.041-34.046-34.041z\" />\n <path d=\"M364.447 381.02c33.354 0 60.386-34.152 60.386-76.289 0-42.131-27.031-76.284-60.386-76.284-33.35 0-60.38 34.153-60.38 76.284 0 42.137 27.031 76.289 60.38 76.289zM81.087 118.345h149.561c9.273 0 16.776-7.499 16.776-16.772 0-9.271-7.504-16.775-16.776-16.775H81.087c-9.271 0-16.771 7.504-16.771 16.775 0 9.273 7.499 16.772 16.771 16.772zm334.08 58.716c0-9.273-7.505-16.779-16.776-16.779H81.087c-9.271 0-16.771 7.506-16.771 16.779 0 9.271 7.499 16.77 16.771 16.77h317.304c9.271 0 16.776-7.498 16.776-16.77zm-334.08 58.707c-9.271 0-16.771 7.504-16.771 16.771 0 9.273 7.499 16.777 16.771 16.777h149.561c9.273 0 16.776-7.504 16.776-16.777 0-9.268-7.504-16.771-16.776-16.771H81.087zm334.338 138.684c-.065.082-23.295 26.869-55.728 23.081l40.331 81.577a2.93 2.93 0 002.637 1.639h.215a2.95 2.95 0 002.571-2.031l10.174-31.234a3.024 3.024 0 011.488-1.728 3.07 3.07 0 012.28-.13l30.977 10.88c.324.112.651.163.98.163.836 0 1.623-.348 2.195-.982.803-.9.964-2.18.441-3.244l-38.561-77.991zm-101.772.146c-.049-.047-.118-.096-.185-.146l-38.561 77.973a2.953 2.953 0 00.448 3.262 2.961 2.961 0 003.174.819l30.978-10.88c.328-.113.658-.16.982-.16.442 0 .884.096 1.294.29.706.36 1.245.987 1.493 1.741l10.173 31.221c.378 1.133 1.391 1.936 2.572 2.014h.21a2.95 2.95 0 002.642-1.621l26.206-53.01-16.755-33.893c-.066-.034-14.672-5.884-24.671-17.61z\" />\n </SvgIcon>\n );\n};\n\nLicense.displayName = 'License';\n\nexport { License };\n"],"mappings":";;;;;;AAIA,IAAM,UAAU,SAAS,QAAQ,EAAE,KAAK,GAAG,SAAS;CAClD,OACE,iBAAA,GAAA,kBAAA,KAAA,CAAC,gBAAA,SAAD;EAAS,SAAQ;EAAsB,GAAI;EAAY;YAAvD,CACE,iBAAA,GAAA,kBAAA,IAAA,CAAC,QAAD,EAAM,GAAE,mWAAoW,CAAA,GAC5W,iBAAA,GAAA,kBAAA,IAAA,CAAC,QAAD,EAAM,GAAE,wyCAAyyC,CAAA,CAC1yC;;AAEb;AAEA,QAAQ,cAAc"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"License.mjs","names":[],"sources":["../../../src/components/Icons/License.tsx"],"sourcesContent":["import React from 'react';\n\nimport { SvgIcon } from './SvgIcon';\n\nconst License = function License({ ref, ...props }) {\n return (\n <SvgIcon viewBox=\"0 0 490.652 490.652\" {...props} ref={ref}>\n <path d=\"M456.607 9.904H34.04C15.269 9.904 0 25.17 0 43.945V310.17c0 18.77 15.269 34.039 34.04 34.039h260.642c-4.043-10.35-6.534-21.737-7.159-33.742l-253.974-.297.491-266.718 423.063.493V310.17c0 .279-.23.492-.495.492l-15.251-.019c-.637 11.942-3.111 23.263-7.138 33.565h22.389c18.777 0 34.045-15.27 34.045-34.039V43.945c-.001-18.775-15.268-34.041-34.046-34.041z\" />\n <path d=\"M364.447 381.02c33.354 0 60.386-34.152 60.386-76.289 0-42.131-27.031-76.284-60.386-76.284-33.35 0-60.38 34.153-60.38 76.284 0 42.137 27.031 76.289 60.38 76.289zM81.087 118.345h149.561c9.273 0 16.776-7.499 16.776-16.772 0-9.271-7.504-16.775-16.776-16.775H81.087c-9.271 0-16.771 7.504-16.771 16.775 0 9.273 7.499 16.772 16.771 16.772zm334.08 58.716c0-9.273-7.505-16.779-16.776-16.779H81.087c-9.271 0-16.771 7.506-16.771 16.779 0 9.271 7.499 16.77 16.771 16.77h317.304c9.271 0 16.776-7.498 16.776-16.77zm-334.08 58.707c-9.271 0-16.771 7.504-16.771 16.771 0 9.273 7.499 16.777 16.771 16.777h149.561c9.273 0 16.776-7.504 16.776-16.777 0-9.268-7.504-16.771-16.776-16.771H81.087zm334.338 138.684c-.065.082-23.295 26.869-55.728 23.081l40.331 81.577a2.93 2.93 0 002.637 1.639h.215a2.95 2.95 0 002.571-2.031l10.174-31.234a3.024 3.024 0 011.488-1.728 3.07 3.07 0 012.28-.13l30.977 10.88c.324.112.651.163.98.163.836 0 1.623-.348 2.195-.982.803-.9.964-2.18.441-3.244l-38.561-77.991zm-101.772.146c-.049-.047-.118-.096-.185-.146l-38.561 77.973a2.953 2.953 0 00.448 3.262 2.961 2.961 0 003.174.819l30.978-10.88c.328-.113.658-.16.982-.16.442 0 .884.096 1.294.29.706.36 1.245.987 1.493 1.741l10.173 31.221c.378 1.133 1.391 1.936 2.572 2.014h.21a2.95 2.95 0 002.642-1.621l26.206-53.01-16.755-33.893c-.066-.034-14.672-5.884-24.671-17.61z\" />\n </SvgIcon>\n );\n};\n\nLicense.displayName = 'License';\n\nexport { License };\n"],"mappings":";;;;AAIA,IAAM,UAAU,SAAS,QAAQ,EAAE,KAAK,GAAG,SAAS;
|
|
1
|
+
{"version":3,"file":"License.mjs","names":[],"sources":["../../../src/components/Icons/License.tsx"],"sourcesContent":["import React from 'react';\n\nimport { SvgIcon } from './SvgIcon';\n\nconst License = function License({ ref, ...props }) {\n return (\n <SvgIcon viewBox=\"0 0 490.652 490.652\" {...props} ref={ref}>\n <path d=\"M456.607 9.904H34.04C15.269 9.904 0 25.17 0 43.945V310.17c0 18.77 15.269 34.039 34.04 34.039h260.642c-4.043-10.35-6.534-21.737-7.159-33.742l-253.974-.297.491-266.718 423.063.493V310.17c0 .279-.23.492-.495.492l-15.251-.019c-.637 11.942-3.111 23.263-7.138 33.565h22.389c18.777 0 34.045-15.27 34.045-34.039V43.945c-.001-18.775-15.268-34.041-34.046-34.041z\" />\n <path d=\"M364.447 381.02c33.354 0 60.386-34.152 60.386-76.289 0-42.131-27.031-76.284-60.386-76.284-33.35 0-60.38 34.153-60.38 76.284 0 42.137 27.031 76.289 60.38 76.289zM81.087 118.345h149.561c9.273 0 16.776-7.499 16.776-16.772 0-9.271-7.504-16.775-16.776-16.775H81.087c-9.271 0-16.771 7.504-16.771 16.775 0 9.273 7.499 16.772 16.771 16.772zm334.08 58.716c0-9.273-7.505-16.779-16.776-16.779H81.087c-9.271 0-16.771 7.506-16.771 16.779 0 9.271 7.499 16.77 16.771 16.77h317.304c9.271 0 16.776-7.498 16.776-16.77zm-334.08 58.707c-9.271 0-16.771 7.504-16.771 16.771 0 9.273 7.499 16.777 16.771 16.777h149.561c9.273 0 16.776-7.504 16.776-16.777 0-9.268-7.504-16.771-16.776-16.771H81.087zm334.338 138.684c-.065.082-23.295 26.869-55.728 23.081l40.331 81.577a2.93 2.93 0 002.637 1.639h.215a2.95 2.95 0 002.571-2.031l10.174-31.234a3.024 3.024 0 011.488-1.728 3.07 3.07 0 012.28-.13l30.977 10.88c.324.112.651.163.98.163.836 0 1.623-.348 2.195-.982.803-.9.964-2.18.441-3.244l-38.561-77.991zm-101.772.146c-.049-.047-.118-.096-.185-.146l-38.561 77.973a2.953 2.953 0 00.448 3.262 2.961 2.961 0 003.174.819l30.978-10.88c.328-.113.658-.16.982-.16.442 0 .884.096 1.294.29.706.36 1.245.987 1.493 1.741l10.173 31.221c.378 1.133 1.391 1.936 2.572 2.014h.21a2.95 2.95 0 002.642-1.621l26.206-53.01-16.755-33.893c-.066-.034-14.672-5.884-24.671-17.61z\" />\n </SvgIcon>\n );\n};\n\nLicense.displayName = 'License';\n\nexport { License };\n"],"mappings":";;;;AAIA,IAAM,UAAU,SAAS,QAAQ,EAAE,KAAK,GAAG,SAAS;CAClD,OACE,qBAAC,SAAD;EAAS,SAAQ;EAAsB,GAAI;EAAY;YAAvD,CACE,oBAAC,QAAD,EAAM,GAAE,mWAAoW,CAAA,GAC5W,oBAAC,QAAD,EAAM,GAAE,wyCAAyyC,CAAA,CAC1yC;;AAEb;AAEA,QAAQ,cAAc"}
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import
|
|
1
|
+
import React from 'react';
|
|
2
2
|
export declare function Npm(): React.JSX.Element;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Npm2.js","names":[],"sources":["../../../../src/components/Icons/Managers/Npm.tsx"],"sourcesContent":["import React from 'react';\n\nimport icon from './npm.svg';\n\nexport function Npm() {\n return <img alt=\"npm package manager\" height=\"20\" src={icon} width=\"20\" />;\n}\n"],"mappings":";;;;;;AAIA,SAAgB,MAAM;
|
|
1
|
+
{"version":3,"file":"Npm2.js","names":[],"sources":["../../../../src/components/Icons/Managers/Npm.tsx"],"sourcesContent":["import React from 'react';\n\nimport icon from './npm.svg';\n\nexport function Npm() {\n return <img alt=\"npm package manager\" height=\"20\" src={icon} width=\"20\" />;\n}\n"],"mappings":";;;;;;AAIA,SAAgB,MAAM;CACpB,OAAO,iBAAA,GAAA,kBAAA,IAAA,CAAC,OAAD;EAAK,KAAI;EAAsB,QAAO;EAAK,KAAK,YAAA;EAAM,OAAM;CAAM,CAAA;AAC3E"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Npm2.mjs","names":[],"sources":["../../../../src/components/Icons/Managers/Npm.tsx"],"sourcesContent":["import React from 'react';\n\nimport icon from './npm.svg';\n\nexport function Npm() {\n return <img alt=\"npm package manager\" height=\"20\" src={icon} width=\"20\" />;\n}\n"],"mappings":";;;;AAIA,SAAgB,MAAM;
|
|
1
|
+
{"version":3,"file":"Npm2.mjs","names":[],"sources":["../../../../src/components/Icons/Managers/Npm.tsx"],"sourcesContent":["import React from 'react';\n\nimport icon from './npm.svg';\n\nexport function Npm() {\n return <img alt=\"npm package manager\" height=\"20\" src={icon} width=\"20\" />;\n}\n"],"mappings":";;;;AAIA,SAAgB,MAAM;CACpB,OAAO,oBAAC,OAAD;EAAK,KAAI;EAAsB,QAAO;EAAK,KAAK;EAAM,OAAM;CAAM,CAAA;AAC3E"}
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import
|
|
1
|
+
import React from 'react';
|
|
2
2
|
export declare function Pnpm(): React.JSX.Element;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Pnpm2.js","names":[],"sources":["../../../../src/components/Icons/Managers/Pnpm.tsx"],"sourcesContent":["import React from 'react';\n\nimport icon from './pnpm.svg';\n\nexport function Pnpm() {\n return <img alt=\"pnpm package manager\" height=\"20\" src={icon} width=\"20\" />;\n}\n"],"mappings":";;;;;;AAIA,SAAgB,OAAO;
|
|
1
|
+
{"version":3,"file":"Pnpm2.js","names":[],"sources":["../../../../src/components/Icons/Managers/Pnpm.tsx"],"sourcesContent":["import React from 'react';\n\nimport icon from './pnpm.svg';\n\nexport function Pnpm() {\n return <img alt=\"pnpm package manager\" height=\"20\" src={icon} width=\"20\" />;\n}\n"],"mappings":";;;;;;AAIA,SAAgB,OAAO;CACrB,OAAO,iBAAA,GAAA,kBAAA,IAAA,CAAC,OAAD;EAAK,KAAI;EAAuB,QAAO;EAAK,KAAK,aAAA;EAAM,OAAM;CAAM,CAAA;AAC5E"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Pnpm2.mjs","names":[],"sources":["../../../../src/components/Icons/Managers/Pnpm.tsx"],"sourcesContent":["import React from 'react';\n\nimport icon from './pnpm.svg';\n\nexport function Pnpm() {\n return <img alt=\"pnpm package manager\" height=\"20\" src={icon} width=\"20\" />;\n}\n"],"mappings":";;;;AAIA,SAAgB,OAAO;
|
|
1
|
+
{"version":3,"file":"Pnpm2.mjs","names":[],"sources":["../../../../src/components/Icons/Managers/Pnpm.tsx"],"sourcesContent":["import React from 'react';\n\nimport icon from './pnpm.svg';\n\nexport function Pnpm() {\n return <img alt=\"pnpm package manager\" height=\"20\" src={icon} width=\"20\" />;\n}\n"],"mappings":";;;;AAIA,SAAgB,OAAO;CACrB,OAAO,oBAAC,OAAD;EAAK,KAAI;EAAuB,QAAO;EAAK,KAAK;EAAM,OAAM;CAAM,CAAA;AAC5E"}
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import
|
|
1
|
+
import React from 'react';
|
|
2
2
|
export declare function Yarn(): React.JSX.Element;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Yarn2.js","names":[],"sources":["../../../../src/components/Icons/Managers/Yarn.tsx"],"sourcesContent":["import React from 'react';\n\nimport icon from './yarn.svg';\n\nexport function Yarn() {\n return <img alt=\"npm package manager\" height=\"20\" src={icon} width=\"20\" />;\n}\n"],"mappings":";;;;;;AAIA,SAAgB,OAAO;
|
|
1
|
+
{"version":3,"file":"Yarn2.js","names":[],"sources":["../../../../src/components/Icons/Managers/Yarn.tsx"],"sourcesContent":["import React from 'react';\n\nimport icon from './yarn.svg';\n\nexport function Yarn() {\n return <img alt=\"npm package manager\" height=\"20\" src={icon} width=\"20\" />;\n}\n"],"mappings":";;;;;;AAIA,SAAgB,OAAO;CACrB,OAAO,iBAAA,GAAA,kBAAA,IAAA,CAAC,OAAD;EAAK,KAAI;EAAsB,QAAO;EAAK,KAAK,aAAA;EAAM,OAAM;CAAM,CAAA;AAC3E"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Yarn2.mjs","names":[],"sources":["../../../../src/components/Icons/Managers/Yarn.tsx"],"sourcesContent":["import React from 'react';\n\nimport icon from './yarn.svg';\n\nexport function Yarn() {\n return <img alt=\"npm package manager\" height=\"20\" src={icon} width=\"20\" />;\n}\n"],"mappings":";;;;AAIA,SAAgB,OAAO;
|
|
1
|
+
{"version":3,"file":"Yarn2.mjs","names":[],"sources":["../../../../src/components/Icons/Managers/Yarn.tsx"],"sourcesContent":["import React from 'react';\n\nimport icon from './yarn.svg';\n\nexport function Yarn() {\n return <img alt=\"npm package manager\" height=\"20\" src={icon} width=\"20\" />;\n}\n"],"mappings":";;;;AAIA,SAAgB,OAAO;CACrB,OAAO,oBAAC,OAAD;EAAK,KAAI;EAAsB,QAAO;EAAK,KAAK;EAAM,OAAM;CAAM,CAAA;AAC3E"}
|
|
@@ -1,3 +1,6 @@
|
|
|
1
|
-
require("./Npm2.js");
|
|
2
|
-
require("./Pnpm2.js");
|
|
3
|
-
require("./Yarn2.js");
|
|
1
|
+
const require_Npm = require("./Npm2.js");
|
|
2
|
+
const require_Pnpm = require("./Pnpm2.js");
|
|
3
|
+
const require_Yarn = require("./Yarn2.js");
|
|
4
|
+
exports.Npm = require_Npm.Npm;
|
|
5
|
+
exports.Pnpm = require_Pnpm.Pnpm;
|
|
6
|
+
exports.Yarn = require_Yarn.Yarn;
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
-
import "./Npm2.mjs";
|
|
2
|
-
import "./Pnpm2.mjs";
|
|
3
|
-
import "./Yarn2.mjs";
|
|
1
|
+
import { Npm } from "./Npm2.mjs";
|
|
2
|
+
import { Pnpm } from "./Pnpm2.mjs";
|
|
3
|
+
import { Yarn } from "./Yarn2.mjs";
|
|
4
|
+
export { Npm, Pnpm, Yarn };
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { SvgIconProps } from '@mui/material/SvgIcon';
|
|
2
|
-
import
|
|
1
|
+
import type { SvgIconProps } from '@mui/material/SvgIcon';
|
|
2
|
+
import React from 'react';
|
|
3
3
|
type Size = 'sm' | 'md';
|
|
4
4
|
type Props = Omit<SvgIconProps, 'color' | 'fontsize' | 'name'> & {
|
|
5
5
|
size?: Size;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"SvgIcon.js","names":[],"sources":["../../../src/components/Icons/SvgIcon.tsx"],"sourcesContent":["import styled from '@emotion/styled';\nimport type { SvgIconProps } from '@mui/material/SvgIcon';\nimport { default as MaterialUISvgIcon } from '@mui/material/SvgIcon';\nimport React from 'react';\n\ntype Size = 'sm' | 'md';\n\ntype Props = Omit<SvgIconProps, 'color' | 'fontsize' | 'name'> & {\n size?: Size;\n title?: string;\n className?: string;\n};\n\nconst SvgIcon = function SvgIcon({\n ref,\n size = 'md',\n title,\n ...props\n}: Props & { ref?: React.RefObject<SVGSVGElement | null> }) {\n return <StyledMaterialUISvgIcon size={size} titleAccess={title} {...props} ref={ref} />;\n};\n\nexport { SvgIcon };\n\nconst getSize = (size: Size) => {\n if (size === 'md') {\n return {\n width: 18,\n height: 18,\n };\n }\n\n return {\n width: 14,\n height: 16,\n };\n};\n\nconst StyledMaterialUISvgIcon = styled(MaterialUISvgIcon)<{ size: Size }>(({ size }) => ({\n ...getSize(size),\n}));\n"],"mappings":";;;;;;;;;AAaA,IAAM,UAAU,SAAS,QAAQ,EAC/B,KACA,OAAO,MACP,OACA,GAAG,SACuD;
|
|
1
|
+
{"version":3,"file":"SvgIcon.js","names":[],"sources":["../../../src/components/Icons/SvgIcon.tsx"],"sourcesContent":["import styled from '@emotion/styled';\nimport type { SvgIconProps } from '@mui/material/SvgIcon';\nimport { default as MaterialUISvgIcon } from '@mui/material/SvgIcon';\nimport React from 'react';\n\ntype Size = 'sm' | 'md';\n\ntype Props = Omit<SvgIconProps, 'color' | 'fontsize' | 'name'> & {\n size?: Size;\n title?: string;\n className?: string;\n};\n\nconst SvgIcon = function SvgIcon({\n ref,\n size = 'md',\n title,\n ...props\n}: Props & { ref?: React.RefObject<SVGSVGElement | null> }) {\n return <StyledMaterialUISvgIcon size={size} titleAccess={title} {...props} ref={ref} />;\n};\n\nexport { SvgIcon };\n\nconst getSize = (size: Size) => {\n if (size === 'md') {\n return {\n width: 18,\n height: 18,\n };\n }\n\n return {\n width: 14,\n height: 16,\n };\n};\n\nconst StyledMaterialUISvgIcon = styled(MaterialUISvgIcon)<{ size: Size }>(({ size }) => ({\n ...getSize(size),\n}));\n"],"mappings":";;;;;;;;;AAaA,IAAM,UAAU,SAAS,QAAQ,EAC/B,KACA,OAAO,MACP,OACA,GAAG,SACuD;CAC1D,OAAO,iBAAA,GAAA,kBAAA,IAAA,CAAC,yBAAD;EAA+B;EAAM,aAAa;EAAO,GAAI;EAAY;CAAM,CAAA;AACxF;AAIA,IAAM,WAAW,SAAe;CAC9B,IAAI,SAAS,MACX,OAAO;EACL,OAAO;EACP,QAAQ;CACV;CAGF,OAAO;EACL,OAAO;EACP,QAAQ;CACV;AACF;AAEA,IAAM,2BAAA,GAAA,gBAAA,QAAA,CAAiC,sBAAA,OAAiB,CAAC,EAAkB,EAAE,YAAY,EACvF,GAAG,QAAQ,IAAI,EACjB,EAAE"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"SvgIcon.mjs","names":[],"sources":["../../../src/components/Icons/SvgIcon.tsx"],"sourcesContent":["import styled from '@emotion/styled';\nimport type { SvgIconProps } from '@mui/material/SvgIcon';\nimport { default as MaterialUISvgIcon } from '@mui/material/SvgIcon';\nimport React from 'react';\n\ntype Size = 'sm' | 'md';\n\ntype Props = Omit<SvgIconProps, 'color' | 'fontsize' | 'name'> & {\n size?: Size;\n title?: string;\n className?: string;\n};\n\nconst SvgIcon = function SvgIcon({\n ref,\n size = 'md',\n title,\n ...props\n}: Props & { ref?: React.RefObject<SVGSVGElement | null> }) {\n return <StyledMaterialUISvgIcon size={size} titleAccess={title} {...props} ref={ref} />;\n};\n\nexport { SvgIcon };\n\nconst getSize = (size: Size) => {\n if (size === 'md') {\n return {\n width: 18,\n height: 18,\n };\n }\n\n return {\n width: 14,\n height: 16,\n };\n};\n\nconst StyledMaterialUISvgIcon = styled(MaterialUISvgIcon)<{ size: Size }>(({ size }) => ({\n ...getSize(size),\n}));\n"],"mappings":";;;;;AAaA,IAAM,UAAU,SAAS,QAAQ,EAC/B,KACA,OAAO,MACP,OACA,GAAG,SACuD;
|
|
1
|
+
{"version":3,"file":"SvgIcon.mjs","names":[],"sources":["../../../src/components/Icons/SvgIcon.tsx"],"sourcesContent":["import styled from '@emotion/styled';\nimport type { SvgIconProps } from '@mui/material/SvgIcon';\nimport { default as MaterialUISvgIcon } from '@mui/material/SvgIcon';\nimport React from 'react';\n\ntype Size = 'sm' | 'md';\n\ntype Props = Omit<SvgIconProps, 'color' | 'fontsize' | 'name'> & {\n size?: Size;\n title?: string;\n className?: string;\n};\n\nconst SvgIcon = function SvgIcon({\n ref,\n size = 'md',\n title,\n ...props\n}: Props & { ref?: React.RefObject<SVGSVGElement | null> }) {\n return <StyledMaterialUISvgIcon size={size} titleAccess={title} {...props} ref={ref} />;\n};\n\nexport { SvgIcon };\n\nconst getSize = (size: Size) => {\n if (size === 'md') {\n return {\n width: 18,\n height: 18,\n };\n }\n\n return {\n width: 14,\n height: 16,\n };\n};\n\nconst StyledMaterialUISvgIcon = styled(MaterialUISvgIcon)<{ size: Size }>(({ size }) => ({\n ...getSize(size),\n}));\n"],"mappings":";;;;;AAaA,IAAM,UAAU,SAAS,QAAQ,EAC/B,KACA,OAAO,MACP,OACA,GAAG,SACuD;CAC1D,OAAO,oBAAC,yBAAD;EAA+B;EAAM,aAAa;EAAO,GAAI;EAAY;CAAM,CAAA;AACxF;AAIA,IAAM,WAAW,SAAe;CAC9B,IAAI,SAAS,MACX,OAAO;EACL,OAAO;EACP,QAAQ;CACV;CAGF,OAAO;EACL,OAAO;EACP,QAAQ;CACV;AACF;AAEA,IAAM,0BAA0B,OAAO,iBAAiB,CAAC,EAAkB,EAAE,YAAY,EACvF,GAAG,QAAQ,IAAI,EACjB,EAAE"}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import
|
|
1
|
+
import React from 'react';
|
|
2
2
|
import { SvgIcon } from './SvgIcon';
|
|
3
|
-
declare
|
|
4
|
-
|
|
5
|
-
displayName: string;
|
|
6
|
-
}
|
|
3
|
+
declare function Time({ ref, ...props }: React.ComponentProps<typeof SvgIcon>): React.JSX.Element;
|
|
4
|
+
declare namespace Time {
|
|
5
|
+
var displayName: string;
|
|
6
|
+
}
|
|
7
7
|
export { Time };
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Time.js","names":[],"sources":["../../../src/components/Icons/Time.tsx"],"sourcesContent":["import React from 'react';\n\nimport { SvgIcon } from './SvgIcon';\n\nconst Time = function Time({ ref, ...props }: React.ComponentProps<typeof SvgIcon>) {\n return (\n <SvgIcon viewBox=\"0 0 24 24\" {...props} ref={ref}>\n <path d=\"M11.99 2C6.47 2 2 6.48 2 12s4.47 10 9.99 10C17.52 22 22 17.52 22 12S17.52 2 11.99 2zM12 20c-4.42 0-8-3.58-8-8s3.58-8 8-8 8 3.58 8 8-3.58 8-8 8z\" />\n <path d=\"M0 0h24v24H0z\" fill=\"none\" />\n <path d=\"M12.5 7H11v6l5.25 3.15.75-1.23-4.5-2.67z\" />\n </SvgIcon>\n );\n};\n\nTime.displayName = 'Time';\n\nexport { Time };\n"],"mappings":";;;;;;AAIA,IAAM,OAAO,SAAS,KAAK,EAAE,KAAK,GAAG,SAA+C;
|
|
1
|
+
{"version":3,"file":"Time.js","names":[],"sources":["../../../src/components/Icons/Time.tsx"],"sourcesContent":["import React from 'react';\n\nimport { SvgIcon } from './SvgIcon';\n\nconst Time = function Time({ ref, ...props }: React.ComponentProps<typeof SvgIcon>) {\n return (\n <SvgIcon viewBox=\"0 0 24 24\" {...props} ref={ref}>\n <path d=\"M11.99 2C6.47 2 2 6.48 2 12s4.47 10 9.99 10C17.52 22 22 17.52 22 12S17.52 2 11.99 2zM12 20c-4.42 0-8-3.58-8-8s3.58-8 8-8 8 3.58 8 8-3.58 8-8 8z\" />\n <path d=\"M0 0h24v24H0z\" fill=\"none\" />\n <path d=\"M12.5 7H11v6l5.25 3.15.75-1.23-4.5-2.67z\" />\n </SvgIcon>\n );\n};\n\nTime.displayName = 'Time';\n\nexport { Time };\n"],"mappings":";;;;;;AAIA,IAAM,OAAO,SAAS,KAAK,EAAE,KAAK,GAAG,SAA+C;CAClF,OACE,iBAAA,GAAA,kBAAA,KAAA,CAAC,gBAAA,SAAD;EAAS,SAAQ;EAAY,GAAI;EAAY;YAA7C;GACE,iBAAA,GAAA,kBAAA,IAAA,CAAC,QAAD,EAAM,GAAE,kJAAmJ,CAAA;GAC3J,iBAAA,GAAA,kBAAA,IAAA,CAAC,QAAD;IAAM,GAAE;IAAgB,MAAK;GAAQ,CAAA;GACrC,iBAAA,GAAA,kBAAA,IAAA,CAAC,QAAD,EAAM,GAAE,2CAA4C,CAAA;EAC7C;;AAEb;AAEA,KAAK,cAAc"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Time.mjs","names":[],"sources":["../../../src/components/Icons/Time.tsx"],"sourcesContent":["import React from 'react';\n\nimport { SvgIcon } from './SvgIcon';\n\nconst Time = function Time({ ref, ...props }: React.ComponentProps<typeof SvgIcon>) {\n return (\n <SvgIcon viewBox=\"0 0 24 24\" {...props} ref={ref}>\n <path d=\"M11.99 2C6.47 2 2 6.48 2 12s4.47 10 9.99 10C17.52 22 22 17.52 22 12S17.52 2 11.99 2zM12 20c-4.42 0-8-3.58-8-8s3.58-8 8-8 8 3.58 8 8-3.58 8-8 8z\" />\n <path d=\"M0 0h24v24H0z\" fill=\"none\" />\n <path d=\"M12.5 7H11v6l5.25 3.15.75-1.23-4.5-2.67z\" />\n </SvgIcon>\n );\n};\n\nTime.displayName = 'Time';\n\nexport { Time };\n"],"mappings":";;;;AAIA,IAAM,OAAO,SAAS,KAAK,EAAE,KAAK,GAAG,SAA+C;
|
|
1
|
+
{"version":3,"file":"Time.mjs","names":[],"sources":["../../../src/components/Icons/Time.tsx"],"sourcesContent":["import React from 'react';\n\nimport { SvgIcon } from './SvgIcon';\n\nconst Time = function Time({ ref, ...props }: React.ComponentProps<typeof SvgIcon>) {\n return (\n <SvgIcon viewBox=\"0 0 24 24\" {...props} ref={ref}>\n <path d=\"M11.99 2C6.47 2 2 6.48 2 12s4.47 10 9.99 10C17.52 22 22 17.52 22 12S17.52 2 11.99 2zM12 20c-4.42 0-8-3.58-8-8s3.58-8 8-8 8 3.58 8 8-3.58 8-8 8z\" />\n <path d=\"M0 0h24v24H0z\" fill=\"none\" />\n <path d=\"M12.5 7H11v6l5.25 3.15.75-1.23-4.5-2.67z\" />\n </SvgIcon>\n );\n};\n\nTime.displayName = 'Time';\n\nexport { Time };\n"],"mappings":";;;;AAIA,IAAM,OAAO,SAAS,KAAK,EAAE,KAAK,GAAG,SAA+C;CAClF,OACE,qBAAC,SAAD;EAAS,SAAQ;EAAY,GAAI;EAAY;YAA7C;GACE,oBAAC,QAAD,EAAM,GAAE,kJAAmJ,CAAA;GAC3J,oBAAC,QAAD;IAAM,GAAE;IAAgB,MAAK;GAAQ,CAAA;GACrC,oBAAC,QAAD,EAAM,GAAE,2CAA4C,CAAA;EAC7C;;AAEb;AAEA,KAAK,cAAc"}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import
|
|
1
|
+
import React from 'react';
|
|
2
2
|
import { SvgIcon } from './SvgIcon';
|
|
3
|
-
declare
|
|
4
|
-
|
|
5
|
-
displayName: string;
|
|
6
|
-
}
|
|
3
|
+
declare function Version({ ref, ...props }: React.ComponentProps<typeof SvgIcon>): React.JSX.Element;
|
|
4
|
+
declare namespace Version {
|
|
5
|
+
var displayName: string;
|
|
6
|
+
}
|
|
7
7
|
export { Version };
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Version.js","names":[],"sources":["../../../src/components/Icons/Version.tsx"],"sourcesContent":["import React from 'react';\n\nimport { SvgIcon } from './SvgIcon';\n\nconst Version = function Version({ ref, ...props }: React.ComponentProps<typeof SvgIcon>) {\n return (\n <SvgIcon height={16} viewBox=\"0 0 14 16\" width={14} {...props} ref={ref}>\n <path\n d=\"M13 3H7c-.55 0-1 .45-1 1v8c0 .55.45 1 1 1h6c.55 0 1-.45 1-1V4c0-.55-.45-1-1-1zm-1 8H8V5h4v6zM4 4h1v1H4v6h1v1H4c-.55 0-1-.45-1-1V5c0-.55.45-1 1-1zM1 5h1v1H1v4h1v1H1c-.55 0-1-.45-1-1V6c0-.55.45-1 1-1z\"\n fillRule=\"evenodd\"\n />\n </SvgIcon>\n );\n};\n\nVersion.displayName = 'Version';\n\nexport { Version };\n"],"mappings":";;;;;;AAIA,IAAM,UAAU,SAAS,QAAQ,EAAE,KAAK,GAAG,SAA+C;
|
|
1
|
+
{"version":3,"file":"Version.js","names":[],"sources":["../../../src/components/Icons/Version.tsx"],"sourcesContent":["import React from 'react';\n\nimport { SvgIcon } from './SvgIcon';\n\nconst Version = function Version({ ref, ...props }: React.ComponentProps<typeof SvgIcon>) {\n return (\n <SvgIcon height={16} viewBox=\"0 0 14 16\" width={14} {...props} ref={ref}>\n <path\n d=\"M13 3H7c-.55 0-1 .45-1 1v8c0 .55.45 1 1 1h6c.55 0 1-.45 1-1V4c0-.55-.45-1-1-1zm-1 8H8V5h4v6zM4 4h1v1H4v6h1v1H4c-.55 0-1-.45-1-1V5c0-.55.45-1 1-1zM1 5h1v1H1v4h1v1H1c-.55 0-1-.45-1-1V6c0-.55.45-1 1-1z\"\n fillRule=\"evenodd\"\n />\n </SvgIcon>\n );\n};\n\nVersion.displayName = 'Version';\n\nexport { Version };\n"],"mappings":";;;;;;AAIA,IAAM,UAAU,SAAS,QAAQ,EAAE,KAAK,GAAG,SAA+C;CACxF,OACE,iBAAA,GAAA,kBAAA,IAAA,CAAC,gBAAA,SAAD;EAAS,QAAQ;EAAI,SAAQ;EAAY,OAAO;EAAI,GAAI;EAAY;YAClE,iBAAA,GAAA,kBAAA,IAAA,CAAC,QAAD;GACE,GAAE;GACF,UAAS;EACV,CAAA;CACM,CAAA;AAEb;AAEA,QAAQ,cAAc"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Version.mjs","names":[],"sources":["../../../src/components/Icons/Version.tsx"],"sourcesContent":["import React from 'react';\n\nimport { SvgIcon } from './SvgIcon';\n\nconst Version = function Version({ ref, ...props }: React.ComponentProps<typeof SvgIcon>) {\n return (\n <SvgIcon height={16} viewBox=\"0 0 14 16\" width={14} {...props} ref={ref}>\n <path\n d=\"M13 3H7c-.55 0-1 .45-1 1v8c0 .55.45 1 1 1h6c.55 0 1-.45 1-1V4c0-.55-.45-1-1-1zm-1 8H8V5h4v6zM4 4h1v1H4v6h1v1H4c-.55 0-1-.45-1-1V5c0-.55.45-1 1-1zM1 5h1v1H1v4h1v1H1c-.55 0-1-.45-1-1V6c0-.55.45-1 1-1z\"\n fillRule=\"evenodd\"\n />\n </SvgIcon>\n );\n};\n\nVersion.displayName = 'Version';\n\nexport { Version };\n"],"mappings":";;;;AAIA,IAAM,UAAU,SAAS,QAAQ,EAAE,KAAK,GAAG,SAA+C;
|
|
1
|
+
{"version":3,"file":"Version.mjs","names":[],"sources":["../../../src/components/Icons/Version.tsx"],"sourcesContent":["import React from 'react';\n\nimport { SvgIcon } from './SvgIcon';\n\nconst Version = function Version({ ref, ...props }: React.ComponentProps<typeof SvgIcon>) {\n return (\n <SvgIcon height={16} viewBox=\"0 0 14 16\" width={14} {...props} ref={ref}>\n <path\n d=\"M13 3H7c-.55 0-1 .45-1 1v8c0 .55.45 1 1 1h6c.55 0 1-.45 1-1V4c0-.55-.45-1-1-1zm-1 8H8V5h4v6zM4 4h1v1H4v6h1v1H4c-.55 0-1-.45-1-1V5c0-.55.45-1 1-1zM1 5h1v1H1v4h1v1H1c-.55 0-1-.45-1-1V6c0-.55.45-1 1-1z\"\n fillRule=\"evenodd\"\n />\n </SvgIcon>\n );\n};\n\nVersion.displayName = 'Version';\n\nexport { Version };\n"],"mappings":";;;;AAIA,IAAM,UAAU,SAAS,QAAQ,EAAE,KAAK,GAAG,SAA+C;CACxF,OACE,oBAAC,SAAD;EAAS,QAAQ;EAAI,SAAQ;EAAY,OAAO;EAAI,GAAI;EAAY;YAClE,oBAAC,QAAD;GACE,GAAE;GACF,UAAS;EACV,CAAA;CACM,CAAA;AAEb;AAEA,QAAQ,cAAc"}
|
|
@@ -33,11 +33,25 @@ var Icons_exports = /* @__PURE__ */ require_runtime.__exportAll({
|
|
|
33
33
|
Yarn: () => require_Yarn.Yarn
|
|
34
34
|
});
|
|
35
35
|
//#endregion
|
|
36
|
+
exports.CommonJS = require_CommonJS.CommonJS;
|
|
37
|
+
exports.ES6Modules = require_ES6Module.ES6Modules;
|
|
38
|
+
exports.Earth = require_Earth.Earth;
|
|
39
|
+
exports.FileBinary = require_FileBinary.FileBinary;
|
|
40
|
+
exports.Git = require_Git.Git;
|
|
36
41
|
Object.defineProperty(exports, "Icons_exports", {
|
|
37
42
|
enumerable: true,
|
|
38
43
|
get: function() {
|
|
39
44
|
return Icons_exports;
|
|
40
45
|
}
|
|
41
46
|
});
|
|
47
|
+
exports.Law = require_Law.Law;
|
|
48
|
+
exports.License = require_License.License;
|
|
49
|
+
exports.NodeJS = require_NodeJS.NodeJS;
|
|
50
|
+
exports.Npm = require_Npm.Npm;
|
|
51
|
+
exports.Pnpm = require_Pnpm.Pnpm;
|
|
52
|
+
exports.Time = require_Time.Time;
|
|
53
|
+
exports.TypeScript = require_TypeScript.TypeScript;
|
|
54
|
+
exports.Version = require_Version.Version;
|
|
55
|
+
exports.Yarn = require_Yarn.Yarn;
|
|
42
56
|
|
|
43
57
|
//# sourceMappingURL=index.js.map
|