@ebay/muse-lib-react 1.3.5 → 2.0.0

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.
Files changed (57) hide show
  1. package/MUSE_README.md +621 -0
  2. package/build/dev/assets/_muse-virtual-entry-jqLrDl9I.css +1 -0
  3. package/build/dev/deps-manifest.json +6 -0
  4. package/build/dev/index.html +34 -0
  5. package/build/dev/info.json +15 -0
  6. package/build/dev/lib-manifest.json +1813 -2503
  7. package/build/dev/main.js +298 -75586
  8. package/build/dev/main.js.map +1 -1
  9. package/build/dist/assets/_muse-virtual-entry-jqLrDl9I.css +1 -0
  10. package/build/dist/deps-manifest.json +6 -0
  11. package/build/dist/index.html +34 -0
  12. package/build/dist/info.json +15 -0
  13. package/build/dist/lib-manifest.json +1782 -2719
  14. package/build/dist/main.js +88 -3
  15. package/build/dist/main.js.map +1 -1
  16. package/build/test/assets/_muse-virtual-entry-jqLrDl9I.css +1 -0
  17. package/build/test/deps-manifest.json +6 -0
  18. package/build/test/index.html +34 -0
  19. package/build/test/info.json +15 -0
  20. package/build/test/lib-manifest.json +1780 -2701
  21. package/build/test/main.js +88 -3
  22. package/build/test/main.js.map +1 -1
  23. package/package.json +40 -42
  24. package/src/a.json +3 -0
  25. package/src/common/configStore.js +16 -16
  26. package/src/features/common/HelloWorld.jsx +14 -0
  27. package/src/features/common/Test1.jsx +12 -0
  28. package/src/features/common/index.js +1 -0
  29. package/src/features/common/route.js +7 -0
  30. package/src/features/sub-app/{LoadingSkeleton.js → LoadingSkeleton.jsx} +1 -2
  31. package/build/dev/asset-manifest.json +0 -11
  32. package/build/dev/muse.d.ts +0 -170
  33. package/build/dev/static/media/subAppLoading2.bf08007b83457287ade1cedb71bc70f7.svg +0 -7
  34. package/build/dist/asset-manifest.json +0 -11
  35. package/build/dist/main.js.LICENSE.txt +0 -125
  36. package/build/dist/muse.d.ts +0 -170
  37. package/build/dist/static/media/subAppLoading2.bf08007b83457287ade1cedb71bc70f7.svg +0 -7
  38. package/build/test/asset-manifest.json +0 -11
  39. package/build/test/main.js.LICENSE.txt +0 -125
  40. package/build/test/muse.d.ts +0 -170
  41. package/build/test/static/media/subAppLoading2.bf08007b83457287ade1cedb71bc70f7.svg +0 -7
  42. /package/build/dev/{static/media/logo.b23b880b0dac2229042c.png → assets/logo-V3RbDVED.png} +0 -0
  43. /package/build/dist/{static/media/logo.b23b880b0dac2229042c.png → assets/logo-V3RbDVED.png} +0 -0
  44. /package/build/test/{static/media/logo.b23b880b0dac2229042c.png → assets/logo-V3RbDVED.png} +0 -0
  45. /package/src/{Root.js → Root.jsx} +0 -0
  46. /package/src/common/{routeConfig.js → routeConfig.jsx} +0 -0
  47. /package/src/features/common/{ErrorBoundary.js → ErrorBoundary.jsx} +0 -0
  48. /package/src/features/common/{Nodes.js → Nodes.jsx} +0 -0
  49. /package/src/features/common/{PageNotFound.js → PageNotFound.jsx} +0 -0
  50. /package/src/features/common/{useExtPoint.js → useExtPoint.jsx} +0 -0
  51. /package/src/features/home/{App.js → App.jsx} +0 -0
  52. /package/src/features/home/{Homepage.js → Homepage.jsx} +0 -0
  53. /package/src/features/sub-app/{C2SProxyFailed.js → C2SProxyFailed.jsx} +0 -0
  54. /package/src/features/sub-app/{FixedSubAppContainer.js → FixedSubAppContainer.jsx} +0 -0
  55. /package/src/features/sub-app/{SubAppContainer.js → SubAppContainer.jsx} +0 -0
  56. /package/src/features/sub-app/{route.js → route.jsx} +0 -0
  57. /package/src/{index.js → index.jsx} +0 -0
