@verdaccio/ui-components 2.0.0-6-next.5 → 2.0.0-6-next.6

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,16 @@
1
1
  # @verdaccio/ui-components
2
2
 
3
+ ## 2.0.0-6-next.6
4
+
5
+ ### Minor Changes
6
+
7
+ - 974cd8c1: fix: startup messages improved and logs support on types
8
+
9
+ ### Patch Changes
10
+
11
+ - Updated dependencies [974cd8c1]
12
+ - @verdaccio/types@11.0.0-6-next.23
13
+
3
14
  ## 2.0.0-6-next.5
4
15
 
5
16
  ### Minor Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@verdaccio/ui-components",
3
- "version": "2.0.0-6-next.5",
3
+ "version": "2.0.0-6-next.6",
4
4
  "description": "theme ui component",
5
5
  "author": "Juan Picado <juanpicado19@gmail.com>",
6
6
  "license": "MIT",
@@ -16,9 +16,9 @@
16
16
  "@rematch/core": "2.2.0",
17
17
  "@rematch/loading": "2.1.2",
18
18
  "@rematch/persist": "2.1.2",
19
- "@verdaccio/types": "11.0.0-6-next.22",
19
+ "@verdaccio/types": "11.0.0-6-next.23",
20
20
  "dayjs": "1.11.7",
21
- "dompurify": "2.4.4",
21
+ "dompurify": "2.4.5",
22
22
  "github-markdown-css": "5.1.0",
23
23
  "highlight.js": "11.7.0",
24
24
  "i18next": "20.6.1",
@@ -37,7 +37,7 @@
37
37
  "react-virtualized": "9.22.3",
38
38
  "country-flag-icons": "1.5.5",
39
39
  "history": "4.10.1",
40
- "react-markdown": "8.0.4",
40
+ "react-markdown": "8.0.5",
41
41
  "remark-gfm": "3.0.1",
42
42
  "redux": "4.2.1",
43
43
  "validator": "13.9.0"
