create-bluecopa-react-app 1.0.11 → 1.0.12
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/bin/create-bluecopa-react-app.js +1 -1
- package/package.json +1 -1
- package/templates/latest/.dockerignore +5 -1
- package/templates/latest/Agent.md +577 -0
- package/templates/latest/Dockerfile +2 -2
- package/templates/latest/app/app.tsx +3 -1
- package/templates/latest/app/components/app-sidebar.tsx +14 -16
- package/templates/latest/app/components/nav-main.tsx +6 -22
- package/templates/latest/app/data/mock-payments.json +122 -0
- package/templates/latest/app/data/mock-transactions.json +128 -0
- package/templates/latest/app/routes/comments.tsx +552 -0
- package/templates/latest/app/routes/home.tsx +1 -1
- package/templates/latest/app/routes/payments.tsx +342 -0
- package/templates/latest/app/routes/websocket.tsx +449 -0
- package/templates/latest/app/routes.tsx +6 -0
- package/templates/latest/dist/assets/{__federation_expose_App-C8_sl1dD.js → __federation_expose_App-B2IoFaIA.js} +15 -4
- package/templates/latest/dist/assets/client-LFBsfOjG.js +2775 -0
- package/templates/latest/dist/assets/{home-DhyEFlEc.js → home-BBY02MnI.js} +87 -59
- package/templates/latest/dist/assets/{index-DkyIpbj3.js → index-CNNS7Foy.js} +4 -3
- package/templates/latest/dist/assets/{client-Hh38T4k9.js → index-D5og7-RT-BA7DwZw1.js} +46 -2789
- package/templates/latest/dist/assets/remoteEntry.css +4 -4
- package/templates/latest/dist/assets/remoteEntry.js +1 -1
- package/templates/latest/dist/index.html +3 -2
- package/templates/latest/package-lock.json +11 -11
- package/templates/latest/package.json +1 -1
- package/templates/latest/public/favicon.ico +0 -0
- package/templates/latest/public/avatars/shadcn.svg +0 -6
- /package/templates/latest/app/{dashboard → data}/data.json +0 -0
|
@@ -2299,7 +2299,7 @@
|
|
|
2299
2299
|
}
|
|
2300
2300
|
|
|
2301
2301
|
.data-\[side\=bottom\]\:slide-in-from-top-2[data-side="bottom"] {
|
|
2302
|
-
--tw-enter-translate-y: calc(var(--spacing) *
|
|
2302
|
+
--tw-enter-translate-y: calc(2 * var(--spacing) * -1);
|
|
2303
2303
|
}
|
|
2304
2304
|
|
|
2305
2305
|
.data-\[side\=left\]\:-translate-x-1[data-side="left"] {
|
|
@@ -2308,7 +2308,7 @@
|
|
|
2308
2308
|
}
|
|
2309
2309
|
|
|
2310
2310
|
.data-\[side\=left\]\:slide-in-from-right-2[data-side="left"] {
|
|
2311
|
-
--tw-enter-translate-x: calc(var(--spacing)
|
|
2311
|
+
--tw-enter-translate-x: calc(2 * var(--spacing));
|
|
2312
2312
|
}
|
|
2313
2313
|
|
|
2314
2314
|
.data-\[side\=right\]\:translate-x-1[data-side="right"] {
|
|
@@ -2317,7 +2317,7 @@
|
|
|
2317
2317
|
}
|
|
2318
2318
|
|
|
2319
2319
|
.data-\[side\=right\]\:slide-in-from-left-2[data-side="right"] {
|
|
2320
|
-
--tw-enter-translate-x: calc(var(--spacing) *
|
|
2320
|
+
--tw-enter-translate-x: calc(2 * var(--spacing) * -1);
|
|
2321
2321
|
}
|
|
2322
2322
|
|
|
2323
2323
|
.data-\[side\=top\]\:-translate-y-1[data-side="top"] {
|
|
@@ -2326,7 +2326,7 @@
|
|
|
2326
2326
|
}
|
|
2327
2327
|
|
|
2328
2328
|
.data-\[side\=top\]\:slide-in-from-bottom-2[data-side="top"] {
|
|
2329
|
-
--tw-enter-translate-y: calc(var(--spacing)
|
|
2329
|
+
--tw-enter-translate-y: calc(2 * var(--spacing));
|
|
2330
2330
|
}
|
|
2331
2331
|
|
|
2332
2332
|
.data-\[size\=default\]\:h-9[data-size="default"] {
|
|
@@ -8,7 +8,7 @@ System.register([], (function (exports, module) {
|
|
|
8
8
|
let moduleMap = {
|
|
9
9
|
"./App":()=>{
|
|
10
10
|
dynamicLoadingCss(["remoteEntry.css"], false, './App');
|
|
11
|
-
return __federation_import('./__federation_expose_App-
|
|
11
|
+
return __federation_import('./__federation_expose_App-B2IoFaIA.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,11 +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-CNNS7Foy.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
|
+
<link rel="modulepreload" crossorigin href="/assets/index-D5og7-RT-BA7DwZw1.js">
|
|
12
13
|
<link rel="modulepreload" crossorigin href="/assets/index-DMFtQdNS.js">
|
|
13
|
-
<link rel="modulepreload" crossorigin href="/assets/client-
|
|
14
|
+
<link rel="modulepreload" crossorigin href="/assets/client-LFBsfOjG.js">
|
|
14
15
|
<link rel="stylesheet" crossorigin href="/assets/remoteEntry.css">
|
|
15
16
|
</head>
|
|
16
17
|
<body>
|
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
"": {
|
|
7
7
|
"name": "boilerplate-copa",
|
|
8
8
|
"dependencies": {
|
|
9
|
-
"@bluecopa/react": "0.1.
|
|
9
|
+
"@bluecopa/react": "^0.1.9",
|
|
10
10
|
"@dnd-kit/core": "^6.3.1",
|
|
11
11
|
"@dnd-kit/modifiers": "^9.0.0",
|
|
12
12
|
"@dnd-kit/sortable": "^10.0.0",
|
|
@@ -65,9 +65,9 @@
|
|
|
65
65
|
}
|
|
66
66
|
},
|
|
67
67
|
"node_modules/@bluecopa/core": {
|
|
68
|
-
"version": "0.1.
|
|
69
|
-
"resolved": "https://registry.npmjs.org/@bluecopa/core/-/core-0.1.
|
|
70
|
-
"integrity": "sha512-
|
|
68
|
+
"version": "0.1.9",
|
|
69
|
+
"resolved": "https://registry.npmjs.org/@bluecopa/core/-/core-0.1.9.tgz",
|
|
70
|
+
"integrity": "sha512-3RZIoOMbMAaWj2vnM/eEZcuTCYTszCUz8QgeXVr+1YS5ZpjPwFDTXdWAOc4GkDfE4k29EbeAVUaKFBzfE5VOeg==",
|
|
71
71
|
"license": "MIT",
|
|
72
72
|
"dependencies": {
|
|
73
73
|
"axios": "1.12.0",
|
|
@@ -79,12 +79,12 @@
|
|
|
79
79
|
}
|
|
80
80
|
},
|
|
81
81
|
"node_modules/@bluecopa/react": {
|
|
82
|
-
"version": "0.1.
|
|
83
|
-
"resolved": "https://registry.npmjs.org/@bluecopa/react/-/react-0.1.
|
|
84
|
-
"integrity": "sha512-
|
|
82
|
+
"version": "0.1.9",
|
|
83
|
+
"resolved": "https://registry.npmjs.org/@bluecopa/react/-/react-0.1.9.tgz",
|
|
84
|
+
"integrity": "sha512-X4hiw7LRlzkVmyIvKI/T9cNreeOVZNlXGssA6qiyuuTTx+8MI6Bvx4h+RqSJyXrY3dwZGsE49g+sDVX4D0ogcg==",
|
|
85
85
|
"license": "MIT",
|
|
86
86
|
"dependencies": {
|
|
87
|
-
"@bluecopa/core": "0.1.
|
|
87
|
+
"@bluecopa/core": "0.1.9",
|
|
88
88
|
"@tanstack/react-query": "5.59.0",
|
|
89
89
|
"@tanstack/react-query-devtools": "5.59.0"
|
|
90
90
|
},
|
|
@@ -2628,9 +2628,9 @@
|
|
|
2628
2628
|
"license": "MIT"
|
|
2629
2629
|
},
|
|
2630
2630
|
"node_modules/@types/node": {
|
|
2631
|
-
"version": "20.19.
|
|
2632
|
-
"resolved": "https://registry.npmjs.org/@types/node/-/node-20.19.
|
|
2633
|
-
"integrity": "sha512-
|
|
2631
|
+
"version": "20.19.13",
|
|
2632
|
+
"resolved": "https://registry.npmjs.org/@types/node/-/node-20.19.13.tgz",
|
|
2633
|
+
"integrity": "sha512-yCAeZl7a0DxgNVteXFHt9+uyFbqXGy/ShC4BlcHkoE0AfGXYv/BUiplV72DjMYXHDBXFjhvr6DD1NiRVfB4j8g==",
|
|
2634
2634
|
"license": "MIT",
|
|
2635
2635
|
"dependencies": {
|
|
2636
2636
|
"undici-types": "~6.21.0"
|
|
Binary file
|
|
@@ -1,6 +0,0 @@
|
|
|
1
|
-
<svg width="100" height="100" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
-
<rect width="100" height="100" fill="#e5e7eb"/>
|
|
3
|
-
<circle cx="50" cy="40" r="20" fill="#9ca3af"/>
|
|
4
|
-
<path d="M20 80 Q50 60 80 80 L80 100 L20 100 Z" fill="#9ca3af"/>
|
|
5
|
-
<text x="50" y="95" text-anchor="middle" font-family="Arial, sans-serif" font-size="12" fill="#6b7280">shadcn</text>
|
|
6
|
-
</svg>
|
|
File without changes
|