@verdaccio/ui-components 4.0.0-next-8.1 → 4.0.0-next-8.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.babelrc +9 -1
- package/CHANGELOG.md +2 -266
- package/build/AppTest/AppRoute.js +18 -27
- package/build/AppTest/pages/Front/Home.js +2 -8
- package/build/AppTest/pages/Front/index.js +1 -13
- package/build/AppTest/pages/Version/Version.js +15 -19
- package/build/AppTest/pages/Version/index.js +1 -13
- package/build/Theme/ResetStyles.js +12 -20
- package/build/Theme/StyleBaseline.js +6 -13
- package/build/Theme/ThemeProvider.js +25 -33
- package/build/Theme/colors.js +1 -7
- package/build/Theme/index.js +5 -44
- package/build/Theme/theme.js +26 -32
- package/build/components/ActionBar/ActionBar.js +26 -33
- package/build/components/ActionBar/ActionBarAction.js +59 -59
- package/build/components/ActionBar/index.js +1 -13
- package/build/components/Author/Author.js +17 -23
- package/build/components/Author/index.js +1 -13
- package/build/components/Author/styles.js +8 -15
- package/build/components/CopyClipboard/CopyToClipBoard.js +41 -41
- package/build/components/CopyClipboard/index.js +2 -20
- package/build/components/CopyClipboard/utils.js +1 -8
- package/build/components/Dependencies/Dependencies.js +27 -34
- package/build/components/Dependencies/DependencyBlock.js +33 -39
- package/build/components/Dependencies/index.js +1 -13
- package/build/components/Dependencies/types.js +1 -5
- package/build/components/Dependencies/utits.js +1 -7
- package/build/components/Deprecated/Deprecated.js +10 -16
- package/build/components/Deprecated/index.js +1 -13
- package/build/components/Developers/DeveloperType.js +1 -7
- package/build/components/Developers/Developers.js +33 -41
- package/build/components/Developers/Title.js +26 -29
- package/build/components/Developers/get-unique-developer-values.js +1 -7
- package/build/components/Developers/index.js +2 -20
- package/build/components/Distribution/Dist.js +29 -32
- package/build/components/Distribution/index.js +1 -13
- package/build/components/Distribution/styles.js +11 -18
- package/build/components/Engines/Engines.js +53 -54
- package/build/components/Engines/index.js +1 -13
- package/build/components/Engines/styles.js +8 -15
- package/build/components/ErrorBoundary/ErrorBoundary.js +5 -14
- package/build/components/ErrorBoundary/index.js +1 -13
- package/build/components/Forbidden/Forbidden.js +34 -36
- package/build/components/Forbidden/index.js +1 -13
- package/build/components/FundButton/FundButton.js +43 -42
- package/build/components/FundButton/index.js +1 -13
- package/build/components/HeaderInfoDialog/HeaderInfoDialog.js +39 -41
- package/build/components/HeaderInfoDialog/index.js +1 -13
- package/build/components/Heading/Heading.js +12 -17
- package/build/components/Heading/index.js +1 -13
- package/build/components/Help/Help.js +23 -31
- package/build/components/Help/index.js +1 -13
- package/build/components/Help/styles.js +3 -10
- package/build/components/Icons/DevsIcons/CommonJS.js +4 -11
- package/build/components/Icons/DevsIcons/ES6Module.js +4 -11
- package/build/components/Icons/DevsIcons/Git.js +4 -11
- package/build/components/Icons/DevsIcons/NodeJS.js +4 -11
- package/build/components/Icons/DevsIcons/TypeScript.js +4 -11
- package/build/components/Icons/DevsIcons/index.js +5 -40
- package/build/components/Icons/Earth.js +13 -19
- package/build/components/Icons/FileBinary.js +6 -12
- package/build/components/Icons/Law.js +6 -12
- package/build/components/Icons/License.js +7 -13
- package/build/components/Icons/License.js.map +1 -1
- package/build/components/Icons/Managers/Npm.js +4 -11
- package/build/components/Icons/Managers/Pnpm.js +4 -11
- package/build/components/Icons/Managers/Yarn.js +4 -11
- package/build/components/Icons/Managers/index.js +3 -26
- package/build/components/Icons/SvgIcon.js +27 -23
- package/build/components/Icons/Time.js +8 -14
- package/build/components/Icons/Version.js +6 -12
- package/build/components/Icons/index.js +8 -79
- package/build/components/Install/Install.js +35 -42
- package/build/components/Install/InstallListItem.js +50 -55
- package/build/components/Install/index.js +1 -13
- package/build/components/Keywords/KeywordListItems.js +11 -17
- package/build/components/Keywords/Keywords.js +20 -25
- package/build/components/Keywords/index.js +1 -13
- package/build/components/Label/Label.js +19 -20
- package/build/components/Label/index.js +1 -13
- package/build/components/Link/Link.js +16 -22
- package/build/components/Link/index.js +1 -13
- package/build/components/LinkExternal/LinkExternal.js +15 -19
- package/build/components/LinkExternal/index.js +1 -13
- package/build/components/Loading/Loading.js +8 -15
- package/build/components/Loading/Spinner/Spinner.js +41 -35
- package/build/components/Loading/Spinner/index.js +1 -13
- package/build/components/Loading/index.js +1 -13
- package/build/components/Loading/styles.js +16 -20
- package/build/components/LoginDialog/LoginDialog.js +72 -68
- package/build/components/LoginDialog/LoginDialogCloseButton.js +28 -31
- package/build/components/LoginDialog/LoginDialogForm.js +46 -45
- package/build/components/LoginDialog/LoginDialogFormError.js +34 -36
- package/build/components/LoginDialog/LoginDialogHeader.js +42 -42
- package/build/components/LoginDialog/index.js +1 -13
- package/build/components/Logo/Logo.js +45 -48
- package/build/components/Logo/index.js +1 -13
- package/build/components/MenuItem/MenuItem.js +7 -16
- package/build/components/MenuItem/index.js +1 -13
- package/build/components/NoItems/NoItems.js +16 -17
- package/build/components/NoItems/index.js +1 -13
- package/build/components/NotFound/NotFound.js +32 -36
- package/build/components/NotFound/index.js +1 -13
- package/build/components/Package/Package.js +109 -104
- package/build/components/Package/index.js +1 -20
- package/build/components/Package/styles.js +86 -81
- package/build/components/PackageList/PackageList.js +56 -57
- package/build/components/PackageList/index.js +1 -13
- package/build/components/Person/Person.js +22 -28
- package/build/components/Person/PersonTooltip.js +17 -21
- package/build/components/Person/index.js +1 -13
- package/build/components/Person/utils.js +6 -14
- package/build/components/RawViewer/RawViewer.js +28 -34
- package/build/components/RawViewer/index.js +1 -13
- package/build/components/Readme/Readme.js +21 -27
- package/build/components/Readme/Readme.js.map +1 -1
- package/build/components/Readme/Readme.spec.js +10 -13
- package/build/components/Readme/Readme.spec.js.map +1 -1
- package/build/components/Readme/index.js +1 -13
- package/build/components/Readme/types.js +1 -5
- package/build/components/Readme/utils.js +8 -16
- package/build/components/RegistryInfoDialog/RegistryInfoDialog.js +18 -24
- package/build/components/RegistryInfoDialog/index.js +1 -13
- package/build/components/RegistryInfoDialog/styles.js +34 -32
- package/build/components/RegistryInfoDialog/types.js +1 -5
- package/build/components/Repository/Repository.js +41 -46
- package/build/components/Repository/index.js +1 -13
- package/build/components/Search/AutoComplete/AutoComplete.js +22 -31
- package/build/components/Search/AutoComplete/index.js +1 -13
- package/build/components/Search/AutoComplete/styles.js +2 -9
- package/build/components/Search/Search.js +71 -69
- package/build/components/Search/SearchItem.js +89 -81
- package/build/components/Search/index.js +1 -13
- package/build/components/Search/styles.js +12 -19
- package/build/components/Search/utils.js +3 -9
- package/build/components/SettingsMenu/SettingsMenu.js +56 -57
- package/build/components/SettingsMenu/index.js +1 -13
- package/build/components/SideBarTitle/SideBarTitle.js +54 -53
- package/build/components/SideBarTitle/index.js +1 -13
- package/build/components/SideBarTitle/utils.js +6 -15
- package/build/components/TextField/TextField.js +22 -21
- package/build/components/TextField/index.js +1 -13
- package/build/components/UpLinks/UpLinks.js +32 -38
- package/build/components/UpLinks/UplinkLink.js +12 -18
- package/build/components/UpLinks/index.js +1 -13
- package/build/components/UpLinks/styles.js +30 -31
- package/build/components/Versions/HistoryList.js +56 -60
- package/build/components/Versions/TagList.js +29 -33
- package/build/components/Versions/Versions.js +45 -53
- package/build/components/Versions/index.js +1 -13
- package/build/components/Versions/styles.js +26 -27
- package/build/components/Versions/types.js +1 -5
- package/build/hooks/index.js +2 -20
- package/build/hooks/useLocalStorage.js +7 -12
- package/build/hooks/useOnClickOutside.js +4 -9
- package/build/index.js +63 -530
- package/build/layouts/Version/Version.js +9 -16
- package/build/layouts/Version/index.js +1 -13
- package/build/providers/AppConfigurationProvider/AppConfigurationProvider.js +24 -31
- package/build/providers/AppConfigurationProvider/index.js +1 -20
- package/build/providers/PersistenceSettingProvider/PersistenceSettingProvider.js +15 -24
- package/build/providers/PersistenceSettingProvider/index.js +1 -20
- package/build/providers/TranslatorProvider/TranslatorProvider.js +24 -30
- package/build/providers/TranslatorProvider/TranslatorProvider.spec.js +19 -22
- package/build/providers/TranslatorProvider/index.js +1 -26
- package/build/providers/VersionProvider/VersionProvider.js +27 -29
- package/build/providers/VersionProvider/index.js +1 -20
- package/build/providers/index.js +3 -38
- package/build/sections/Detail/ContainerContent.js +20 -28
- package/build/sections/Detail/Detail.js +22 -30
- package/build/sections/Detail/ReadmeSection.js +8 -14
- package/build/sections/Detail/Tabs.js +20 -26
- package/build/sections/Detail/index.js +1 -13
- package/build/sections/Footer/Footer.js +76 -73
- package/build/sections/Footer/index.js +1 -13
- package/build/sections/Footer/styles.js +63 -58
- package/build/sections/Header/Header.js +34 -42
- package/build/sections/Header/HeaderGreetings.js +12 -18
- package/build/sections/Header/HeaderLeft.js +25 -29
- package/build/sections/Header/HeaderMenu.js +23 -29
- package/build/sections/Header/HeaderRight.js +41 -49
- package/build/sections/Header/HeaderSettingsDialog.js +60 -58
- package/build/sections/Header/HeaderToolTip.js +13 -17
- package/build/sections/Header/HeaderToolTipIcon.js +23 -31
- package/build/sections/Header/LanguageSwitch.js +56 -59
- package/build/sections/Header/RegistryInfoContent/RegistryInfoContent.js +75 -80
- package/build/sections/Header/RegistryInfoContent/index.js +1 -13
- package/build/sections/Header/RegistryInfoContent/styles.js +13 -17
- package/build/sections/Header/index.js +1 -13
- package/build/sections/Header/styles.js +43 -47
- package/build/sections/Home/Home.js +14 -19
- package/build/sections/Home/index.js +1 -13
- package/build/sections/SideBar/Sidebar.js +40 -47
- package/build/sections/SideBar/index.js +1 -13
- package/build/sections/index.js +2 -20
- package/build/src/Theme/index.d.ts +1 -1
- package/build/src/Theme/theme.d.ts +14 -2
- package/build/src/components/Dependencies/DependencyBlock.d.ts +2 -1
- package/build/src/components/Loading/styles.d.ts +2 -1
- package/build/src/components/Package/styles.d.ts +4 -3
- package/build/src/components/RegistryInfoDialog/styles.d.ts +3 -2
- package/build/src/components/Search/styles.d.ts +2 -1
- package/build/src/components/UpLinks/styles.d.ts +3 -2
- package/build/src/components/Versions/styles.d.ts +3 -2
- package/build/src/sections/Footer/styles.d.ts +6 -5
- package/build/src/sections/Header/RegistryInfoContent/styles.d.ts +3 -2
- package/build/src/sections/Header/styles.d.ts +3 -2
- package/build/store/api.js +28 -29
- package/build/store/index.js +3 -51
- package/build/store/models/configuration.js +20 -22
- package/build/store/models/download.js +26 -27
- package/build/store/models/index.js +13 -19
- package/build/store/models/login.js +60 -63
- package/build/store/models/manifest.js +57 -58
- package/build/store/models/packages.js +29 -27
- package/build/store/models/routes.js +1 -7
- package/build/store/models/search.js +62 -61
- package/build/store/models/utils.js +1 -7
- package/build/store/storage.js +4 -11
- package/build/store/store.js +6 -13
- package/build/test/i18n-config.js +4 -11
- package/build/test/test-react-testing-library.js +32 -50
- package/build/types/index.js +1 -5
- package/build/types/packageMeta.js +1 -5
- package/build/utils/__partials__/packageMeta.js +1 -7
- package/build/utils/cli-utils.js +12 -32
- package/build/utils/index.js +8 -74
- package/build/utils/loadable.js +6 -14
- package/build/utils/routes.js +1 -7
- package/build/utils/token.js +11 -18
- package/build/utils/url.js +12 -22
- package/build/utils/utils.js +32 -46
- package/package.json +12 -10
- package/src/AppTest/AppRoute.test.tsx +5 -4
- package/src/Theme/ResetStyles.tsx +4 -4
- package/src/Theme/index.ts +1 -1
- package/src/Theme/theme.ts +15 -4
- package/src/components/ActionBar/ActionBarAction.tsx +3 -3
- package/src/components/Author/Author.test.tsx +2 -1
- package/src/components/Author/styles.ts +1 -1
- package/src/components/CopyClipboard/CopyToClipBoard.test.tsx +2 -1
- package/src/components/CopyClipboard/CopyToClipBoard.tsx +1 -1
- package/src/components/Dependencies/Dependencies.test.tsx +7 -0
- package/src/components/Dependencies/DependencyBlock.test.tsx +3 -2
- package/src/components/Dependencies/DependencyBlock.tsx +2 -2
- package/src/components/Deprecated/Deprecated.tsx +3 -1
- package/src/components/Developers/Developers.tsx +2 -2
- package/src/components/Developers/Title.tsx +1 -1
- package/src/components/Distribution/styles.ts +1 -1
- package/src/components/Engines/Engines.test.tsx +3 -2
- package/src/components/Engines/styles.ts +1 -1
- package/src/components/ErrorBoundary/ErrorBoundary.test.tsx +2 -1
- package/src/components/Forbidden/Forbidden.test.tsx +3 -2
- package/src/components/Forbidden/Forbidden.tsx +1 -1
- package/src/components/FundButton/FundButton.tsx +3 -3
- package/src/components/HeaderInfoDialog/HeaderInfoDialog.test.tsx +2 -1
- package/src/components/Install/Install.tsx +1 -1
- package/src/components/Install/InstallListItem.tsx +2 -1
- package/src/components/Keywords/Keywords.tsx +2 -1
- package/src/components/Label/Label.tsx +1 -1
- package/src/components/Loading/Spinner/Spinner.tsx +1 -1
- package/src/components/Loading/styles.ts +1 -1
- package/src/components/LoginDialog/LoginDialog.test.tsx +8 -7
- package/src/components/LoginDialog/LoginDialogFormError.tsx +3 -3
- package/src/components/LoginDialog/LoginDialogHeader.tsx +6 -6
- package/src/components/Logo/Logo.tsx +3 -3
- package/src/components/NotFound/NotFound.tsx +1 -1
- package/src/components/NotFound/Notfound.test.tsx +3 -2
- package/src/components/Package/Package.tsx +1 -1
- package/src/components/Package/styles.ts +8 -8
- package/src/components/PackageList/Packagelist.test.tsx +2 -1
- package/src/components/RawViewer/RawViewer.tsx +5 -3
- package/src/components/RegistryInfoDialog/styles.ts +5 -5
- package/src/components/Repository/Repository.tsx +2 -2
- package/src/components/Search/Search.test.tsx +9 -8
- package/src/components/Search/SearchItem.tsx +6 -6
- package/src/components/Search/styles.ts +5 -5
- package/src/components/SideBarTitle/SideBarTitle.tsx +3 -3
- package/src/components/UpLinks/styles.ts +3 -3
- package/src/components/Versions/HistoryList.tsx +2 -1
- package/src/components/Versions/Versions.test.tsx +8 -8
- package/src/components/Versions/Versions.tsx +1 -1
- package/src/components/Versions/styles.ts +2 -2
- package/src/providers/TranslatorProvider/TranslatorProvider.spec.tsx +2 -1
- package/src/providers/VersionProvider/VersionProvider.tsx +5 -2
- package/src/sections/Footer/Footer.tsx +2 -2
- package/src/sections/Footer/styles.ts +7 -7
- package/src/sections/Header/HeaderSettingsDialog.tsx +1 -1
- package/src/sections/Header/LanguageSwitch.tsx +3 -3
- package/src/sections/Header/RegistryInfoContent/styles.ts +1 -1
- package/src/sections/Header/styles.ts +9 -9
- package/src/sections/Home/Home.test.tsx +7 -3
- package/src/sections/SideBar/Sidebar.test.tsx +8 -7
- package/src/sections/SideBar/Sidebar.tsx +1 -0
- package/src/store/api.test.ts +8 -6
- package/src/store/models/login.test.ts +24 -20
- package/src/test/test-react-testing-library.tsx +3 -5
- package/src/utils/cli-utils.test.ts +10 -9
- package/src/utils/token.test.ts +5 -3
- package/tsconfig.build.json +1 -1
- package/vitest/api/glob-sidebar.json +12520 -0
- package/vitest/api/got-sidebar.json +23346 -0
- package/vitest/api/home-packages.json +40 -0
- package/vitest/api/jquery-readme.js +3 -0
- package/vitest/api/jquery-sidebar.json +5908 -0
- package/vitest/api/search-verdaccio.json +1192 -0
- package/vitest/api/storybook-readme.js +3 -0
- package/vitest/api/storybook-sidebar.json +53782 -0
- package/vitest/api/storybook-v.json +53782 -0
- package/vitest/identity.js +29 -0
- package/vitest/react-markdown.tsx +7 -0
- package/vitest/server-handlers.ts +82 -0
- package/vitest/server.ts +6 -0
- package/vitest/setup-env.ts +33 -0
- package/vitest/setup.ts +40 -0
- package/vitest/unit/components/__mocks__/token.ts +33 -0
- package/vitest/unit/empty-string.ts +1 -0
- package/vitest/unit/empty.ts +1 -0
- package/vitest/vitestSerializer.ts +31 -0
- package/vitest.config.mjs +39 -0
- package/build/__mocks__/react-markdown.js +0 -18
- package/build/__mocks__/remark-plugin.js +0 -8
- package/build/src/__mocks__/react-markdown.d.ts +0 -4
- package/build/src/__mocks__/remark-plugin.d.ts +0 -1
- package/src/__mocks__/react-markdown.tsx +0 -8
- package/src/__mocks__/remark-plugin.ts +0 -1
|
@@ -1,38 +1,33 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
}
|
|
6
|
-
|
|
7
|
-
var
|
|
8
|
-
var
|
|
9
|
-
var
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
var
|
|
13
|
-
function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e }; }
|
|
14
|
-
const Keywords = ({
|
|
15
|
-
packageMeta
|
|
16
|
-
}) => {
|
|
17
|
-
const {
|
|
1
|
+
import List from '@mui/material/List';
|
|
2
|
+
import Typography from '@mui/material/Typography';
|
|
3
|
+
import { useTheme } from '@mui/styles';
|
|
4
|
+
import React from 'react';
|
|
5
|
+
import { useTranslation } from 'react-i18next';
|
|
6
|
+
import KeywordListItems from './KeywordListItems';
|
|
7
|
+
var Keywords = _ref => {
|
|
8
|
+
var _packageMeta$latest, _packageMeta$latest2;
|
|
9
|
+
var {
|
|
10
|
+
packageMeta
|
|
11
|
+
} = _ref;
|
|
12
|
+
var {
|
|
18
13
|
t
|
|
19
|
-
} =
|
|
20
|
-
|
|
21
|
-
if (!packageMeta
|
|
14
|
+
} = useTranslation();
|
|
15
|
+
var theme = useTheme();
|
|
16
|
+
if (!(packageMeta !== null && packageMeta !== void 0 && (_packageMeta$latest = packageMeta.latest) !== null && _packageMeta$latest !== void 0 && _packageMeta$latest.keywords)) {
|
|
22
17
|
return null;
|
|
23
18
|
}
|
|
24
|
-
return /*#__PURE__*/
|
|
19
|
+
return /*#__PURE__*/React.createElement(List, {
|
|
25
20
|
"data-testid": "keyword-list",
|
|
26
|
-
subheader: /*#__PURE__*/
|
|
21
|
+
subheader: /*#__PURE__*/React.createElement(Typography, {
|
|
27
22
|
sx: {
|
|
28
23
|
fontWeight: theme.fontWeight.bold,
|
|
29
24
|
textTransform: 'capitalize'
|
|
30
25
|
},
|
|
31
26
|
variant: "subtitle1"
|
|
32
27
|
}, t('sidebar.keywords.title'))
|
|
33
|
-
}, /*#__PURE__*/
|
|
34
|
-
keywords: packageMeta
|
|
28
|
+
}, /*#__PURE__*/React.createElement(KeywordListItems, {
|
|
29
|
+
keywords: packageMeta === null || packageMeta === void 0 || (_packageMeta$latest2 = packageMeta.latest) === null || _packageMeta$latest2 === void 0 ? void 0 : _packageMeta$latest2.keywords
|
|
35
30
|
}));
|
|
36
31
|
};
|
|
37
|
-
|
|
32
|
+
export default Keywords;
|
|
38
33
|
//# sourceMappingURL=Keywords.js.map
|
|
@@ -1,14 +1,2 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
Object.defineProperty(exports, "__esModule", {
|
|
4
|
-
value: true
|
|
5
|
-
});
|
|
6
|
-
Object.defineProperty(exports, "default", {
|
|
7
|
-
enumerable: true,
|
|
8
|
-
get: function () {
|
|
9
|
-
return _Keywords.default;
|
|
10
|
-
}
|
|
11
|
-
});
|
|
12
|
-
var _Keywords = _interopRequireDefault(require("./Keywords"));
|
|
13
|
-
function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e }; }
|
|
1
|
+
export { default } from './Keywords';
|
|
14
2
|
//# sourceMappingURL=index.js.map
|
|
@@ -1,32 +1,31 @@
|
|
|
1
|
-
|
|
1
|
+
import _styled from "@emotion/styled/base";
|
|
2
|
+
var _excluded = ["text", "capitalize", "weight"];
|
|
3
|
+
function _extends() { return _extends = Object.assign ? Object.assign.bind() : function (n) { for (var e = 1; e < arguments.length; e++) { var t = arguments[e]; for (var r in t) ({}).hasOwnProperty.call(t, r) && (n[r] = t[r]); } return n; }, _extends.apply(null, arguments); }
|
|
4
|
+
function _objectWithoutProperties(e, t) { if (null == e) return {}; var o, r, i = _objectWithoutPropertiesLoose(e, t); if (Object.getOwnPropertySymbols) { var s = Object.getOwnPropertySymbols(e); for (r = 0; r < s.length; r++) o = s[r], t.includes(o) || {}.propertyIsEnumerable.call(e, o) && (i[o] = e[o]); } return i; }
|
|
5
|
+
function _objectWithoutPropertiesLoose(r, e) { if (null == r) return {}; var t = {}; for (var n in r) if ({}.hasOwnProperty.call(r, n)) { if (e.includes(n)) continue; t[n] = r[n]; } return t; }
|
|
6
|
+
/* eslint-disable verdaccio/jsx-spread */
|
|
2
7
|
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
});
|
|
6
|
-
exports.default = void 0;
|
|
7
|
-
var _base = _interopRequireDefault(require("@emotion/styled/base"));
|
|
8
|
-
var _react = _interopRequireDefault(require("react"));
|
|
9
|
-
function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e }; }
|
|
10
|
-
function _extends() { return _extends = Object.assign ? Object.assign.bind() : function (n) { for (var e = 1; e < arguments.length; e++) { var t = arguments[e]; for (var r in t) ({}).hasOwnProperty.call(t, r) && (n[r] = t[r]); } return n; }, _extends.apply(null, arguments); } /* eslint-disable verdaccio/jsx-spread */
|
|
11
|
-
const Wrapper = /*#__PURE__*/(0, _base.default)('div', process.env.NODE_ENV === "production" ? {
|
|
8
|
+
import React from 'react';
|
|
9
|
+
var Wrapper = /*#__PURE__*/_styled('div', process.env.NODE_ENV === "production" ? {
|
|
12
10
|
target: "erabg9d0"
|
|
13
11
|
} : {
|
|
14
12
|
target: "erabg9d0",
|
|
15
13
|
label: "Wrapper"
|
|
16
14
|
})(props => ({
|
|
17
|
-
fontWeight: props.theme
|
|
15
|
+
fontWeight: props.theme.fontWeight[props.weight],
|
|
18
16
|
textTransform: props.capitalize ? 'capitalize' : 'none'
|
|
19
|
-
}), process.env.NODE_ENV === "production" ? "" : "/*# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbIi4uLy4uLy4uL3NyYy9jb21wb25lbnRzL0xhYmVsL0xhYmVsLnRzeCJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFpQmdCIiwiZmlsZSI6Ii4uLy4uLy4uL3NyYy9jb21wb25lbnRzL0xhYmVsL0xhYmVsLnRzeCIsInNvdXJjZXNDb250ZW50IjpbIi8qIGVzbGludC1kaXNhYmxlIHZlcmRhY2Npby9qc3gtc3ByZWFkICovXG5pbXBvcnQgc3R5bGVkIGZyb20gJ0BlbW90aW9uL3N0eWxlZCc7XG5pbXBvcnQgUmVhY3QgZnJvbSAncmVhY3QnO1xuXG5pbXBvcnQgeyBGb250V2VpZ2h0LCBUaGVtZSB9IGZyb20gJy4uLy4uLyc7XG5cbmludGVyZmFjZSBQcm9wcyB7XG4gIHRleHQ6IHN0cmluZztcbiAgY2FwaXRhbGl6ZT86IGJvb2xlYW47XG4gIHdlaWdodD86IEZvbnRXZWlnaHQ7XG59XG5cbmludGVyZmFjZSBXcmFwcGVyUHJvcHMge1xuICBjYXBpdGFsaXplOiBib29sZWFuO1xuICB3ZWlnaHQ6IEZvbnRXZWlnaHQ7XG59XG5cbmNvbnN0IFdyYXBwZXIgPSBzdHlsZWQoJ2RpdicpPFdyYXBwZXJQcm9wcyAmIHsgdGhlbWU/OiBUaGVtZSB9PigocHJvcHMpID0+
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
}
|
|
26
|
-
|
|
17
|
+
}), process.env.NODE_ENV === "production" ? "" : "/*# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbIi4uLy4uLy4uL3NyYy9jb21wb25lbnRzL0xhYmVsL0xhYmVsLnRzeCJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFpQmdCIiwiZmlsZSI6Ii4uLy4uLy4uL3NyYy9jb21wb25lbnRzL0xhYmVsL0xhYmVsLnRzeCIsInNvdXJjZXNDb250ZW50IjpbIi8qIGVzbGludC1kaXNhYmxlIHZlcmRhY2Npby9qc3gtc3ByZWFkICovXG5pbXBvcnQgc3R5bGVkIGZyb20gJ0BlbW90aW9uL3N0eWxlZCc7XG5pbXBvcnQgUmVhY3QgZnJvbSAncmVhY3QnO1xuXG5pbXBvcnQgeyBGb250V2VpZ2h0LCBUaGVtZSB9IGZyb20gJy4uLy4uLyc7XG5cbmludGVyZmFjZSBQcm9wcyB7XG4gIHRleHQ6IHN0cmluZztcbiAgY2FwaXRhbGl6ZT86IGJvb2xlYW47XG4gIHdlaWdodD86IEZvbnRXZWlnaHQ7XG59XG5cbmludGVyZmFjZSBXcmFwcGVyUHJvcHMge1xuICBjYXBpdGFsaXplOiBib29sZWFuO1xuICB3ZWlnaHQ6IEZvbnRXZWlnaHQ7XG59XG5cbmNvbnN0IFdyYXBwZXIgPSBzdHlsZWQoJ2RpdicpPFdyYXBwZXJQcm9wcyAmIHsgdGhlbWU/OiBUaGVtZSB9PigocHJvcHMpID0+ICh7XG4gIGZvbnRXZWlnaHQ6IHByb3BzLnRoZW1lLmZvbnRXZWlnaHRbcHJvcHMud2VpZ2h0XSxcbiAgdGV4dFRyYW5zZm9ybTogcHJvcHMuY2FwaXRhbGl6ZSA/ICdjYXBpdGFsaXplJyA6ICdub25lJyxcbn0pKTtcblxuY29uc3QgTGFiZWw6IFJlYWN0LkZDPFByb3BzPiA9ICh7XG4gIHRleHQgPSAnJyxcbiAgY2FwaXRhbGl6ZSA9IGZhbHNlLFxuICB3ZWlnaHQgPSAncmVndWxhcicsXG4gIC4uLnByb3BzXG59KSA9PiB7XG4gIHJldHVybiAoXG4gICAgPFdyYXBwZXIgY2FwaXRhbGl6ZT17Y2FwaXRhbGl6ZX0gd2VpZ2h0PXt3ZWlnaHR9IHsuLi5wcm9wc30+XG4gICAgICB7dGV4dH1cbiAgICA8L1dyYXBwZXI+XG4gICk7XG59O1xuXG5leHBvcnQgZGVmYXVsdCBMYWJlbDtcbiJdfQ== */");
|
|
18
|
+
var Label = _ref => {
|
|
19
|
+
var {
|
|
20
|
+
text = '',
|
|
21
|
+
capitalize = false,
|
|
22
|
+
weight = 'regular'
|
|
23
|
+
} = _ref,
|
|
24
|
+
props = _objectWithoutProperties(_ref, _excluded);
|
|
25
|
+
return /*#__PURE__*/React.createElement(Wrapper, _extends({
|
|
27
26
|
capitalize: capitalize,
|
|
28
27
|
weight: weight
|
|
29
28
|
}, props), text);
|
|
30
29
|
};
|
|
31
|
-
|
|
30
|
+
export default Label;
|
|
32
31
|
//# sourceMappingURL=Label.js.map
|
|
@@ -1,14 +1,2 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
Object.defineProperty(exports, "__esModule", {
|
|
4
|
-
value: true
|
|
5
|
-
});
|
|
6
|
-
Object.defineProperty(exports, "default", {
|
|
7
|
-
enumerable: true,
|
|
8
|
-
get: function () {
|
|
9
|
-
return _Label.default;
|
|
10
|
-
}
|
|
11
|
-
});
|
|
12
|
-
var _Label = _interopRequireDefault(require("./Label"));
|
|
13
|
-
function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e }; }
|
|
1
|
+
export { default } from './Label';
|
|
14
2
|
//# sourceMappingURL=index.js.map
|
|
@@ -1,16 +1,9 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
Object.defineProperty(exports, "__esModule", {
|
|
4
|
-
value: true
|
|
5
|
-
});
|
|
6
|
-
exports.default = void 0;
|
|
7
|
-
var _base = _interopRequireDefault(require("@emotion/styled/base"));
|
|
8
|
-
var _Typography = _interopRequireDefault(require("@mui/material/Typography"));
|
|
9
|
-
var _react = _interopRequireDefault(require("react"));
|
|
10
|
-
var _reactRouterDom = require("react-router-dom");
|
|
11
|
-
function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e }; }
|
|
1
|
+
import _styled from "@emotion/styled/base";
|
|
12
2
|
function _EMOTION_STRINGIFIED_CSS_ERROR__() { return "You have tried to stringify object returned from `css` function. It isn't supposed to be used directly (e.g. as value of the `className` prop), but rather handed to emotion so it can handle it (e.g. as value of `css` prop)."; }
|
|
13
|
-
|
|
3
|
+
import Typography from '@mui/material/Typography';
|
|
4
|
+
import React from 'react';
|
|
5
|
+
import { Link as RouterLink } from 'react-router-dom';
|
|
6
|
+
var CustomRouterLink = /*#__PURE__*/_styled(RouterLink, process.env.NODE_ENV === "production" ? {
|
|
14
7
|
target: "e2ct7p50"
|
|
15
8
|
} : {
|
|
16
9
|
target: "e2ct7p50",
|
|
@@ -24,21 +17,22 @@ const CustomRouterLink = /*#__PURE__*/(0, _base.default)(_reactRouterDom.Link, p
|
|
|
24
17
|
map: "/*# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbIi4uLy4uLy4uL3NyYy9jb21wb25lbnRzL0xpbmsvTGluay50c3giXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBSzJDIiwiZmlsZSI6Ii4uLy4uLy4uL3NyYy9jb21wb25lbnRzL0xpbmsvTGluay50c3giLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgc3R5bGVkIGZyb20gJ0BlbW90aW9uL3N0eWxlZCc7XG5pbXBvcnQgVHlwb2dyYXBoeSBmcm9tICdAbXVpL21hdGVyaWFsL1R5cG9ncmFwaHknO1xuaW1wb3J0IFJlYWN0IGZyb20gJ3JlYWN0JztcbmltcG9ydCB7IExpbmsgYXMgUm91dGVyTGluayB9IGZyb20gJ3JlYWN0LXJvdXRlci1kb20nO1xuXG5jb25zdCBDdXN0b21Sb3V0ZXJMaW5rID0gc3R5bGVkKFJvdXRlckxpbmspYFxuICB0ZXh0LWRlY29yYXRpb246IG5vbmU7XG4gICY6aG92ZXIsXG4gICY6Zm9jdXMge1xuICAgIHRleHQtZGVjb3JhdGlvbjogdW5kZXJsaW5lO1xuICB9XG5gO1xuXG5jb25zdCBMaW5rID0gUmVhY3QuZm9yd2FyZFJlZjxIVE1MQW5jaG9yRWxlbWVudCwgYW55PihmdW5jdGlvbiBMaW5rRnVuY3Rpb24oXG4gIHsgdG8sIGNoaWxkcmVuLCB2YXJpYW50LCBjbGFzc05hbWUsIG9uQ2xpY2sgfSxcbiAgcmVmXG4pIHtcbiAgcmV0dXJuIChcbiAgICA8Q3VzdG9tUm91dGVyTGluayBjbGFzc05hbWU9e2NsYXNzTmFtZX0gaW5uZXJSZWY9e3JlZn0gb25DbGljaz17b25DbGlja30gdG89e3RvfT5cbiAgICAgIDxUeXBvZ3JhcGh5IHZhcmlhbnQ9e3ZhcmlhbnR9PntjaGlsZHJlbn08L1R5cG9ncmFwaHk+XG4gICAgPC9DdXN0b21Sb3V0ZXJMaW5rPlxuICApO1xufSk7XG5cbmV4cG9ydCBkZWZhdWx0IExpbms7XG4iXX0= */",
|
|
25
18
|
toString: _EMOTION_STRINGIFIED_CSS_ERROR__
|
|
26
19
|
});
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
20
|
+
var Link = /*#__PURE__*/React.forwardRef(function LinkFunction(_ref, ref) {
|
|
21
|
+
var {
|
|
22
|
+
to,
|
|
23
|
+
children,
|
|
24
|
+
variant,
|
|
25
|
+
className,
|
|
26
|
+
onClick
|
|
27
|
+
} = _ref;
|
|
28
|
+
return /*#__PURE__*/React.createElement(CustomRouterLink, {
|
|
35
29
|
className: className,
|
|
36
30
|
innerRef: ref,
|
|
37
31
|
onClick: onClick,
|
|
38
32
|
to: to
|
|
39
|
-
}, /*#__PURE__*/
|
|
33
|
+
}, /*#__PURE__*/React.createElement(Typography, {
|
|
40
34
|
variant: variant
|
|
41
35
|
}, children));
|
|
42
36
|
});
|
|
43
|
-
|
|
37
|
+
export default Link;
|
|
44
38
|
//# sourceMappingURL=Link.js.map
|
|
@@ -1,14 +1,2 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
Object.defineProperty(exports, "__esModule", {
|
|
4
|
-
value: true
|
|
5
|
-
});
|
|
6
|
-
Object.defineProperty(exports, "default", {
|
|
7
|
-
enumerable: true,
|
|
8
|
-
get: function () {
|
|
9
|
-
return _Link.default;
|
|
10
|
-
}
|
|
11
|
-
});
|
|
12
|
-
var _Link = _interopRequireDefault(require("./Link"));
|
|
13
|
-
function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e }; }
|
|
1
|
+
export { default } from './Link';
|
|
14
2
|
//# sourceMappingURL=index.js.map
|
|
@@ -1,32 +1,28 @@
|
|
|
1
|
-
"
|
|
2
|
-
|
|
3
|
-
Object.defineProperty(exports, "__esModule", {
|
|
4
|
-
value: true
|
|
5
|
-
});
|
|
6
|
-
exports.default = void 0;
|
|
7
|
-
var _Link = _interopRequireDefault(require("@mui/material/Link"));
|
|
8
|
-
var _react = _interopRequireDefault(require("react"));
|
|
9
|
-
function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e }; }
|
|
1
|
+
var _excluded = ["to", "children", "variant"];
|
|
10
2
|
function _extends() { return _extends = Object.assign ? Object.assign.bind() : function (n) { for (var e = 1; e < arguments.length; e++) { var t = arguments[e]; for (var r in t) ({}).hasOwnProperty.call(t, r) && (n[r] = t[r]); } return n; }, _extends.apply(null, arguments); }
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
3
|
+
function _objectWithoutProperties(e, t) { if (null == e) return {}; var o, r, i = _objectWithoutPropertiesLoose(e, t); if (Object.getOwnPropertySymbols) { var s = Object.getOwnPropertySymbols(e); for (r = 0; r < s.length; r++) o = s[r], t.includes(o) || {}.propertyIsEnumerable.call(e, o) && (i[o] = e[o]); } return i; }
|
|
4
|
+
function _objectWithoutPropertiesLoose(r, e) { if (null == r) return {}; var t = {}; for (var n in r) if ({}.hasOwnProperty.call(r, n)) { if (e.includes(n)) continue; t[n] = r[n]; } return t; }
|
|
5
|
+
import Link from '@mui/material/Link';
|
|
6
|
+
import React from 'react';
|
|
7
|
+
var LinkExternal = /*#__PURE__*/React.forwardRef((props, ref) => {
|
|
8
|
+
var {
|
|
9
|
+
to,
|
|
10
|
+
children,
|
|
11
|
+
variant
|
|
12
|
+
} = props,
|
|
13
|
+
rest = _objectWithoutProperties(props, _excluded);
|
|
18
14
|
return (
|
|
19
15
|
/*#__PURE__*/
|
|
20
16
|
// eslint-disable-next-line verdaccio/jsx-spread
|
|
21
|
-
|
|
17
|
+
React.createElement(Link, _extends({
|
|
22
18
|
href: to,
|
|
23
19
|
ref: ref,
|
|
24
20
|
rel: "noopener noreferrer",
|
|
25
21
|
target: "_blank",
|
|
26
22
|
underline: "hover",
|
|
27
|
-
variant: variant
|
|
23
|
+
variant: variant !== null && variant !== void 0 ? variant : 'caption'
|
|
28
24
|
}, rest), children)
|
|
29
25
|
);
|
|
30
26
|
});
|
|
31
|
-
|
|
27
|
+
export default LinkExternal;
|
|
32
28
|
//# sourceMappingURL=LinkExternal.js.map
|
|
@@ -1,14 +1,2 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
Object.defineProperty(exports, "__esModule", {
|
|
4
|
-
value: true
|
|
5
|
-
});
|
|
6
|
-
Object.defineProperty(exports, "default", {
|
|
7
|
-
enumerable: true,
|
|
8
|
-
get: function () {
|
|
9
|
-
return _LinkExternal.default;
|
|
10
|
-
}
|
|
11
|
-
});
|
|
12
|
-
var _LinkExternal = _interopRequireDefault(require("./LinkExternal"));
|
|
13
|
-
function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e }; }
|
|
1
|
+
export { default } from './LinkExternal';
|
|
14
2
|
//# sourceMappingURL=index.js.map
|
|
@@ -1,20 +1,13 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
exports.default = void 0;
|
|
7
|
-
var _react = _interopRequireDefault(require("react"));
|
|
8
|
-
var _ = require("../../");
|
|
9
|
-
var _Spinner = _interopRequireDefault(require("./Spinner"));
|
|
10
|
-
var _styles = require("./styles");
|
|
11
|
-
function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e }; }
|
|
12
|
-
const Loading = () => /*#__PURE__*/_react.default.createElement(_styles.Wrapper, {
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import { Logo } from '../../';
|
|
3
|
+
import Spinner from './Spinner';
|
|
4
|
+
import { Badge, Wrapper } from './styles';
|
|
5
|
+
var Loading = () => /*#__PURE__*/React.createElement(Wrapper, {
|
|
13
6
|
"data-testid": "loading"
|
|
14
|
-
}, /*#__PURE__*/
|
|
7
|
+
}, /*#__PURE__*/React.createElement(Badge, null, /*#__PURE__*/React.createElement(Logo, {
|
|
15
8
|
size: "big"
|
|
16
|
-
})), /*#__PURE__*/
|
|
9
|
+
})), /*#__PURE__*/React.createElement(Spinner, {
|
|
17
10
|
"data-testid": "spinnerLogo"
|
|
18
11
|
}));
|
|
19
|
-
|
|
12
|
+
export default Loading;
|
|
20
13
|
//# sourceMappingURL=Loading.js.map
|
|
@@ -1,48 +1,54 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
Object.defineProperty(
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
var
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
}, /*#__PURE__*/
|
|
17
|
-
|
|
18
|
-
}));
|
|
19
|
-
|
|
20
|
-
|
|
1
|
+
import _styled from "@emotion/styled/base";
|
|
2
|
+
function ownKeys(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
|
|
3
|
+
function _objectSpread(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys(Object(t), !0).forEach(function (r) { _defineProperty(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
|
|
4
|
+
function _defineProperty(e, r, t) { return (r = _toPropertyKey(r)) in e ? Object.defineProperty(e, r, { value: t, enumerable: !0, configurable: !0, writable: !0 }) : e[r] = t, e; }
|
|
5
|
+
function _toPropertyKey(t) { var i = _toPrimitive(t, "string"); return "symbol" == typeof i ? i : i + ""; }
|
|
6
|
+
function _toPrimitive(t, r) { if ("object" != typeof t || !t) return t; var e = t[Symbol.toPrimitive]; if (void 0 !== e) { var i = e.call(t, r || "default"); if ("object" != typeof i) return i; throw new TypeError("@@toPrimitive must return a primitive value."); } return ("string" === r ? String : Number)(t); }
|
|
7
|
+
import CircularProgress from '@mui/material/CircularProgress';
|
|
8
|
+
import React from 'react';
|
|
9
|
+
var Spinner = _ref => {
|
|
10
|
+
var {
|
|
11
|
+
size = 50,
|
|
12
|
+
centered = false
|
|
13
|
+
} = _ref;
|
|
14
|
+
return /*#__PURE__*/React.createElement(Wrapper, {
|
|
15
|
+
centered: centered
|
|
16
|
+
}, /*#__PURE__*/React.createElement(Circular, {
|
|
17
|
+
size: size
|
|
18
|
+
}));
|
|
19
|
+
};
|
|
20
|
+
export default Spinner;
|
|
21
|
+
var Wrapper = /*#__PURE__*/_styled('div', process.env.NODE_ENV === "production" ? {
|
|
21
22
|
target: "eapffsy1"
|
|
22
23
|
} : {
|
|
23
24
|
target: "eapffsy1",
|
|
24
25
|
label: "Wrapper"
|
|
25
|
-
})(
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
26
|
+
})(_ref2 => {
|
|
27
|
+
var {
|
|
28
|
+
centered
|
|
29
|
+
} = _ref2;
|
|
30
|
+
return _objectSpread({
|
|
31
|
+
display: 'flex',
|
|
32
|
+
alignItems: 'center',
|
|
33
|
+
justifyContent: 'center'
|
|
34
|
+
}, centered && {
|
|
32
35
|
position: 'absolute',
|
|
33
36
|
top: '50%',
|
|
34
37
|
left: '50%',
|
|
35
38
|
transform: 'translate(-50%, -50%)'
|
|
36
|
-
})
|
|
37
|
-
}
|
|
38
|
-
|
|
39
|
+
});
|
|
40
|
+
}, process.env.NODE_ENV === "production" ? "" : "/*# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uL3NyYy9jb21wb25lbnRzL0xvYWRpbmcvU3Bpbm5lci9TcGlubmVyLnRzeCJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFtQmdCIiwiZmlsZSI6Ii4uLy4uLy4uLy4uL3NyYy9jb21wb25lbnRzL0xvYWRpbmcvU3Bpbm5lci9TcGlubmVyLnRzeCIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCBzdHlsZWQgZnJvbSAnQGVtb3Rpb24vc3R5bGVkJztcbmltcG9ydCBDaXJjdWxhclByb2dyZXNzIGZyb20gJ0BtdWkvbWF0ZXJpYWwvQ2lyY3VsYXJQcm9ncmVzcyc7XG5pbXBvcnQgUmVhY3QgZnJvbSAncmVhY3QnO1xuXG5pbXBvcnQgeyBUaGVtZSB9IGZyb20gJy4uLy4uLy4uLyc7XG5cbmludGVyZmFjZSBQcm9wcyB7XG4gIHNpemU/OiBudW1iZXI7XG4gIGNlbnRlcmVkPzogYm9vbGVhbjtcbn1cblxuY29uc3QgU3Bpbm5lcjogUmVhY3QuRkM8UHJvcHM+ID0gKHsgc2l6ZSA9IDUwLCBjZW50ZXJlZCA9IGZhbHNlIH0pID0+IChcbiAgPFdyYXBwZXIgY2VudGVyZWQ9e2NlbnRlcmVkfT5cbiAgICA8Q2lyY3VsYXIgc2l6ZT17c2l6ZX0gLz5cbiAgPC9XcmFwcGVyPlxuKTtcblxuZXhwb3J0IGRlZmF1bHQgU3Bpbm5lcjtcblxuY29uc3QgV3JhcHBlciA9IHN0eWxlZCgnZGl2Jyk8UGljazxQcm9wcywgJ2NlbnRlcmVkJz4+KCh7IGNlbnRlcmVkIH0pID0+ICh7XG4gIGRpc3BsYXk6ICdmbGV4JyxcbiAgYWxpZ25JdGVtczogJ2NlbnRlcicsXG4gIGp1c3RpZnlDb250ZW50OiAnY2VudGVyJyxcbiAgLi4uKGNlbnRlcmVkICYmIHtcbiAgICBwb3NpdGlvbjogJ2Fic29sdXRlJyxcbiAgICB0b3A6ICc1MCUnLFxuICAgIGxlZnQ6ICc1MCUnLFxuICAgIHRyYW5zZm9ybTogJ3RyYW5zbGF0ZSgtNTAlLCAtNTAlKScsXG4gIH0pLFxufSkpO1xuXG5jb25zdCBDaXJjdWxhciA9IHN0eWxlZChDaXJjdWxhclByb2dyZXNzKTx7IHRoZW1lPzogVGhlbWUgfT4oKHsgdGhlbWUgfSkgPT4gKHtcbiAgY29sb3I6IHRoZW1lLnBhbGV0dGUubW9kZSA9PT0gJ2RhcmsnID8gdGhlbWUucGFsZXR0ZS53aGl0ZSA6IHRoZW1lLnBhbGV0dGUucHJpbWFyeS5tYWluLFxufSkpO1xuIl19 */");
|
|
41
|
+
var Circular = /*#__PURE__*/_styled(CircularProgress, process.env.NODE_ENV === "production" ? {
|
|
39
42
|
target: "eapffsy0"
|
|
40
43
|
} : {
|
|
41
44
|
target: "eapffsy0",
|
|
42
45
|
label: "Circular"
|
|
43
|
-
})(
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
46
|
+
})(_ref3 => {
|
|
47
|
+
var {
|
|
48
|
+
theme
|
|
49
|
+
} = _ref3;
|
|
50
|
+
return {
|
|
51
|
+
color: theme.palette.mode === 'dark' ? theme.palette.white : theme.palette.primary.main
|
|
52
|
+
};
|
|
53
|
+
}, process.env.NODE_ENV === "production" ? "" : "/*# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uL3NyYy9jb21wb25lbnRzL0xvYWRpbmcvU3Bpbm5lci9TcGlubmVyLnRzeCJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUErQmlCIiwiZmlsZSI6Ii4uLy4uLy4uLy4uL3NyYy9jb21wb25lbnRzL0xvYWRpbmcvU3Bpbm5lci9TcGlubmVyLnRzeCIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCBzdHlsZWQgZnJvbSAnQGVtb3Rpb24vc3R5bGVkJztcbmltcG9ydCBDaXJjdWxhclByb2dyZXNzIGZyb20gJ0BtdWkvbWF0ZXJpYWwvQ2lyY3VsYXJQcm9ncmVzcyc7XG5pbXBvcnQgUmVhY3QgZnJvbSAncmVhY3QnO1xuXG5pbXBvcnQgeyBUaGVtZSB9IGZyb20gJy4uLy4uLy4uLyc7XG5cbmludGVyZmFjZSBQcm9wcyB7XG4gIHNpemU/OiBudW1iZXI7XG4gIGNlbnRlcmVkPzogYm9vbGVhbjtcbn1cblxuY29uc3QgU3Bpbm5lcjogUmVhY3QuRkM8UHJvcHM+ID0gKHsgc2l6ZSA9IDUwLCBjZW50ZXJlZCA9IGZhbHNlIH0pID0+IChcbiAgPFdyYXBwZXIgY2VudGVyZWQ9e2NlbnRlcmVkfT5cbiAgICA8Q2lyY3VsYXIgc2l6ZT17c2l6ZX0gLz5cbiAgPC9XcmFwcGVyPlxuKTtcblxuZXhwb3J0IGRlZmF1bHQgU3Bpbm5lcjtcblxuY29uc3QgV3JhcHBlciA9IHN0eWxlZCgnZGl2Jyk8UGljazxQcm9wcywgJ2NlbnRlcmVkJz4+KCh7IGNlbnRlcmVkIH0pID0+ICh7XG4gIGRpc3BsYXk6ICdmbGV4JyxcbiAgYWxpZ25JdGVtczogJ2NlbnRlcicsXG4gIGp1c3RpZnlDb250ZW50OiAnY2VudGVyJyxcbiAgLi4uKGNlbnRlcmVkICYmIHtcbiAgICBwb3NpdGlvbjogJ2Fic29sdXRlJyxcbiAgICB0b3A6ICc1MCUnLFxuICAgIGxlZnQ6ICc1MCUnLFxuICAgIHRyYW5zZm9ybTogJ3RyYW5zbGF0ZSgtNTAlLCAtNTAlKScsXG4gIH0pLFxufSkpO1xuXG5jb25zdCBDaXJjdWxhciA9IHN0eWxlZChDaXJjdWxhclByb2dyZXNzKTx7IHRoZW1lPzogVGhlbWUgfT4oKHsgdGhlbWUgfSkgPT4gKHtcbiAgY29sb3I6IHRoZW1lLnBhbGV0dGUubW9kZSA9PT0gJ2RhcmsnID8gdGhlbWUucGFsZXR0ZS53aGl0ZSA6IHRoZW1lLnBhbGV0dGUucHJpbWFyeS5tYWluLFxufSkpO1xuIl19 */");
|
|
48
54
|
//# sourceMappingURL=Spinner.js.map
|
|
@@ -1,14 +1,2 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
Object.defineProperty(exports, "__esModule", {
|
|
4
|
-
value: true
|
|
5
|
-
});
|
|
6
|
-
Object.defineProperty(exports, "default", {
|
|
7
|
-
enumerable: true,
|
|
8
|
-
get: function () {
|
|
9
|
-
return _Spinner.default;
|
|
10
|
-
}
|
|
11
|
-
});
|
|
12
|
-
var _Spinner = _interopRequireDefault(require("./Spinner"));
|
|
13
|
-
function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e }; }
|
|
1
|
+
export { default } from './Spinner';
|
|
14
2
|
//# sourceMappingURL=index.js.map
|
|
@@ -1,14 +1,2 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
Object.defineProperty(exports, "__esModule", {
|
|
4
|
-
value: true
|
|
5
|
-
});
|
|
6
|
-
Object.defineProperty(exports, "default", {
|
|
7
|
-
enumerable: true,
|
|
8
|
-
get: function () {
|
|
9
|
-
return _Loading.default;
|
|
10
|
-
}
|
|
11
|
-
});
|
|
12
|
-
var _Loading = _interopRequireDefault(require("./Loading"));
|
|
13
|
-
function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e }; }
|
|
1
|
+
export { default } from './Loading';
|
|
14
2
|
//# sourceMappingURL=index.js.map
|
|
@@ -1,13 +1,6 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
Object.defineProperty(exports, "__esModule", {
|
|
4
|
-
value: true
|
|
5
|
-
});
|
|
6
|
-
exports.Wrapper = exports.Badge = void 0;
|
|
7
|
-
var _base = _interopRequireDefault(require("@emotion/styled/base"));
|
|
8
|
-
function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e }; }
|
|
1
|
+
import _styled from "@emotion/styled/base";
|
|
9
2
|
function _EMOTION_STRINGIFIED_CSS_ERROR__() { return "You have tried to stringify object returned from `css` function. It isn't supposed to be used directly (e.g. as value of the `className` prop), but rather handed to emotion so it can handle it (e.g. as value of `css` prop)."; }
|
|
10
|
-
|
|
3
|
+
export var Wrapper = /*#__PURE__*/_styled('div', process.env.NODE_ENV === "production" ? {
|
|
11
4
|
target: "exspimt1"
|
|
12
5
|
} : {
|
|
13
6
|
target: "exspimt1",
|
|
@@ -18,21 +11,24 @@ const Wrapper = exports.Wrapper = /*#__PURE__*/(0, _base.default)('div', process
|
|
|
18
11
|
} : {
|
|
19
12
|
name: "10utkse",
|
|
20
13
|
styles: "transform:translate(-50%, -50%);top:50%;left:50%;position:absolute",
|
|
21
|
-
map: "/*# sourceMappingURL=data:application/json;charset=utf-8;base64,
|
|
14
|
+
map: "/*# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbIi4uLy4uLy4uL3NyYy9jb21wb25lbnRzL0xvYWRpbmcvc3R5bGVzLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUl1QiIsImZpbGUiOiIuLi8uLi8uLi9zcmMvY29tcG9uZW50cy9Mb2FkaW5nL3N0eWxlcy50cyIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCBzdHlsZWQgZnJvbSAnQGVtb3Rpb24vc3R5bGVkJztcblxuaW1wb3J0IHsgVGhlbWUgfSBmcm9tICcuLi8uLi8nO1xuXG5leHBvcnQgY29uc3QgV3JhcHBlciA9IHN0eWxlZCgnZGl2Jykoe1xuICB0cmFuc2Zvcm06ICd0cmFuc2xhdGUoLTUwJSwgLTUwJSknLFxuICB0b3A6ICc1MCUnLFxuICBsZWZ0OiAnNTAlJyxcbiAgcG9zaXRpb246ICdhYnNvbHV0ZScsXG59KTtcblxuZXhwb3J0IGNvbnN0IEJhZGdlID0gc3R5bGVkKCdkaXYnKTx7IHRoZW1lPzogVGhlbWUgfT4oKHsgdGhlbWUgfSkgPT4gKHtcbiAgbWFyZ2luOiAnMCAwIDMwcHggMCcsXG4gIHBhZGRpbmc6IDUsXG4gIGJvcmRlclJhZGl1czogMjUsXG4gIGJveFNoYWRvdzogJzAgMTBweCAyMHB4IDAgcmdiYSg2OSwgNTgsIDEwMCwgMC4yKScsXG4gIGJhY2tncm91bmQ6IHRoZW1lLnBhbGV0dGUubW9kZSA9PT0gJ2RhcmsnID8gdGhlbWUucGFsZXR0ZS5ibGFjayA6ICcjZjdmOGY2Jyxcbn0pKTtcbiJdfQ== */",
|
|
22
15
|
toString: _EMOTION_STRINGIFIED_CSS_ERROR__
|
|
23
16
|
});
|
|
24
|
-
|
|
17
|
+
export var Badge = /*#__PURE__*/_styled('div', process.env.NODE_ENV === "production" ? {
|
|
25
18
|
target: "exspimt0"
|
|
26
19
|
} : {
|
|
27
20
|
target: "exspimt0",
|
|
28
21
|
label: "Badge"
|
|
29
|
-
})(
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
22
|
+
})(_ref => {
|
|
23
|
+
var {
|
|
24
|
+
theme
|
|
25
|
+
} = _ref;
|
|
26
|
+
return {
|
|
27
|
+
margin: '0 0 30px 0',
|
|
28
|
+
padding: 5,
|
|
29
|
+
borderRadius: 25,
|
|
30
|
+
boxShadow: '0 10px 20px 0 rgba(69, 58, 100, 0.2)',
|
|
31
|
+
background: theme.palette.mode === 'dark' ? theme.palette.black : '#f7f8f6'
|
|
32
|
+
};
|
|
33
|
+
}, process.env.NODE_ENV === "production" ? "" : "/*# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbIi4uLy4uLy4uL3NyYy9jb21wb25lbnRzL0xvYWRpbmcvc3R5bGVzLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQVdxQiIsImZpbGUiOiIuLi8uLi8uLi9zcmMvY29tcG9uZW50cy9Mb2FkaW5nL3N0eWxlcy50cyIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCBzdHlsZWQgZnJvbSAnQGVtb3Rpb24vc3R5bGVkJztcblxuaW1wb3J0IHsgVGhlbWUgfSBmcm9tICcuLi8uLi8nO1xuXG5leHBvcnQgY29uc3QgV3JhcHBlciA9IHN0eWxlZCgnZGl2Jykoe1xuICB0cmFuc2Zvcm06ICd0cmFuc2xhdGUoLTUwJSwgLTUwJSknLFxuICB0b3A6ICc1MCUnLFxuICBsZWZ0OiAnNTAlJyxcbiAgcG9zaXRpb246ICdhYnNvbHV0ZScsXG59KTtcblxuZXhwb3J0IGNvbnN0IEJhZGdlID0gc3R5bGVkKCdkaXYnKTx7IHRoZW1lPzogVGhlbWUgfT4oKHsgdGhlbWUgfSkgPT4gKHtcbiAgbWFyZ2luOiAnMCAwIDMwcHggMCcsXG4gIHBhZGRpbmc6IDUsXG4gIGJvcmRlclJhZGl1czogMjUsXG4gIGJveFNoYWRvdzogJzAgMTBweCAyMHB4IDAgcmdiYSg2OSwgNTgsIDEwMCwgMC4yKScsXG4gIGJhY2tncm91bmQ6IHRoZW1lLnBhbGV0dGUubW9kZSA9PT0gJ2RhcmsnID8gdGhlbWUucGFsZXR0ZS5ibGFjayA6ICcjZjdmOGY2Jyxcbn0pKTtcbiJdfQ== */");
|
|
38
34
|
//# sourceMappingURL=styles.js.map
|