package/package.json CHANGED
@@ -1,6 +1,12 @@
1
1
  {
2
2
  "name": "@ebay/muse-lib-react",
3
- "version": "1.3.5",
3
+ "repository": {
4
+ "type": "git",
5
+ "url": "https://github.com/ebay/Muse",
6
+ "directory": "ui-plugins/muse-lib-react"
7
+ },
8
+ "version": "2.0.0",
9
+ "type": "module",
4
10
  "muse": {
5
11
  "isAppEntry": true,
6
12
  "type": "lib",
@@ -17,50 +23,45 @@
17
23
  },
18
24
  "files": [
19
25
  "build",
20
- "src"
26
+ "src",
27
+ "MUSE_README.md"
21
28
  ],
22
29
  "dependencies": {
23
30
  "@ebay/muse-typedoc-plugin": "^1.0.6",
24
- "@ebay/nice-modal-react": "1.2.10",
25
- "@tanstack/react-query": "4.33.0",
26
- "@testing-library/user-event": "^14.5.1",
27
- "babel-plugin-istanbul": "^6.1.1",
31
+ "@ebay/nice-modal-react": "1.2.13",
32
+ "@tanstack/react-query": "5.100.9",
33
+ "@testing-library/user-event": "^14.6.1",
34
+ "babel-plugin-istanbul": "^8.0.0",
28
35
  "history": "5.3.0",
29
36
  "js-plugin": "1.1.0",
30
- "lodash": "4.17.21",
31
- "path-to-regexp": "6.2.1",
32
- "react": "18.2.0",
33
- "react-dom": "18.2.0",
37
+ "lodash": "4.18.1",
38
+ "path-to-regexp": "8.4.2",
39
+ "react": "19.2.5",
40
+ "react-dom": "19.2.5",
34
41
  "react-loadable": "5.5.0",
35
- "react-redux": "8.1.2",
36
- "react-router-dom": "6.15.0",
37
- "react-use": "17.4.0",
38
- "redux": "4.2.1",
42
+ "react-redux": "9.2.0",
43
+ "react-router-dom": "7.15.0",
44
+ "react-use": "17.6.0",
45
+ "redux": "5.0.1",
39
46
  "redux-logger": "3.0.6",
40
- "redux-mock-store": "1.5.4",
41
- "redux-thunk": "2.4.2",
42
- "typescript": "4.9.3"
47
+ "redux-mock-store": "1.5.5",
48
+ "redux-thunk": "3.1.0",
49
+ "typescript": "6.0.3"
43
50
  },
44
51
  "devDependencies": {
45
- "@babel/core": "7.20.5",
46
- "@babel/plugin-syntax-dynamic-import": "^7.8.3",
47
- "@babel/plugin-transform-react-jsx": "^7.25.9",
48
- "@changesets/cli": "^2.23.2",
49
- "@craco/craco": "7.1.0",
50
- "@ebay/muse-core": "^1.0.36",
51
- "@ebay/muse-cra-patch": "^1.0.3",
52
- "@ebay/muse-craco-plugin": "^3.0.34",
53
- "@testing-library/jest-dom": "^6.1.3",
54
- "@testing-library/react": "^14.0.0",
55
- "@types/node": "18.11.9",
56
- "craco-less": "^3.0.1",
57
- "cross-env": "7.0.3",
58
- "eslint": "8.28.0",
52
+ "@changesets/cli": "^2.31.0",
53
+ "@ebay/muse-core": "^1.0.45",
54
+ "@ebay/muse-vite-plugin": "^2.0.0",
55
+ "@types/node": "25.6.0",
56
+ "@vitejs/plugin-react": "^6.0.1",
57
+ "cross-env": "10.1.0",
58
+ "eslint": "10.3.0",
59
59
  "eslint-config-react-app": "7.0.1",
60
- "eslint-plugin-react-hooks": "4.6.0",
61
- "jest-location-mock": "1.0.10",
62
- "react-scripts": "5.0.1",
63
- "typedoc": "^0.25.13"
60
+ "eslint-plugin-react-hooks": "7.1.1",
61
+ "jest-location-mock": "3.0.0",
62
+ "less": "^4.6.4",
63
+ "typedoc": "^0.28.19",
64
+ "vite": "^8.0.10"
64
65
  },
65
66
  "browserslist": {
66
67
  "production": [
@@ -75,13 +76,10 @@
75
76
  ]
76
77
  },
77
78
  "scripts": {
78
- "start": "muse-cra-patch && cross-env NODE_PATH=./node_modules craco start",
79
- "build": "muse-cra-patch && cross-env NODE_PATH=./node_modules craco build",
80
- "build:dev": "muse-cra-patch && cross-env NODE_PATH=./node_modules NODE_ENV=development FAST_REFRESH=false craco build",
81
- "build:test": "muse-cra-patch && cross-env NODE_PATH=./node_modules MUSE_TEST_BUILD=true FAST_REFRESH=false craco build",
82
- "test": "muse-cra-patch && cross-env NODE_PATH=./node_modules craco test --ci --watchAll=false --passWithNoTests --coverage",
83
- "test:dev": "muse-cra-patch && cross-env NODE_PATH=./node_modules craco test --coverage",
84
- "test:config": "muse-cra-patch && cross-env NODE_PATH=./node_modules craco test --showConfig",
79
+ "start": "cross-env NODE_PATH=./node_modules NODE_ENV=development vite build --mode development --watch",
80
+ "build": "cross-env NODE_PATH=./node_modules vite build",
81
+ "build:dev": "cross-env NODE_ENV=development vite build --mode development",
82
+ "build:test": "cross-env MUSE_TEST_BUILD=true vite build --mode e2e-test",
85
83
  "gen-muse-doc": "typedoc",
86
84
  "postbuild": "cp MUSE_README.md ./build"
87
85
  }
package/src/a.json ADDED
@@ -0,0 +1,3 @@
1
+ {
2
+ "a": 1
3
+ }
@@ -1,5 +1,5 @@
1
1
  import { createStore, applyMiddleware, compose } from 'redux';
2
- import thunk from 'redux-thunk';
2
+ import { thunk } from 'redux-thunk';
3
3
  import rootReducer from './rootReducer';
4
4
 
5
5
  // NOTE: Do not change middleares delaration pattern since rekit plugins may register middlewares to it.
@@ -8,16 +8,16 @@ const middlewares = [thunk];
8
8
  let devToolsExtension = f => f;
9
9
 
10
10
  /* istanbul ignore if */
11
- if (process.env.NODE_ENV === 'development') {
12
- const { createLogger } = require('redux-logger');
11
+ // if (process.env.NODE_ENV === 'development') {
12
+ // const { createLogger } = require('redux-logger');
13
13
 
14
- const logger = createLogger({ collapsed: true });
15
- middlewares.push(logger);
14
+ // const logger = createLogger({ collapsed: true });
15
+ // middlewares.push(logger);
16
16
 
17
- if (window.__REDUX_DEVTOOLS_EXTENSION__) {
18
- devToolsExtension = window.__REDUX_DEVTOOLS_EXTENSION__();
19
- }
20
- }
17
+ // if (window.__REDUX_DEVTOOLS_EXTENSION__) {
18
+ // devToolsExtension = window.__REDUX_DEVTOOLS_EXTENSION__();
19
+ // }
20
+ // }
21
21
 
22
22
  function configureStore(initialState) {
23
23
  const store = createStore(
@@ -27,13 +27,13 @@ function configureStore(initialState) {
27
27
  );
28
28
 
29
29
  /* istanbul ignore if */
30
- if (module.hot) {
31
- // Enable Webpack hot module replacement for reducers
32
- module.hot.accept('./rootReducer', () => {
33
- const nextRootReducer = require('./rootReducer').default; // eslint-disable-line
34
- store.replaceReducer(nextRootReducer);
35
- });
36
- }
30
+ // if (module.hot) {
31
+ // // Enable Webpack hot module replacement for reducers
32
+ // module.hot.accept('./rootReducer', () => {
33
+ // const nextRootReducer = require('./rootReducer').default; // eslint-disable-line
34
+ // store.replaceReducer(nextRootReducer);
35
+ // });
36
+ // }
37
37
  return store;
38
38
  }
39
39
 
@@ -0,0 +1,14 @@
1
+ import React from 'react';
2
+ import Test1 from './Test1';
3
+ export default function HelloWorld() {
4
+ return (
5
+ <div style={{ padding: '40px', textAlign: 'center' }}>
6
+ <h1 style={{ fontSize: '48px', color: '#1890ff', marginBottom: '20px' }}>Hello World!</h1>
7
+ <p style={{ fontSize: '18px', color: '#666' }}>
8
+ Welcome to your MUSE plugin. This is a simple hello world page.
9
+ </p>
10
+ <p style={{ fontSize: '14px', color: '#999', marginTop: '20px' }}>Route: /hello</p>
11
+ <Test1 />
12
+ </div>
13
+ );
14
+ }
@@ -0,0 +1,12 @@
1
+ export default function Test1() {
2
+ return (
3
+ <div style={{ padding: '40px', textAlign: 'center' }}>
4
+ <h1 style={{ fontSize: '48px', color: '#1890ff', marginBottom: '20px' }}>Test Page 1</h1>
5
+ <p style={{ fontSize: '18px', color: '#666' }}>
6
+ This is a test page to verify the routing and code splitting. You can add your test cases
7
+ here.
8
+ </p>
9
+ <p style={{ fontSize: '14px', color: '#999', marginTop: '20px' }}>Route: /test1</p>
10
+ </div>
11
+ );
12
+ }
@@ -2,3 +2,4 @@ export { default as PageNotFound } from './PageNotFound';
2
2
  export { default as ErrorBoundary } from './ErrorBoundary';
3
3
  export { default as Nodes } from './Nodes';
4
4
  export { default as useExtPoint } from './useExtPoint';
5
+ export { default as HelloWorld } from './HelloWorld';
@@ -1,9 +1,16 @@
1
1
  // This is the JSON way to define React Router rules in a Rekit app.
2
2
  // Learn more from: http://rekit.js.org/docs/routing.html
3
3
 
4
+ import HelloWorld from './HelloWorld';
5
+
4
6
  export default {
5
7
  path: 'common',
6
8
  name: 'Common',
7
9
  childRoutes: [
10
+ {
11
+ path: '/hello',
12
+ name: 'Hello World',
13
+ component: HelloWorld,
14
+ },
8
15
  ],
9
16
  };
@@ -1,6 +1,6 @@
1
1
  /* eslint jsx-a11y/heading-has-content: 0*/
2
2
  import React from 'react';
3
- import { ReactComponent as LoadingSvg } from './subAppLoading2.svg';
3
+ // import { ReactComponent as LoadingSvg } from './subAppLoading2.svg';
4
4
  const stateMap = {
5
5
  'app-starting': 'Loading sub app...',
6
6
  'app-loading': 'Starting sub app...',
@@ -13,7 +13,6 @@ export default function LoadingSkeleton({ state }) {
13
13
  return (
14
14
  <div className="sub-app-loading-skeleton">
15
15
  <div className="sub-app-loading-center-container">
16
- {LoadingSvg ? React.createElement(LoadingSvg) : <></>}
17
16
  <label>{stateMap[state] || 'Loading sub app...'}</label>
18
17
  </div>
19
18
  </div>
@@ -1,11 +0,0 @@
1
- {
2
- "files": {
3
- "main.js": "/main.js",
4
- "static/media/logo.png": "/static/media/logo.b23b880b0dac2229042c.png",
5
- "static/media/subAppLoading2.svg": "/static/media/subAppLoading2.bf08007b83457287ade1cedb71bc70f7.svg",
6
- "main.js.map": "/main.js.map"
7
- },
8
- "entrypoints": [
9
- "main.js"
10
- ]
11
- }
@@ -1,170 +0,0 @@
1
- // Generated by dts-bundle v0.7.3
2
- // Dependencies for this module:
3
- // ../react
4
- // ../redux
5
-
6
- import { ComponentType, ReactNode } from 'react';
7
- import { Reducer, AnyAction } from 'redux';
8
-
9
-
10
- /**
11
- * A component(provider) wraps the root element of the application.
12
- * For example Redux provider, Router provider, etc.
13
- */
14
- type ProviderType = {
15
- // The order of the provider, the smaller the number, the higher the priority.
16
- order: number;
17
- // The key of the provider.
18
- key: string;
19
- // The provider component.
20
- provider: React.ComponentType<any> | null;
21
- // The props passed to the provider.
22
- props?: Record<string, any> | null;
23
- // How to render the wrapped children.
24
- renderProvider?: ((children: React.ReactNode) => React.ReactNode) | null;
25
- };
26
-
27
- /**
28
- * The interface to process providers.
29
- */
30
- interface ProvidersContextType {
31
- providers: ProviderType[];
32
- }
33
-
34
- /**
35
- * @description
36
- * The `root` extension point type.
37
- * @museExt
38
- */
39
- export interface RootExtPoints {
40
- /**
41
- * Called before the root element is rendered.
42
- */
43
- beforeRender?: Function;
44
- /**
45
- * Called after the root element is rendered.
46
- */
47
- afterRender?: Function;
48
-
49
- /**
50
- * Render a wrapper component to the root element. This is often used to inject providers.
51
- * But usually you can use getProviders instead.
52
- */
53
- renderChildren?: () => void;
54
-
55
- /**
56
- * Pre-process providers. This is called before providers are collected by getProviders.
57
- * Sometimes you want to disable some internal providers, just remove it from the context.
58
- */
59
- preProcessProviders?: (context: { providers: ProviderType[] }) => string | boolean;
60
-
61
- /**
62
- * Get providers, you can return a single provider or an array of providers or nothing.
63
- */
64
- getProviders?: (context: ProvidersContextType) => ProviderType | ProviderType[] | void;
65
-
66
- /**
67
- * After all providers from `getProviders` are collected, you can process them here.
68
- */
69
- processProviders?: (context: ProvidersContextType) => string | void;
70
-
71
- /**
72
- * Called after processProviders, another opportunity to process providers.
73
- */
74
- postProcessProviders?: (context: ProvidersContextType) => void;
75
- }
76
-
77
- /**
78
- * @museExt
79
- */
80
- export interface HomeExtPoints {
81
- /**
82
- * The main layout of the application. Use this extpoint need to undeploy @ebay/muse-layout-antd.
83
- */
84
- mainLayout?: ComponentType;
85
-
86
- /**
87
- * The homepage component of the applicaiton. That is, the component under root route "/".
88
- */
89
- homepage?: ComponentType;
90
- }
91
-
92
- /**
93
- * @category Ext Points Route
94
- */
95
- export interface MuseRoute {
96
- id?: string;
97
- path?: string | Array<string>;
98
- component?: ComponentType;
99
- element: ReactNode;
100
- childRoutes?: MuseRoute[];
101
- isIndex?: boolean;
102
- index?: boolean;
103
- render?: Function;
104
- parent?: string;
105
- [key: string]: unknown;
106
- }
107
-
108
- /**
109
- * @museExt #root
110
- */
111
- export default interface MuseLibReactExtPoints {
112
- /**
113
- * Route definitions
114
- * ```ts
115
- * factorial(1)
116
- * ```
117
- * @example
118
- * If there is a code block, then both TypeDoc and VSCode will treat
119
- * text outside of the code block as regular text.
120
- * ```ts
121
- * factorial(1)
122
- * ```
123
- */
124
- route?: MuseRoute | MuseRoute[];
125
-
126
- /**
127
- * Called after the application is mounted to the DOM (React root elemented rendered)
128
- */
129
- onReady?: Function;
130
-
131
- /**
132
- * root extension point
133
- */
134
- root?: RootExtPoints;
135
-
136
- /**
137
- * Merge additional props passed Router component directly.
138
- */
139
- routerProps?: Record<string, any>;
140
-
141
- /**
142
- * home extension point
143
- */
144
- home?: HomeExtPoints;
145
-
146
- testPoint?: {
147
- ab: {
148
- cd: () => {};
149
- };
150
- test: string;
151
- };
152
-
153
- /**
154
- * You can render an empty component to the app root after app started.
155
- * It's mainly used for some initialization logic.
156
- * NOTE: you should not render any UI content in the component, just return null.
157
- */
158
- rootComponent?: ComponentType;
159
-
160
- /**
161
- * Redux store extension point, contribute a plugin level reducer.
162
- */
163
- reducer?: Reducer<any, AnyAction>;
164
-
165
- /**
166
- * Redux store extension point, contribute root level reducers.
167
- */
168
- reducers?: Record<string, Reducer<any, AnyAction>>;
169
- }
170
-
@@ -1,7 +0,0 @@
1
- <?xml version="1.0" encoding="utf-8"?>
2
- <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" style="margin: auto; background: none; display: block; shape-rendering: auto;" width="200px" height="200px" viewBox="0 0 100 100" preserveAspectRatio="xMidYMid">
3
- <g transform="translate(50 50)"> <g transform="translate(-17 -17) scale(0.5)"> <g>
4
- <animateTransform attributeName="transform" type="rotate" values="0;45" keyTimes="0;1" dur="0.4545454545454546s" begin="0s" repeatCount="indefinite"></animateTransform><path d="M37.3496987939662 -7 L47.3496987939662 -7 L47.3496987939662 7 L37.3496987939662 7 A38 38 0 0 1 31.359972760794346 21.46047782418268 L31.359972760794346 21.46047782418268 L38.431040572659825 28.531545636048154 L28.531545636048154 38.431040572659825 L21.46047782418268 31.359972760794346 A38 38 0 0 1 7.0000000000000036 37.3496987939662 L7.0000000000000036 37.3496987939662 L7.000000000000004 47.3496987939662 L-6.999999999999999 47.3496987939662 L-7 37.3496987939662 A38 38 0 0 1 -21.46047782418268 31.35997276079435 L-21.46047782418268 31.35997276079435 L-28.531545636048154 38.431040572659825 L-38.43104057265982 28.531545636048158 L-31.359972760794346 21.460477824182682 A38 38 0 0 1 -37.3496987939662 7.000000000000007 L-37.3496987939662 7.000000000000007 L-47.3496987939662 7.000000000000008 L-47.3496987939662 -6.9999999999999964 L-37.3496987939662 -6.999999999999997 A38 38 0 0 1 -31.35997276079435 -21.460477824182675 L-31.35997276079435 -21.460477824182675 L-38.431040572659825 -28.531545636048147 L-28.53154563604818 -38.4310405726598 L-21.4604778241827 -31.35997276079433 A38 38 0 0 1 -6.999999999999992 -37.3496987939662 L-6.999999999999992 -37.3496987939662 L-6.999999999999994 -47.3496987939662 L6.999999999999977 -47.3496987939662 L6.999999999999979 -37.3496987939662 A38 38 0 0 1 21.460477824182686 -31.359972760794342 L21.460477824182686 -31.359972760794342 L28.531545636048158 -38.43104057265982 L38.4310405726598 -28.53154563604818 L31.35997276079433 -21.4604778241827 A38 38 0 0 1 37.3496987939662 -6.999999999999995 M0 -23A23 23 0 1 0 0 23 A23 23 0 1 0 0 -23" fill="#86b817"></path></g></g> <g transform="translate(0 22) scale(0.4)"> <g>
5
- <animateTransform attributeName="transform" type="rotate" values="45;0" keyTimes="0;1" dur="0.4545454545454546s" begin="-0.2272727272727273s" repeatCount="indefinite"></animateTransform><path d="M37.3496987939662 -7 L47.3496987939662 -7 L47.3496987939662 7 L37.3496987939662 7 A38 38 0 0 1 31.359972760794346 21.46047782418268 L31.359972760794346 21.46047782418268 L38.431040572659825 28.531545636048154 L28.531545636048154 38.431040572659825 L21.46047782418268 31.359972760794346 A38 38 0 0 1 7.0000000000000036 37.3496987939662 L7.0000000000000036 37.3496987939662 L7.000000000000004 47.3496987939662 L-6.999999999999999 47.3496987939662 L-7 37.3496987939662 A38 38 0 0 1 -21.46047782418268 31.35997276079435 L-21.46047782418268 31.35997276079435 L-28.531545636048154 38.431040572659825 L-38.43104057265982 28.531545636048158 L-31.359972760794346 21.460477824182682 A38 38 0 0 1 -37.3496987939662 7.000000000000007 L-37.3496987939662 7.000000000000007 L-47.3496987939662 7.000000000000008 L-47.3496987939662 -6.9999999999999964 L-37.3496987939662 -6.999999999999997 A38 38 0 0 1 -31.35997276079435 -21.460477824182675 L-31.35997276079435 -21.460477824182675 L-38.431040572659825 -28.531545636048147 L-28.53154563604818 -38.4310405726598 L-21.4604778241827 -31.35997276079433 A38 38 0 0 1 -6.999999999999992 -37.3496987939662 L-6.999999999999992 -37.3496987939662 L-6.999999999999994 -47.3496987939662 L6.999999999999977 -47.3496987939662 L6.999999999999979 -37.3496987939662 A38 38 0 0 1 21.460477824182686 -31.359972760794342 L21.460477824182686 -31.359972760794342 L28.531545636048158 -38.43104057265982 L38.4310405726598 -28.53154563604818 L31.35997276079433 -21.4604778241827 A38 38 0 0 1 37.3496987939662 -6.999999999999995 M0 -23A23 23 0 1 0 0 23 A23 23 0 1 0 0 -23" fill="#e53238"></path></g></g> <g transform="translate(28 4) scale(0.3)"> <g>
6
- <animateTransform attributeName="transform" type="rotate" values="0;45" keyTimes="0;1" dur="0.4545454545454546s" begin="-0.2272727272727273s" repeatCount="indefinite"></animateTransform><path d="M37.3496987939662 -7 L47.3496987939662 -7 L47.3496987939662 7 L37.3496987939662 7 A38 38 0 0 1 31.359972760794346 21.46047782418268 L31.359972760794346 21.46047782418268 L38.431040572659825 28.531545636048154 L28.531545636048154 38.431040572659825 L21.46047782418268 31.359972760794346 A38 38 0 0 1 7.0000000000000036 37.3496987939662 L7.0000000000000036 37.3496987939662 L7.000000000000004 47.3496987939662 L-6.999999999999999 47.3496987939662 L-7 37.3496987939662 A38 38 0 0 1 -21.46047782418268 31.35997276079435 L-21.46047782418268 31.35997276079435 L-28.531545636048154 38.431040572659825 L-38.43104057265982 28.531545636048158 L-31.359972760794346 21.460477824182682 A38 38 0 0 1 -37.3496987939662 7.000000000000007 L-37.3496987939662 7.000000000000007 L-47.3496987939662 7.000000000000008 L-47.3496987939662 -6.9999999999999964 L-37.3496987939662 -6.999999999999997 A38 38 0 0 1 -31.35997276079435 -21.460477824182675 L-31.35997276079435 -21.460477824182675 L-38.431040572659825 -28.531545636048147 L-28.53154563604818 -38.4310405726598 L-21.4604778241827 -31.35997276079433 A38 38 0 0 1 -6.999999999999992 -37.3496987939662 L-6.999999999999992 -37.3496987939662 L-6.999999999999994 -47.3496987939662 L6.999999999999977 -47.3496987939662 L6.999999999999979 -37.3496987939662 A38 38 0 0 1 21.460477824182686 -31.359972760794342 L21.460477824182686 -31.359972760794342 L28.531545636048158 -38.43104057265982 L38.4310405726598 -28.53154563604818 L31.35997276079433 -21.4604778241827 A38 38 0 0 1 37.3496987939662 -6.999999999999995 M0 -23A23 23 0 1 0 0 23 A23 23 0 1 0 0 -23" fill="#f5af02"></path></g></g></g>
7
- <!-- [ldio] generated by https://loading.io/ --></svg>
@@ -1,11 +0,0 @@
1
- {
2
- "files": {
3
- "main.js": "/main.js",
4
- "static/media/logo.png": "/static/media/logo.b23b880b0dac2229042c.png",
5
- "static/media/subAppLoading2.svg": "/static/media/subAppLoading2.bf08007b83457287ade1cedb71bc70f7.svg",
6
- "main.js.map": "/main.js.map"
7
- },
8
- "entrypoints": [
9
- "main.js"
10
- ]
11
- }
@@ -1,125 +0,0 @@
1
- /*!
2
- * JavaScript Cookie v2.2.1
3
- * https://github.com/js-cookie/js-cookie
4
- *
5
- * Copyright 2006, 2015 Klaus Hartl & Fagner Brack
6
- * Released under the MIT license
7
- */
8
-
9
- /*!
10
- * screenfull
11
- * v5.2.0 - 2021-11-03
12
- * (c) Sindre Sorhus; MIT License
13
- */
14
-
15
- /**
16
- * @license
17
- * Lodash <https://lodash.com/>
18
- * Copyright OpenJS Foundation and other contributors <https://openjsf.org/>
19
- * Released under MIT license <https://lodash.com/license>
20
- * Based on Underscore.js 1.8.3 <http://underscorejs.org/LICENSE>
21
- * Copyright Jeremy Ashkenas, DocumentCloud and Investigative Reporters & Editors
22
- */
23
-
24
- /**
25
- * @license React
26
- * react-dom.production.min.js
27
- *
28
- * Copyright (c) Facebook, Inc. and its affiliates.
29
- *
30
- * This source code is licensed under the MIT license found in the
31
- * LICENSE file in the root directory of this source tree.
32
- */
33
-
34
- /**
35
- * @license React
36
- * react-is.production.min.js
37
- *
38
- * Copyright (c) Facebook, Inc. and its affiliates.
39
- *
40
- * This source code is licensed under the MIT license found in the
41
- * LICENSE file in the root directory of this source tree.
42
- */
43
-
44
- /**
45
- * @license React
46
- * react-jsx-runtime.production.min.js
47
- *
48
- * Copyright (c) Facebook, Inc. and its affiliates.
49
- *
50
- * This source code is licensed under the MIT license found in the
51
- * LICENSE file in the root directory of this source tree.
52
- */
53
-
54
- /**
55
- * @license React
56
- * react.production.min.js
57
- *
58
- * Copyright (c) Facebook, Inc. and its affiliates.
59
- *
60
- * This source code is licensed under the MIT license found in the
61
- * LICENSE file in the root directory of this source tree.
62
- */
63
-
64
- /**
65
- * @license React
66
- * scheduler.production.min.js
67
- *
68
- * Copyright (c) Facebook, Inc. and its affiliates.
69
- *
70
- * This source code is licensed under the MIT license found in the
71
- * LICENSE file in the root directory of this source tree.
72
- */
73
-
74
- /**
75
- * @license React
76
- * use-sync-external-store-shim.production.min.js
77
- *
78
- * Copyright (c) Facebook, Inc. and its affiliates.
79
- *
80
- * This source code is licensed under the MIT license found in the
81
- * LICENSE file in the root directory of this source tree.
82
- */
83
-
84
- /**
85
- * @license React
86
- * use-sync-external-store-shim/with-selector.production.min.js
87
- *
88
- * Copyright (c) Facebook, Inc. and its affiliates.
89
- *
90
- * This source code is licensed under the MIT license found in the
91
- * LICENSE file in the root directory of this source tree.
92
- */
93
-
94
- /**
95
- * @remix-run/router v1.8.0
96
- *
97
- * Copyright (c) Remix Software Inc.
98
- *
99
- * This source code is licensed under the MIT license found in the
100
- * LICENSE.md file in the root directory of this source tree.
101
- *
102
- * @license MIT
103
- */
104
-
105
- /**
106
- * React Router DOM v6.15.0
107
- *
108
- * Copyright (c) Remix Software Inc.
109
- *
110
- * This source code is licensed under the MIT license found in the
111
- * LICENSE.md file in the root directory of this source tree.
112
- *
113
- * @license MIT
114
- */
115
-
116
- /**
117
- * React Router v6.15.0
118
- *
119
- * Copyright (c) Remix Software Inc.
120
- *
121
- * This source code is licensed under the MIT license found in the
122
- * LICENSE.md file in the root directory of this source tree.
123
- *
124
- * @license MIT
125
- */