@ebay/muse-lib-react 1.3.3 → 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 (58) hide show
  1. package/MUSE_README.md +621 -0
  2. package/build/MUSE_README.md +621 -0
  3. package/build/dev/assets/_muse-virtual-entry-jqLrDl9I.css +1 -0
  4. package/build/dev/deps-manifest.json +6 -0
  5. package/build/dev/index.html +34 -0
  6. package/build/dev/info.json +15 -0
  7. package/build/dev/lib-manifest.json +1813 -2503
  8. package/build/dev/main.js +298 -75586
  9. package/build/dev/main.js.map +1 -1
  10. package/build/dist/assets/_muse-virtual-entry-jqLrDl9I.css +1 -0
  11. package/build/dist/deps-manifest.json +6 -0
  12. package/build/dist/index.html +34 -0
  13. package/build/dist/info.json +15 -0
  14. package/build/dist/lib-manifest.json +1782 -2719
  15. package/build/dist/main.js +88 -3
  16. package/build/dist/main.js.map +1 -1
  17. package/build/test/assets/_muse-virtual-entry-jqLrDl9I.css +1 -0
  18. package/build/test/deps-manifest.json +6 -0
  19. package/build/test/index.html +34 -0
  20. package/build/test/info.json +15 -0
  21. package/build/test/lib-manifest.json +1780 -2701
  22. package/build/test/main.js +88 -3
  23. package/build/test/main.js.map +1 -1
  24. package/package.json +41 -43
  25. package/src/a.json +3 -0
  26. package/src/common/configStore.js +16 -16
  27. package/src/features/common/HelloWorld.jsx +14 -0
  28. package/src/features/common/Test1.jsx +12 -0
  29. package/src/features/common/index.js +1 -0
  30. package/src/features/common/route.js +7 -0
  31. package/src/features/sub-app/{LoadingSkeleton.js → LoadingSkeleton.jsx} +1 -2
  32. package/build/dev/asset-manifest.json +0 -11
  33. package/build/dev/muse.d.ts +0 -170
  34. package/build/dev/static/media/subAppLoading2.bf08007b83457287ade1cedb71bc70f7.svg +0 -7
  35. package/build/dist/asset-manifest.json +0 -11
  36. package/build/dist/main.js.LICENSE.txt +0 -125
  37. package/build/dist/muse.d.ts +0 -170
  38. package/build/dist/static/media/subAppLoading2.bf08007b83457287ade1cedb71bc70f7.svg +0 -7
  39. package/build/test/asset-manifest.json +0 -11
  40. package/build/test/main.js.LICENSE.txt +0 -125
  41. package/build/test/muse.d.ts +0 -170
  42. package/build/test/static/media/subAppLoading2.bf08007b83457287ade1cedb71bc70f7.svg +0 -7
  43. /package/build/dev/{static/media/logo.b23b880b0dac2229042c.png → assets/logo-V3RbDVED.png} +0 -0
  44. /package/build/dist/{static/media/logo.b23b880b0dac2229042c.png → assets/logo-V3RbDVED.png} +0 -0
  45. /package/build/test/{static/media/logo.b23b880b0dac2229042c.png → assets/logo-V3RbDVED.png} +0 -0
  46. /package/src/{Root.js → Root.jsx} +0 -0
  47. /package/src/common/{routeConfig.js → routeConfig.jsx} +0 -0
  48. /package/src/features/common/{ErrorBoundary.js → ErrorBoundary.jsx} +0 -0
  49. /package/src/features/common/{Nodes.js → Nodes.jsx} +0 -0
  50. /package/src/features/common/{PageNotFound.js → PageNotFound.jsx} +0 -0
  51. /package/src/features/common/{useExtPoint.js → useExtPoint.jsx} +0 -0
  52. /package/src/features/home/{App.js → App.jsx} +0 -0
  53. /package/src/features/home/{Homepage.js → Homepage.jsx} +0 -0
  54. /package/src/features/sub-app/{C2SProxyFailed.js → C2SProxyFailed.jsx} +0 -0
  55. /package/src/features/sub-app/{FixedSubAppContainer.js → FixedSubAppContainer.jsx} +0 -0
  56. /package/src/features/sub-app/{SubAppContainer.js → SubAppContainer.jsx} +0 -0
  57. /package/src/features/sub-app/{route.js → route.jsx} +0 -0
  58. /package/src/{index.js → index.jsx} +0 -0
