create-bluecopa-react-app 1.0.6 → 1.0.8
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 +1 -1
- package/templates/latest/app/single-spa.tsx +2 -2
- package/templates/latest/dist/assets/{__federation_expose_App-DRwKKpS2.js → __federation_expose_App-DsPovvoo.js} +60 -4
- package/templates/latest/dist/assets/{client-DgSav55y.js → client-BZh_TW_6.js} +268 -264
- package/templates/latest/dist/assets/{home-DOL6GrYV.js → home-CAuoIW4B.js} +1 -1
- package/templates/latest/dist/assets/{index-DdYpcDMk.js → index-Clg7n7gy.js} +1 -1
- package/templates/latest/dist/assets/{style-36A39bNN.css → remoteEntry.css} +5 -0
- package/templates/latest/dist/assets/remoteEntry.js +2 -2
- package/templates/latest/dist/index.html +3 -3
- package/templates/latest/package.json +1 -1
- package/templates/latest/vite.config.ts +7 -0
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
System.register(['./client-
|
|
1
|
+
System.register(['./client-BZh_TW_6.js', './__federation_fn_import-CzfA7kmP.js', './index-BzNimew1.js'], (function (exports, module) {
|
|
2
2
|
'use strict';
|
|
3
3
|
var jsxRuntimeExports, nS, importShared, commonjsGlobal, getDefaultExportFromCjs;
|
|
4
4
|
return {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
System.register(['./__federation_fn_import-CzfA7kmP.js', './client-
|
|
1
|
+
System.register(['./__federation_fn_import-CzfA7kmP.js', './client-BZh_TW_6.js'], (function (exports, module) {
|
|
2
2
|
'use strict';
|
|
3
3
|
var importShared, ReactDOM, jsxRuntimeExports, BrowserRouter, App;
|
|
4
4
|
return {
|
|
@@ -1522,6 +1522,11 @@
|
|
|
1522
1522
|
opacity: .7;
|
|
1523
1523
|
}
|
|
1524
1524
|
|
|
1525
|
+
.shadow {
|
|
1526
|
+
--tw-shadow: 0 1px 3px 0 var(--tw-shadow-color, #0000001a), 0 1px 2px -1px var(--tw-shadow-color, #0000001a);
|
|
1527
|
+
box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
|
|
1528
|
+
}
|
|
1529
|
+
|
|
1525
1530
|
.shadow-\[0_0_0_1px_hsl\(var\(--sidebar-border\)\)\] {
|
|
1526
1531
|
--tw-shadow: 0 0 0 1px var(--tw-shadow-color, hsl(var(--sidebar-border)));
|
|
1527
1532
|
box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
|
|
@@ -7,8 +7,8 @@ System.register([], (function (exports, module) {
|
|
|
7
7
|
const exportSet = new Set(['Module', '__esModule', 'default', '_export_sfc']);
|
|
8
8
|
let moduleMap = {
|
|
9
9
|
"./App":()=>{
|
|
10
|
-
dynamicLoadingCss(["
|
|
11
|
-
return __federation_import('./__federation_expose_App-
|
|
10
|
+
dynamicLoadingCss(["remoteEntry.css"], false, './App');
|
|
11
|
+
return __federation_import('./__federation_expose_App-DsPovvoo.js').then(module =>Object.keys(module).every(item => exportSet.has(item)) ? () => module.default : () => module)},};
|
|
12
12
|
const seen = {};
|
|
13
13
|
const dynamicLoadingCss = exports("dynamicLoadingCss", (cssFilePaths, dontAppendStylesToHead, exposeItemName) => {
|
|
14
14
|
const metaUrl = module.meta.url;
|
|
@@ -6,12 +6,12 @@
|
|
|
6
6
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
|
7
7
|
<title>Bluecopa - AI-powered Finance Automation</title>
|
|
8
8
|
<meta name="description" content="AI-powered close automation for modern finance teams. Streamline your order-to-cash, procure-to-pay, and record-to-report processes." />
|
|
9
|
-
<script type="module" crossorigin src="/assets/index-
|
|
9
|
+
<script type="module" crossorigin src="/assets/index-Clg7n7gy.js"></script>
|
|
10
10
|
<link rel="modulepreload" crossorigin href="/assets/__federation_fn_import-CzfA7kmP.js">
|
|
11
11
|
<link rel="modulepreload" crossorigin href="/assets/index-BzNimew1.js">
|
|
12
12
|
<link rel="modulepreload" crossorigin href="/assets/index-DMFtQdNS.js">
|
|
13
|
-
<link rel="modulepreload" crossorigin href="/assets/client-
|
|
14
|
-
<link rel="stylesheet" crossorigin href="/assets/
|
|
13
|
+
<link rel="modulepreload" crossorigin href="/assets/client-BZh_TW_6.js">
|
|
14
|
+
<link rel="stylesheet" crossorigin href="/assets/remoteEntry.css">
|
|
15
15
|
</head>
|
|
16
16
|
<body>
|
|
17
17
|
<div id="root"></div>
|
|
@@ -44,6 +44,13 @@ export default defineConfig({
|
|
|
44
44
|
external: ["react", "react-dom"],
|
|
45
45
|
output: {
|
|
46
46
|
format: "system",
|
|
47
|
+
assetFileNames: (assetInfo) => {
|
|
48
|
+
const fileName = assetInfo.names?.[0] || assetInfo.name;
|
|
49
|
+
if (fileName && fileName.endsWith('.css')) {
|
|
50
|
+
return "assets/remoteEntry.css";
|
|
51
|
+
}
|
|
52
|
+
return fileName || "assets/remoteEntry.css";
|
|
53
|
+
},
|
|
47
54
|
},
|
|
48
55
|
},
|
|
49
56
|
},
|