@@ -1,13 +0,0 @@
1
- module.exports = {
2
- stories: ['../src/**/*.stories.mdx', '../src/**/*.stories.@(js|jsx|ts|tsx)'],
3
- addons: [
4
- '@storybook/addon-links',
5
- '@storybook/addon-essentials',
6
- '@storybook/addon-interactions',
7
- ],
8
- framework: '@storybook/react',
9
- layout: 'centered',
10
- core: {
11
- builder: 'webpack5',
12
- },
13
- };
@@ -1,10 +0,0 @@
1
- <script>
2
- window.__VERDACCIO_BASENAME_UI_OPTIONS = {
3
- "title": "Verdaccio Local Dev",
4
- "sort_packages": "asc", "primary_color": null,
5
- "pkgManagers": ["npm", "yarn", "pnpm"],
6
- "version": "1.0.0", "flags": { "searchRemote": true },
7
- "filename": "index.html",
8
- "base": "http://localhost:9000/"
9
- }
10
- </script>
@@ -1,52 +0,0 @@
1
- import Flags from 'country-flag-icons/react/3x2';
2
- import { Provider } from 'react-redux';
3
-
4
- import config from '../../plugins/ui-theme/src/i18n/config';
5
- import {
6
- AppConfigurationProvider,
7
- StyleBaseline,
8
- ThemeProvider,
9
- TranslatorProvider,
10
- store,
11
- } from '../src/';
12
-
13
- const DEFAULT_LANGUAGE = 'en-US';
14
- const listLanguages = [
15
- { lng: DEFAULT_LANGUAGE, icon: Flags.US, menuKey: 'lng.english' },
16
- { lng: 'cs-CZ', icon: Flags.CZ, menuKey: 'lng.czech' },
17
- { lng: 'pt-BR', icon: Flags.BR, menuKey: 'lng.portuguese' },
18
- { lng: 'es-ES', icon: Flags.ES, menuKey: 'lng.spanish' },
19
- { lng: 'de-DE', icon: Flags.DE, menuKey: 'lng.german' },
20
- ];
21
-
22
- export const parameters = {
23
- actions: { argTypesRegex: '^on[A-Z].*' },
24
- controls: {
25
- matchers: {
26
- color: /(background|color)$/i,
27
- date: /Date$/,
28
- },
29
- },
30
- };
31
-
32
- // preview-head file contains the __VERDACCIO_BASENAME_UI_OPTIONS
33
- // required by AppConfigurationProvider
34
- export const withMuiTheme = (Story) => (
35
- <Provider store={store}>
36
- <TranslatorProvider onMount={() => {}} i18n={config} listLanguages={listLanguages}>
37
- <AppConfigurationProvider>
38
- <ThemeProvider>
39
- <StyleBaseline />
40
- <Story />
41
- </ThemeProvider>
42
- </AppConfigurationProvider>
43
- </TranslatorProvider>
44
- </Provider>
45
- );
46
-
47
- if (typeof global.process === 'undefined') {
48
- const { worker } = require('../msw/browser');
49
- worker.start();
50
- }
51
-
52
- export const decorators = [withMuiTheme];
@@ -1 +0,0 @@
1
- export declare const handlers: import("msw").RestHandler<import("msw/lib/SetupApi-b2f0e5ac").M<import("msw/lib/SetupApi-b2f0e5ac").c>>[];
@@ -1,2 +0,0 @@
1
- declare const server: import("msw/lib/SetupServerApi-70cc71a7").S;
2
- export { server };
@@ -1,40 +0,0 @@
1
- {
2
- "name": "test",
3
- "version": "1.0.22",
4
- "description": "test",
5
- "main": "src/index.js",
6
- "scripts": {
7
- "test": "echo \"Error: no test specified\" && exit 1"
8
- },
9
- "repository": {
10
- "type": "http",
11
- "url": "git+https://github.com/test/test.git"
12
- },
13
- "keywords": [],
14
- "author": {
15
- "name": "",
16
- "email": "",
17
- "url": "",
18
- "avatar": "data:image/svg+xml;utf8,%3Csvg%20height%3D%22100%22%20viewBox%3D%22-27%2024%20100%20100%22%20width%3D%22100%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%3Cdefs%3E%3Ccircle%20cx%3D%2223%22%20cy%3D%2274%22%20id%3D%22a%22%20r%3D%2250%22%2F%3E%3C%2Fdefs%3E%3Cuse%20fill%3D%22%23F5EEE5%22%20overflow%3D%22visible%22%20xlink%3Ahref%3D%22%23a%22%2F%3E%3CclipPath%20id%3D%22b%22%3E%3Cuse%20overflow%3D%22visible%22%20xlink%3Ahref%3D%22%23a%22%2F%3E%3C%2FclipPath%3E%3Cg%20clip-path%3D%22url(%23b)%22%3E%3Cdefs%3E%3Cpath%20d%3D%22M36%2095.9c0%204%204.7%205.2%207.1%205.8%207.6%202%2022.8%205.9%2022.8%205.9%203.2%201.1%205.7%203.5%207.1%206.6v9.8H-27v-9.8c1.3-3.1%203.9-5.5%207.1-6.6%200%200%2015.2-3.9%2022.8-5.9%202.4-.6%207.1-1.8%207.1-5.8V85h26v10.9z%22%20id%3D%22c%22%2F%3E%3C%2Fdefs%3E%3Cuse%20fill%3D%22%23E6C19C%22%20overflow%3D%22visible%22%20xlink%3Ahref%3D%22%23c%22%2F%3E%3CclipPath%20id%3D%22d%22%3E%3Cuse%20overflow%3D%22visible%22%20xlink%3Ahref%3D%22%23c%22%2F%3E%3C%2FclipPath%3E%3Cpath%20clip-path%3D%22url(%23d)%22%20d%3D%22M23.2%2035h.2c3.3%200%208.2.2%2011.4%202%203.3%201.9%207.3%205.6%208.5%2012.1%202.4%2013.7-2.1%2035.4-6.3%2042.4-4%206.7-9.8%209.2-13.5%209.4H23h-.1c-3.7-.2-9.5-2.7-13.5-9.4-4.2-7-8.7-28.7-6.3-42.4%201.2-6.5%205.2-10.2%208.5-12.1%203.2-1.8%208.1-2%2011.4-2h.2z%22%20fill%3D%22%23D4B08C%22%2F%3E%3C%2Fg%3E%3Cpath%20d%3D%22M22.6%2040c19.1%200%2020.7%2013.8%2020.8%2015.1%201.1%2011.9-3%2028.1-6.8%2033.7-4%205.9-9.8%208.1-13.5%208.3h-.5c-3.8-.3-9.6-2.5-13.6-8.4-3.8-5.6-7.9-21.8-6.8-33.8C2.3%2053.7%203.5%2040%2022.6%2040z%22%20fill%3D%22%23F2CEA5%22%2F%3E%3C%2Fsvg%3E"
19
- },
20
- "license": "ISC",
21
- "dependencies": {
22
- "lodash": "^4.17.21"
23
- },
24
- "readmeFilename": "README.md",
25
- "bugs": {
26
- "url": "https://github.com/test/test/issues"
27
- },
28
- "homepage": "https://github.com/test/test#readme",
29
- "_id": "test@1.0.22",
30
- "_nodeVersion": "14.17.4",
31
- "_npmVersion": "7.20.5",
32
- "dist": {
33
- "integrity": "sha512-2IDD0lLzGUL7YJ+17Oh9VtbOwdKLqBLS+ZFATDXi5R22TL2hZ9LBFE10bzsDovNc4xtgwZAk1/K+5LHTye4ztg==",
34
- "shasum": "c9152f57636bce762ccb5a83113c42a5831579bc",
35
- "tarball": "http://localhost:4873/test/-/test-1.0.22.tgz"
36
- },
37
- "contributors": [],
38
- "time": "2021-08-14T20:15:19.336Z",
39
- "users": {}
40
- }
@@ -1,3 +0,0 @@
1
- module.exports = () =>
2
- // eslint-disable-next-line max-len
3
- '# jQuery\n\n> jQuery is a fast, small, and feature-rich JavaScript library.\n\nFor information on how to get started and how to use jQuery, please see [jQuery\'s documentation](https://api.jquery.com/).\nFor source files and issues, please visit the [jQuery repo](https://github.com/jquery/jquery).\n\nIf upgrading, please see the [blog post for 3.6.3](https://blog.jquery.com/2022/12/20/jquery-3-6-3-released-a-quick-selector-fix/). This includes notable differences from the previous version and a more readable changelog.\n\n## Including jQuery\n\nBelow are some of the most common ways to include jQuery.\n\n### Browser\n\n#### Script tag\n\n```html\n<script src="https://code.jquery.com/jquery-3.6.3.min.js"></script>\n```\n\n#### Webpack / Browserify / Babel\n\nThere are several ways to use [Webpack](https://webpack.js.org/), [Browserify](http://browserify.org/) or [Babel](https://babeljs.io/). For more information on using these tools, please refer to the corresponding project\'s documentation. In the script, including jQuery will usually look like this:\n\n```js\nimport $ from "jquery";\n```\n\nIf you need to use jQuery in a file that\'s not an ECMAScript module, you can use the CommonJS syntax:\n\n```js\nvar $ = require( "jquery" );\n```\n\n#### AMD (Asynchronous Module Definition)\n\nAMD is a module format built for the browser. For more information, we recommend [require.js\' documentation](https://requirejs.org/docs/whyamd.html).\n\n```js\ndefine( [ "jquery" ], function( $ ) {\n\n} );\n```\n\n### Node\n\nTo include jQuery in [Node](https://nodejs.org/), first install with npm.\n\n```sh\nnpm install jquery\n```\n\nFor jQuery to work in Node, a window with a document is required. Since no such window exists natively in Node, one can be mocked by tools such as [jsdom](https://github.com/jsdom/jsdom). This can be useful for testing purposes.\n\n```js\nconst { JSDOM } = require( "jsdom" );\nconst { window } = new JSDOM( "" );\nconst $ = require( "jquery" )( window );';