@verdaccio/ui-theme 6.0.0-6-next.52 → 6.0.0-6-next.53
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/package.json +22 -26
- package/static/Home.ad3855c38970627c1a21.js +2 -0
- package/static/Home.ad3855c38970627c1a21.js.LICENSE.txt +22 -0
- package/static/Version.ad3855c38970627c1a21.js +2 -0
- package/static/Version.ad3855c38970627c1a21.js.LICENSE.txt +26 -0
- package/static/index.html +1 -1
- package/static/main.ad3855c38970627c1a21.js +2 -0
- package/static/main.ad3855c38970627c1a21.js.LICENSE.txt +1612 -0
- package/static/manifest.json +5 -17
- package/static/{runtime.3cfeb3003beeeced5568.js → runtime.ad3855c38970627c1a21.js} +2 -2
- package/static/{runtime.3cfeb3003beeeced5568.js.LICENSE.txt → runtime.ad3855c38970627c1a21.js.LICENSE.txt} +2 -2
- package/static/vendors.ad3855c38970627c1a21.js +206 -0
- package/static/vendors.ad3855c38970627c1a21.js.LICENSE.txt +8985 -0
- package/static/Dependencies.3cfeb3003beeeced5568.js +0 -2
- package/static/Dependencies.3cfeb3003beeeced5568.js.LICENSE.txt +0 -62
- package/static/Dist.3cfeb3003beeeced5568.js +0 -2
- package/static/Dist.3cfeb3003beeeced5568.js.LICENSE.txt +0 -52
- package/static/Engines.3cfeb3003beeeced5568.js +0 -2
- package/static/Engines.3cfeb3003beeeced5568.js.LICENSE.txt +0 -58
- package/static/Home.3cfeb3003beeeced5568.js +0 -2
- package/static/Home.3cfeb3003beeeced5568.js.LICENSE.txt +0 -170
- package/static/Install.3cfeb3003beeeced5568.js +0 -2
- package/static/Install.3cfeb3003beeeced5568.js.LICENSE.txt +0 -66
- package/static/NotFound.3cfeb3003beeeced5568.js +0 -2
- package/static/NotFound.3cfeb3003beeeced5568.js.LICENSE.txt +0 -40
- package/static/Provider.3cfeb3003beeeced5568.js +0 -2
- package/static/Provider.3cfeb3003beeeced5568.js.LICENSE.txt +0 -32
- package/static/Repository.3cfeb3003beeeced5568.js +0 -2
- package/static/Repository.3cfeb3003beeeced5568.js.LICENSE.txt +0 -50
- package/static/UpLinks.3cfeb3003beeeced5568.js +0 -2
- package/static/UpLinks.3cfeb3003beeeced5568.js.LICENSE.txt +0 -60
- package/static/Version.3cfeb3003beeeced5568.js +0 -2
- package/static/Version.3cfeb3003beeeced5568.js.LICENSE.txt +0 -352
- package/static/Versions.3cfeb3003beeeced5568.js +0 -2
- package/static/Versions.3cfeb3003beeeced5568.js.LICENSE.txt +0 -58
- package/static/main.3cfeb3003beeeced5568.js +0 -2
- package/static/main.3cfeb3003beeeced5568.js.LICENSE.txt +0 -942
- package/static/vendors-node_modules_pnpm_mui_icons-material_5_10_14_20dfc18be76dc71838b4c46297e903fe_node_mo-24f95b.3cfeb3003beeeced5568.js +0 -2
- package/static/vendors-node_modules_pnpm_mui_icons-material_5_10_14_20dfc18be76dc71838b4c46297e903fe_node_mo-24f95b.3cfeb3003beeeced5568.js.LICENSE.txt +0 -112
- package/static/vendors-node_modules_pnpm_mui_icons-material_5_10_14_20dfc18be76dc71838b4c46297e903fe_node_mo-6903ca.3cfeb3003beeeced5568.js +0 -2
- package/static/vendors-node_modules_pnpm_mui_icons-material_5_10_14_20dfc18be76dc71838b4c46297e903fe_node_mo-6903ca.3cfeb3003beeeced5568.js.LICENSE.txt +0 -1296
- package/static/vendors-node_modules_pnpm_mui_material_5_10_14_99dfcb46eee75b85ae928b67cf3103e5_node_modules_-e57ec3.3cfeb3003beeeced5568.js +0 -2
- package/static/vendors-node_modules_pnpm_mui_material_5_10_14_99dfcb46eee75b85ae928b67cf3103e5_node_modules_-e57ec3.3cfeb3003beeeced5568.js.LICENSE.txt +0 -340
- package/static/vendors.3cfeb3003beeeced5568.js +0 -103
- package/static/vendors.3cfeb3003beeeced5568.js.LICENSE.txt +0 -5182
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@verdaccio/ui-theme",
|
|
3
|
-
"version": "6.0.0-6-next.
|
|
3
|
+
"version": "6.0.0-6-next.53",
|
|
4
4
|
"description": "Verdaccio User Interface",
|
|
5
5
|
"author": {
|
|
6
6
|
"name": "Verdaccio Contributors",
|
|
@@ -13,32 +13,29 @@
|
|
|
13
13
|
"homepage": "https://verdaccio.org",
|
|
14
14
|
"main": "index.js",
|
|
15
15
|
"devDependencies": {
|
|
16
|
+
"@emotion/react": "11.10.5",
|
|
17
|
+
"@emotion/styled": "11.10.5",
|
|
18
|
+
"@mui/icons-material": "5.11.0",
|
|
19
|
+
"@mui/styles": "5.11.1",
|
|
20
|
+
"@mui/material": "5.11.1",
|
|
16
21
|
"@emotion/babel-plugin": "11.10.5",
|
|
17
22
|
"@emotion/css": "11.10.5",
|
|
18
23
|
"@emotion/jest": "11.10.5",
|
|
19
|
-
"@emotion/react": "11.10.5",
|
|
20
|
-
"@emotion/styled": "11.10.5",
|
|
21
|
-
"@mui/icons-material": "5.10.14",
|
|
22
|
-
"@mui/material": "5.10.14",
|
|
23
|
-
"@mui/styles": "5.10.14",
|
|
24
24
|
"@rematch/core": "2.2.0",
|
|
25
25
|
"@rematch/loading": "2.1.2",
|
|
26
26
|
"@rematch/persist": "2.1.2",
|
|
27
|
-
"@testing-library/dom": "8.19.
|
|
27
|
+
"@testing-library/dom": "8.19.1",
|
|
28
28
|
"@testing-library/jest-dom": "5.16.5",
|
|
29
29
|
"@testing-library/react": "13.4.0",
|
|
30
|
-
"@
|
|
31
|
-
"@
|
|
32
|
-
"@types
|
|
33
|
-
"
|
|
34
|
-
"@types/redux": "3.6.0",
|
|
35
|
-
"@verdaccio/node-api": "6.0.0-6-next.52",
|
|
36
|
-
"@verdaccio/types": "11.0.0-6-next.17",
|
|
30
|
+
"@verdaccio/node-api": "6.0.0-6-next.53",
|
|
31
|
+
"@verdaccio/ui-components": "2.0.0-6-next.1",
|
|
32
|
+
"@verdaccio/types": "11.0.0-6-next.18",
|
|
33
|
+
"normalize.css": "8.0.1",
|
|
37
34
|
"babel-loader": "8.3.0",
|
|
38
35
|
"babel-plugin-dynamic-import-node": "2.3.3",
|
|
39
36
|
"country-flag-icons": "1.5.5",
|
|
40
|
-
"css-loader": "6.7.
|
|
41
|
-
"dayjs": "1.11.
|
|
37
|
+
"css-loader": "6.7.3",
|
|
38
|
+
"dayjs": "1.11.7",
|
|
42
39
|
"friendly-errors-webpack-plugin": "1.7.0",
|
|
43
40
|
"harmony-reflect": "1.6.2",
|
|
44
41
|
"history": "4.10.1",
|
|
@@ -49,25 +46,24 @@
|
|
|
49
46
|
"js-yaml": "3.14.1",
|
|
50
47
|
"localstorage-memory": "1.0.3",
|
|
51
48
|
"lodash": "4.17.21",
|
|
52
|
-
"mini-css-extract-plugin": "2.7.
|
|
53
|
-
"msw": "0.49.
|
|
49
|
+
"mini-css-extract-plugin": "2.7.2",
|
|
50
|
+
"msw": "0.49.2",
|
|
54
51
|
"mutationobserver-shim": "0.3.7",
|
|
55
52
|
"node-mocks-http": "1.12.1",
|
|
56
|
-
"normalize.css": "8.0.1",
|
|
57
53
|
"optimize-css-assets-webpack-plugin": "6.0.1",
|
|
58
54
|
"ora": "5.4.1",
|
|
59
55
|
"dompurify": "2.4.1",
|
|
60
|
-
"highlight.js": "11.
|
|
56
|
+
"highlight.js": "11.7.0",
|
|
61
57
|
"github-markdown-css": "4.0.0",
|
|
62
|
-
"marked": "4.2.
|
|
58
|
+
"marked": "4.2.5",
|
|
63
59
|
"raw-loader": "4.0.2",
|
|
64
60
|
"react": "18.2.0",
|
|
65
61
|
"react-dom": "18.2.0",
|
|
66
|
-
"react-hook-form": "7.
|
|
62
|
+
"react-hook-form": "7.41.1",
|
|
67
63
|
"react-hot-loader": "4.13.1",
|
|
68
|
-
"react-i18next": "12.
|
|
64
|
+
"react-i18next": "12.1.1",
|
|
69
65
|
"react-json-view": "1.21.3",
|
|
70
|
-
"react-markdown": "8.0.
|
|
66
|
+
"react-markdown": "8.0.4",
|
|
71
67
|
"react-redux": "7.2.9",
|
|
72
68
|
"react-router": "5.3.4",
|
|
73
69
|
"react-router-dom": "5.3.4",
|
|
@@ -77,12 +73,12 @@
|
|
|
77
73
|
"remark-gfm": "3.0.1",
|
|
78
74
|
"rimraf": "3.0.2",
|
|
79
75
|
"style-loader": "3.3.1",
|
|
80
|
-
"stylelint": "14.
|
|
76
|
+
"stylelint": "14.16.0",
|
|
81
77
|
"stylelint-config-recommended": "7.0.0",
|
|
82
78
|
"stylelint-config-styled-components": "0.1.1",
|
|
83
79
|
"stylelint-processor-styled-components": "1.10.0",
|
|
84
80
|
"stylelint-webpack-plugin": "3.3.0",
|
|
85
|
-
"supertest": "6.3.
|
|
81
|
+
"supertest": "6.3.3",
|
|
86
82
|
"terser-webpack-plugin": "5.3.6",
|
|
87
83
|
"url-loader": "4.1.1",
|
|
88
84
|
"validator": "13.7.0",
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
/*! For license information please see Home.ad3855c38970627c1a21.js.LICENSE.txt */
|
|
2
|
+
"use strict";(self.webpackChunk_verdaccio_ui_theme=self.webpackChunk_verdaccio_ui_theme||[]).push([["Home"],{"./src/pages/Front/Home.ts":(e,o,a)=>{a.r(o),a.d(o,{default:()=>l});var t,r=a("../../ui-components/build/index.js");e=a.hmd(e),(t="undefined"!=typeof reactHotLoaderGlobal?reactHotLoaderGlobal.enterModule:void 0)&&t(e);"undefined"!=typeof reactHotLoaderGlobal&&reactHotLoaderGlobal.default.signature;var d=r.Home;const l=d;var c,n;(c="undefined"!=typeof reactHotLoaderGlobal?reactHotLoaderGlobal.default:void 0)&&c.register(d,"default","/home/runner/work/verdaccio/verdaccio/packages/plugins/ui-theme/src/pages/Front/Home.ts"),(n="undefined"!=typeof reactHotLoaderGlobal?reactHotLoaderGlobal.leaveModule:void 0)&&n(e)},"./src/pages/Front/index.ts":(e,o,a)=>{a.r(o),a.d(o,{default:()=>t.default});var t=a("./src/pages/Front/Home.ts");"undefined"!=typeof reactHotLoaderGlobal&&reactHotLoaderGlobal.default.signature}}]);
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
/*!
|
|
2
|
+
*
|
|
3
|
+
* Name: Home
|
|
4
|
+
* Generated on: 1672700780166
|
|
5
|
+
* Package: @verdaccio/ui-theme
|
|
6
|
+
* Version: v6.0.0-6-next.53
|
|
7
|
+
* License: MIT
|
|
8
|
+
* https://www.verdaccio.org
|
|
9
|
+
*
|
|
10
|
+
*/
|
|
11
|
+
|
|
12
|
+
/*! ./Home */
|
|
13
|
+
|
|
14
|
+
/*! @verdaccio/ui-components */
|
|
15
|
+
|
|
16
|
+
/*!*********************************!*\
|
|
17
|
+
!*** ./src/pages/Front/Home.ts ***!
|
|
18
|
+
\*********************************/
|
|
19
|
+
|
|
20
|
+
/*!**********************************!*\
|
|
21
|
+
!*** ./src/pages/Front/index.ts ***!
|
|
22
|
+
\**********************************/
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
/*! For license information please see Version.ad3855c38970627c1a21.js.LICENSE.txt */
|
|
2
|
+
"use strict";(self.webpackChunk_verdaccio_ui_theme=self.webpackChunk_verdaccio_ui_theme||[]).push([["Version"],{"./src/pages/Version/Version.tsx":(e,o,r)=>{r.r(o),r.d(o,{default:()=>i});var t,a=r("../../../node_modules/.pnpm/react@18.2.0/node_modules/react/index.js"),n=r("../../../node_modules/.pnpm/react-redux@7.2.9_react-dom@18.2.0+react@18.2.0/node_modules/react-redux/es/index.js"),d=r("../../ui-components/build/index.js");e=r.hmd(e),(t="undefined"!=typeof reactHotLoaderGlobal?reactHotLoaderGlobal.enterModule:void 0)&&t(e);var s="undefined"!=typeof reactHotLoaderGlobal?reactHotLoaderGlobal.default.signature:function(e){return e},l=function(){var e=(0,n.useSelector)((function(e){return e.manifest}));return(0,n.useSelector)((function(e){var o;return null==e||null===(o=e.loading)||void 0===o?void 0:o.models.manifest}))?a.createElement(d.Loading,null):e.hasNotBeenFound?a.createElement(d.NotFound,null):a.createElement(d.VersionLayout,null)};s(l,"useSelector{manifestStore}\nuseSelector{isLoading}",(function(){return[n.useSelector,n.useSelector]}));var u=l;const i=u;var c,f;(c="undefined"!=typeof reactHotLoaderGlobal?reactHotLoaderGlobal.default:void 0)&&(c.register(l,"Version","/home/runner/work/verdaccio/verdaccio/packages/plugins/ui-theme/src/pages/Version/Version.tsx"),c.register(u,"default","/home/runner/work/verdaccio/verdaccio/packages/plugins/ui-theme/src/pages/Version/Version.tsx")),(f="undefined"!=typeof reactHotLoaderGlobal?reactHotLoaderGlobal.leaveModule:void 0)&&f(e)},"./src/pages/Version/index.ts":(e,o,r)=>{r.r(o),r.d(o,{default:()=>t.default});var t=r("./src/pages/Version/Version.tsx");"undefined"!=typeof reactHotLoaderGlobal&&reactHotLoaderGlobal.default.signature}}]);
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
/*!
|
|
2
|
+
*
|
|
3
|
+
* Name: Version
|
|
4
|
+
* Generated on: 1672700780166
|
|
5
|
+
* Package: @verdaccio/ui-theme
|
|
6
|
+
* Version: v6.0.0-6-next.53
|
|
7
|
+
* License: MIT
|
|
8
|
+
* https://www.verdaccio.org
|
|
9
|
+
*
|
|
10
|
+
*/
|
|
11
|
+
|
|
12
|
+
/*! ./Version */
|
|
13
|
+
|
|
14
|
+
/*! @verdaccio/ui-components */
|
|
15
|
+
|
|
16
|
+
/*! react */
|
|
17
|
+
|
|
18
|
+
/*! react-redux */
|
|
19
|
+
|
|
20
|
+
/*!************************************!*\
|
|
21
|
+
!*** ./src/pages/Version/index.ts ***!
|
|
22
|
+
\************************************/
|
|
23
|
+
|
|
24
|
+
/*!***************************************!*\
|
|
25
|
+
!*** ./src/pages/Version/Version.tsx ***!
|
|
26
|
+
\***************************************/
|
package/static/index.html
CHANGED
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
<script>
|
|
13
13
|
window.__VERDACCIO_BASENAME_UI_OPTIONS = JSON.parse('ToReplaceByVerdaccioUI');
|
|
14
14
|
</script>
|
|
15
|
-
<link rel="icon" href="-/static/favicon.ico"><script defer src="-/static/runtime.
|
|
15
|
+
<link rel="icon" href="-/static/favicon.ico"><script defer src="-/static/runtime.ad3855c38970627c1a21.js"></script><script defer src="-/static/vendors.ad3855c38970627c1a21.js"></script><script defer src="-/static/main.ad3855c38970627c1a21.js"></script></head>
|
|
16
16
|
|
|
17
17
|
<body class="body">
|
|
18
18
|
<div id="root"></div>
|