@@ -0,0 +1 @@
1
+ body{margin:0;padding:0;font-family:sans-serif}.home-app.muse-app .muse-app_plugin-root-placeholder{width:0;height:0;position:absolute;top:0;left:-8000px}.home-homepage{text-align:center;min-width:600px}.home-homepage .app{text-align:center}.home-homepage .app-logo{height:80px}.home-homepage .app-header{padding:40px 20px 20px}.home-homepage h3{font-size:20px;font-weight:700}.home-homepage .app-title{margin-top:10px;font-size:26px}.home-homepage .app-intro{font-size:16px}.home-homepage ul,.home-homepage li{margin:0;padding:0;list-style:none}.home-homepage ul{margin-top:20px}.home-homepage li{margin-top:10px}.home-homepage a{color:#0288d1;text-decoration:none}.home-homepage a:hover{text-decoration:underline}.home-homepage p.memo{color:#999;margin:20px auto;font-size:14px;font-style:italic;line-height:150%}.common-page-not-found{color:red;padding:15px}.common-error-boundary{color:red;padding:20px}.muse-react_sub-app-sub-app-container{height:100vh;position:relative}.muse-react_sub-app-sub-app-container .sub-app-sub-app-failed{color:red;padding:16px}.muse-react_sub-app-sub-app-container .sub-app-iframe-wrapper{width:100%;height:100%;position:absolute;top:0}.muse-react_sub-app-sub-app-container iframe{border:none;width:100%;height:100%;margin:0}.muse-layout_home-main-layout-page-container>.sub-app-sub-app-container{width:calc(100% + 60px);height:calc(100vh - 50px);margin:-30px}.muse-react_sub-app-fixed-sub-app-container iframe{border:none;width:100%;height:100%;margin:0}.muse-react_sub-app-fixed-sub-app-container>div{height:calc(100vh - 200px)}.sub-app-loading-skeleton{z-index:1200;background:#fff;place-items:center;width:100%;height:100%;display:grid;position:absolute}.sub-app-loading-skeleton svg{width:80px;height:80px}.sub-app-loading-skeleton label{color:#777;margin-top:10px;display:inline-block}.sub-app-c-2-s-proxy-failed{color:orange;border:1px solid orange;border-radius:4px;width:600px;margin:auto auto auto -300px;padding:20px;line-height:150%;position:absolute;top:40%;left:50%}.sub-app-c-2-s-proxy-failed h3{color:orange}
@@ -0,0 +1,6 @@
1
+ {
2
+ "name": "@ebay/muse-lib-react",
3
+ "type": "lib",
4
+ "count": 0,
5
+ "content": {}
6
+ }
@@ -0,0 +1,34 @@
1
+ <!DOCTYPE html>
2
+ <html lang="en">
3
+ <head>
4
+ <meta charset="utf-8" />
5
+ <link rel="shortcut icon" href="/favicon.png" />
6
+ <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no" />
7
+ <meta name="theme-color" content="#000000" />
8
+
9
+ <!--
10
+ Notice the use of %PUBLIC_URL% in the tags above.
11
+ It will be replaced with the URL of the `public` folder during the build.
12
+ Only files inside the `public` folder can be referenced from the HTML.
13
+
14
+ Unlike "/favicon.ico" or "favicon.ico", "%PUBLIC_URL%/favicon.ico" will
15
+ work correctly both with client-side routing and a non-root public URL.
16
+ Learn how to configure a non-root public URL by running `npm run build`.
17
+ -->
18
+ <title>%MUSE_PLUGIN_NAME%</title>
19
+ </head>
20
+ <body>
21
+ <noscript>You need to enable JavaScript to run this app.</noscript>
22
+ <div id="muse-react-root"></div>
23
+ <!--
24
+ This HTML file is a template.
25
+ If you open it directly in the browser, you will see an empty page.
26
+
27
+ You can add webfonts, meta tags, or analytics to this file.
28
+ The build step will place the bundled scripts into the <body> tag.
29
+
30
+ To begin the development, run `npm start` or `yarn start`.
31
+ To create a production bundle, use `npm run build` or `yarn build`.
32
+ -->
33
+ </body>
34
+ </html>
@@ -0,0 +1,15 @@
1
+ {
2
+ "name": "@ebay/muse-lib-react",
3
+ "type": "lib",
4
+ "deps": [],
5
+ "branch": "release",
6
+ "sha": "9ac1bebb66438b1601d69f90f9bc33c67e22dea2",
7
+ "repo": "https://github.com/ebay/Muse",
8
+ "size": {
9
+ "main": 212893,
10
+ "chunks": 212893,
11
+ "media": 15676
12
+ },
13
+ "buildTime": 869,
14
+ "esModule": true
15
+ }