@powerhousedao/connect 1.0.23-staging.2 → 1.0.25-dev.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.
- package/dist/.env +1 -1
- package/dist/assets/{app-_0wz8A4r.js → app-BUYipU-h.js} +21101 -19624
- package/dist/assets/app-BUYipU-h.js.map +1 -0
- package/dist/assets/{app-DFQhKB-Q.css → app-DWlDE8AF.css} +240 -181
- package/dist/assets/{app-loader-d7zgN9hh.js → app-loader-BnRwgIP_.js} +763 -437
- package/dist/assets/app-loader-BnRwgIP_.js.map +1 -0
- package/dist/assets/{app-loader-DczGHPG9.css → app-loader-NDVZu4bS.css} +239 -229
- package/dist/assets/browser-DLDtNgow.js +27224 -0
- package/dist/assets/browser-DLDtNgow.js.map +1 -0
- package/dist/assets/{ccip-C6W2FbjW.js → ccip-LS87QwZy.js} +6 -8
- package/dist/assets/ccip-LS87QwZy.js.map +1 -0
- package/dist/assets/{content-Bm5Tr4Hg.js → content-C_bg7acW.js} +1107 -470
- package/dist/assets/content-C_bg7acW.js.map +1 -0
- package/dist/assets/{index-CXXvva-l.js → index-CLG940Kn.js} +2582 -2923
- package/dist/assets/index-CLG940Kn.js.map +1 -0
- package/dist/assets/index-CNFyJkHA.js +208 -0
- package/dist/assets/index-CNFyJkHA.js.map +1 -0
- package/dist/assets/{index-BhxEM16y.js → index-DzfUrip3.js} +23 -171
- package/dist/assets/index-DzfUrip3.js.map +1 -0
- package/dist/assets/{index-DamVoHkh.js → index-N3PIlRbq.js} +4 -3
- package/dist/assets/index-N3PIlRbq.js.map +1 -0
- package/dist/assets/{main.Cq930vY3.js → main.DbDmc7wl.js} +3 -12
- package/dist/assets/main.DbDmc7wl.js.map +1 -0
- package/dist/assets/reactor-analytics-DOjP79na.js +42 -0
- package/dist/assets/reactor-analytics-DOjP79na.js.map +1 -0
- package/dist/assets/router-GU7qCi_d.js +1585 -0
- package/dist/assets/router-GU7qCi_d.js.map +1 -0
- package/dist/assets/{style-BQHqCxXa.css → style-CdxGKc2g.css} +42 -95
- package/dist/external-packages.js +1 -0
- package/dist/external-packages.js.map +1 -0
- package/dist/hmr.js +1 -0
- package/dist/hmr.js.map +1 -0
- package/dist/index.html +1 -1
- package/dist/service-worker.js +1 -0
- package/dist/service-worker.js.map +1 -0
- package/dist/vite-envs.sh +1 -1
- package/package.json +23 -21
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap");
|
|
2
2
|
|
|
3
|
-
/*! tailwindcss v4.
|
|
4
|
-
@layer properties;
|
|
3
|
+
/*! tailwindcss v4.0.14 | MIT License | https://tailwindcss.com */
|
|
5
4
|
:root {
|
|
6
5
|
--toastify-color-light: #fff;
|
|
7
6
|
--toastify-color-dark: #121212;
|
|
@@ -723,7 +722,17 @@
|
|
|
723
722
|
--default-transition-duration: 150ms;
|
|
724
723
|
--default-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
|
|
725
724
|
--default-font-family: var(--font-sans);
|
|
725
|
+
--default-font-feature-settings: var(--font-sans--font-feature-settings);
|
|
726
|
+
--default-font-variation-settings: var(
|
|
727
|
+
--font-sans--font-variation-settings
|
|
728
|
+
);
|
|
726
729
|
--default-mono-font-family: var(--font-mono);
|
|
730
|
+
--default-mono-font-feature-settings: var(
|
|
731
|
+
--font-mono--font-feature-settings
|
|
732
|
+
);
|
|
733
|
+
--default-mono-font-variation-settings: var(
|
|
734
|
+
--font-mono--font-variation-settings
|
|
735
|
+
);
|
|
727
736
|
}
|
|
728
737
|
}
|
|
729
738
|
@layer base {
|
|
@@ -737,11 +746,14 @@
|
|
|
737
746
|
line-height: 1.5;
|
|
738
747
|
-webkit-text-size-adjust: 100%;
|
|
739
748
|
tab-size: 4;
|
|
740
|
-
font-family: var(--default-font-family, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");
|
|
749
|
+
font-family: var( --default-font-family, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji" );
|
|
741
750
|
font-feature-settings: var(--default-font-feature-settings, normal);
|
|
742
|
-
font-variation-settings: var(--default-font-variation-settings, normal);
|
|
751
|
+
font-variation-settings: var( --default-font-variation-settings, normal );
|
|
743
752
|
-webkit-tap-highlight-color: transparent;
|
|
744
753
|
}
|
|
754
|
+
body {
|
|
755
|
+
line-height: inherit;
|
|
756
|
+
}
|
|
745
757
|
hr {
|
|
746
758
|
height: 0;
|
|
747
759
|
color: inherit;
|
|
@@ -764,9 +776,9 @@
|
|
|
764
776
|
font-weight: bolder;
|
|
765
777
|
}
|
|
766
778
|
code, kbd, samp, pre {
|
|
767
|
-
font-family: var(--default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);
|
|
768
|
-
font-feature-settings: var(--default-mono-font-feature-settings, normal);
|
|
769
|
-
font-variation-settings: var(--default-mono-font-variation-settings, normal);
|
|
779
|
+
font-family: var( --default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace );
|
|
780
|
+
font-feature-settings: var( --default-mono-font-feature-settings, normal );
|
|
781
|
+
font-variation-settings: var( --default-mono-font-variation-settings, normal );
|
|
770
782
|
font-size: 1em;
|
|
771
783
|
}
|
|
772
784
|
small {
|
|
@@ -830,14 +842,7 @@
|
|
|
830
842
|
}
|
|
831
843
|
::placeholder {
|
|
832
844
|
opacity: 1;
|
|
833
|
-
|
|
834
|
-
@supports (not (-webkit-appearance: -apple-pay-button)) or (contain-intrinsic-size: 1px) {
|
|
835
|
-
::placeholder {
|
|
836
|
-
color: currentcolor;
|
|
837
|
-
@supports (color: color-mix(in lab, red, red)) {
|
|
838
|
-
color: color-mix(in oklab, currentcolor 50%, transparent);
|
|
839
|
-
}
|
|
840
|
-
}
|
|
845
|
+
color: color-mix(in oklab, currentColor 50%, transparent);
|
|
841
846
|
}
|
|
842
847
|
textarea {
|
|
843
848
|
resize: vertical;
|
|
@@ -929,6 +934,9 @@
|
|
|
929
934
|
.ml-4 {
|
|
930
935
|
margin-left: calc(var(--spacing) * 4);
|
|
931
936
|
}
|
|
937
|
+
.block {
|
|
938
|
+
display: block;
|
|
939
|
+
}
|
|
932
940
|
.flex {
|
|
933
941
|
display: flex;
|
|
934
942
|
}
|
|
@@ -1007,7 +1015,7 @@
|
|
|
1007
1015
|
rotate: 180deg;
|
|
1008
1016
|
}
|
|
1009
1017
|
.transform {
|
|
1010
|
-
transform: var(--tw-rotate-x
|
|
1018
|
+
transform: var(--tw-rotate-x) var(--tw-rotate-y) var(--tw-rotate-z) var(--tw-skew-x) var(--tw-skew-y);
|
|
1011
1019
|
}
|
|
1012
1020
|
.resize {
|
|
1013
1021
|
resize: both;
|
|
@@ -1275,7 +1283,7 @@
|
|
|
1275
1283
|
}
|
|
1276
1284
|
.focus-visible\:ring-2 {
|
|
1277
1285
|
&:focus-visible {
|
|
1278
|
-
--tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color,
|
|
1286
|
+
--tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentColor);
|
|
1279
1287
|
box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
|
|
1280
1288
|
}
|
|
1281
1289
|
}
|
|
@@ -1370,6 +1378,9 @@ input[type="number"] {
|
|
|
1370
1378
|
h1, h2, h3, h4, h5, h6, p {
|
|
1371
1379
|
color: var(--color-gray-900);
|
|
1372
1380
|
}
|
|
1381
|
+
button {
|
|
1382
|
+
cursor: pointer;
|
|
1383
|
+
}
|
|
1373
1384
|
}
|
|
1374
1385
|
@layer theme, base, components, utilities;
|
|
1375
1386
|
@layer theme;
|
|
@@ -1384,11 +1395,14 @@ input[type="number"] {
|
|
|
1384
1395
|
line-height: 1.5;
|
|
1385
1396
|
-webkit-text-size-adjust: 100%;
|
|
1386
1397
|
tab-size: 4;
|
|
1387
|
-
font-family: var(--default-font-family, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");
|
|
1398
|
+
font-family: var( --default-font-family, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji" );
|
|
1388
1399
|
font-feature-settings: var(--default-font-feature-settings, normal);
|
|
1389
|
-
font-variation-settings: var(--default-font-variation-settings, normal);
|
|
1400
|
+
font-variation-settings: var( --default-font-variation-settings, normal );
|
|
1390
1401
|
-webkit-tap-highlight-color: transparent;
|
|
1391
1402
|
}
|
|
1403
|
+
body {
|
|
1404
|
+
line-height: inherit;
|
|
1405
|
+
}
|
|
1392
1406
|
hr {
|
|
1393
1407
|
height: 0;
|
|
1394
1408
|
color: inherit;
|
|
@@ -1411,9 +1425,9 @@ input[type="number"] {
|
|
|
1411
1425
|
font-weight: bolder;
|
|
1412
1426
|
}
|
|
1413
1427
|
code, kbd, samp, pre {
|
|
1414
|
-
font-family: var(--default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);
|
|
1415
|
-
font-feature-settings: var(--default-mono-font-feature-settings, normal);
|
|
1416
|
-
font-variation-settings: var(--default-mono-font-variation-settings, normal);
|
|
1428
|
+
font-family: var( --default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace );
|
|
1429
|
+
font-feature-settings: var( --default-mono-font-feature-settings, normal );
|
|
1430
|
+
font-variation-settings: var( --default-mono-font-variation-settings, normal );
|
|
1417
1431
|
font-size: 1em;
|
|
1418
1432
|
}
|
|
1419
1433
|
small {
|
|
@@ -1477,14 +1491,7 @@ input[type="number"] {
|
|
|
1477
1491
|
}
|
|
1478
1492
|
::placeholder {
|
|
1479
1493
|
opacity: 1;
|
|
1480
|
-
|
|
1481
|
-
@supports (not (-webkit-appearance: -apple-pay-button)) or (contain-intrinsic-size: 1px) {
|
|
1482
|
-
::placeholder {
|
|
1483
|
-
color: currentcolor;
|
|
1484
|
-
@supports (color: color-mix(in lab, red, red)) {
|
|
1485
|
-
color: color-mix(in oklab, currentcolor 50%, transparent);
|
|
1486
|
-
}
|
|
1487
|
-
}
|
|
1494
|
+
color: color-mix(in oklab, currentColor 50%, transparent);
|
|
1488
1495
|
}
|
|
1489
1496
|
textarea {
|
|
1490
1497
|
resize: vertical;
|
|
@@ -1528,22 +1535,27 @@ input[type="number"] {
|
|
|
1528
1535
|
@property --tw-rotate-x {
|
|
1529
1536
|
syntax: "*";
|
|
1530
1537
|
inherits: false;
|
|
1538
|
+
initial-value: rotateX(0);
|
|
1531
1539
|
}
|
|
1532
1540
|
@property --tw-rotate-y {
|
|
1533
1541
|
syntax: "*";
|
|
1534
1542
|
inherits: false;
|
|
1543
|
+
initial-value: rotateY(0);
|
|
1535
1544
|
}
|
|
1536
1545
|
@property --tw-rotate-z {
|
|
1537
1546
|
syntax: "*";
|
|
1538
1547
|
inherits: false;
|
|
1548
|
+
initial-value: rotateZ(0);
|
|
1539
1549
|
}
|
|
1540
1550
|
@property --tw-skew-x {
|
|
1541
1551
|
syntax: "*";
|
|
1542
1552
|
inherits: false;
|
|
1553
|
+
initial-value: skewX(0);
|
|
1543
1554
|
}
|
|
1544
1555
|
@property --tw-skew-y {
|
|
1545
1556
|
syntax: "*";
|
|
1546
1557
|
inherits: false;
|
|
1558
|
+
initial-value: skewY(0);
|
|
1547
1559
|
}
|
|
1548
1560
|
@property --tw-border-style {
|
|
1549
1561
|
syntax: "*";
|
|
@@ -1567,11 +1579,6 @@ input[type="number"] {
|
|
|
1567
1579
|
syntax: "*";
|
|
1568
1580
|
inherits: false;
|
|
1569
1581
|
}
|
|
1570
|
-
@property --tw-shadow-alpha {
|
|
1571
|
-
syntax: "<percentage>";
|
|
1572
|
-
inherits: false;
|
|
1573
|
-
initial-value: 100%;
|
|
1574
|
-
}
|
|
1575
1582
|
@property --tw-inset-shadow {
|
|
1576
1583
|
syntax: "*";
|
|
1577
1584
|
inherits: false;
|
|
@@ -1581,11 +1588,6 @@ input[type="number"] {
|
|
|
1581
1588
|
syntax: "*";
|
|
1582
1589
|
inherits: false;
|
|
1583
1590
|
}
|
|
1584
|
-
@property --tw-inset-shadow-alpha {
|
|
1585
|
-
syntax: "<percentage>";
|
|
1586
|
-
inherits: false;
|
|
1587
|
-
initial-value: 100%;
|
|
1588
|
-
}
|
|
1589
1591
|
@property --tw-ring-color {
|
|
1590
1592
|
syntax: "*";
|
|
1591
1593
|
inherits: false;
|
|
@@ -1668,58 +1670,3 @@ input[type="number"] {
|
|
|
1668
1670
|
syntax: "*";
|
|
1669
1671
|
inherits: false;
|
|
1670
1672
|
}
|
|
1671
|
-
@property --tw-drop-shadow-color {
|
|
1672
|
-
syntax: "*";
|
|
1673
|
-
inherits: false;
|
|
1674
|
-
}
|
|
1675
|
-
@property --tw-drop-shadow-alpha {
|
|
1676
|
-
syntax: "<percentage>";
|
|
1677
|
-
inherits: false;
|
|
1678
|
-
initial-value: 100%;
|
|
1679
|
-
}
|
|
1680
|
-
@property --tw-drop-shadow-size {
|
|
1681
|
-
syntax: "*";
|
|
1682
|
-
inherits: false;
|
|
1683
|
-
}
|
|
1684
|
-
@layer properties {
|
|
1685
|
-
@supports ((-webkit-hyphens: none) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color:rgb(from red r g b)))) {
|
|
1686
|
-
*, ::before, ::after, ::backdrop {
|
|
1687
|
-
--tw-rotate-x: initial;
|
|
1688
|
-
--tw-rotate-y: initial;
|
|
1689
|
-
--tw-rotate-z: initial;
|
|
1690
|
-
--tw-skew-x: initial;
|
|
1691
|
-
--tw-skew-y: initial;
|
|
1692
|
-
--tw-border-style: solid;
|
|
1693
|
-
--tw-leading: initial;
|
|
1694
|
-
--tw-font-weight: initial;
|
|
1695
|
-
--tw-shadow: 0 0 #0000;
|
|
1696
|
-
--tw-shadow-color: initial;
|
|
1697
|
-
--tw-shadow-alpha: 100%;
|
|
1698
|
-
--tw-inset-shadow: 0 0 #0000;
|
|
1699
|
-
--tw-inset-shadow-color: initial;
|
|
1700
|
-
--tw-inset-shadow-alpha: 100%;
|
|
1701
|
-
--tw-ring-color: initial;
|
|
1702
|
-
--tw-ring-shadow: 0 0 #0000;
|
|
1703
|
-
--tw-inset-ring-color: initial;
|
|
1704
|
-
--tw-inset-ring-shadow: 0 0 #0000;
|
|
1705
|
-
--tw-ring-inset: initial;
|
|
1706
|
-
--tw-ring-offset-width: 0px;
|
|
1707
|
-
--tw-ring-offset-color: #fff;
|
|
1708
|
-
--tw-ring-offset-shadow: 0 0 #0000;
|
|
1709
|
-
--tw-outline-style: solid;
|
|
1710
|
-
--tw-blur: initial;
|
|
1711
|
-
--tw-brightness: initial;
|
|
1712
|
-
--tw-contrast: initial;
|
|
1713
|
-
--tw-grayscale: initial;
|
|
1714
|
-
--tw-hue-rotate: initial;
|
|
1715
|
-
--tw-invert: initial;
|
|
1716
|
-
--tw-opacity: initial;
|
|
1717
|
-
--tw-saturate: initial;
|
|
1718
|
-
--tw-sepia: initial;
|
|
1719
|
-
--tw-drop-shadow: initial;
|
|
1720
|
-
--tw-drop-shadow-color: initial;
|
|
1721
|
-
--tw-drop-shadow-alpha: 100%;
|
|
1722
|
-
--tw-drop-shadow-size: initial;
|
|
1723
|
-
}
|
|
1724
|
-
}
|
|
1725
|
-
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"external-packages.js","sources":["../src/external-packages.js"],"sourcesContent":["\n\nexport default [\n \n ];"],"names":[],"mappings":"AAEA,MAAe,mBAAA,CAEV;"}
|
package/dist/hmr.js
CHANGED
package/dist/hmr.js.map
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"hmr.js","sources":["../src/hmr.ts"],"sourcesContent":["import type { ViteHotContext } from 'vite/types/hot.js';\n\nexport const hmr = import.meta.hot as ViteHotContext | undefined;\n"],"names":[],"mappings":"AAEO,MAAM,MAAM,YAAA;"}
|
package/dist/index.html
CHANGED
|
@@ -64,4 +64,4 @@
|
|
|
64
64
|
"react-dom": "https://esm.sh/react-dom",
|
|
65
65
|
"react-dom/": "https://esm.sh/react-dom/"
|
|
66
66
|
}
|
|
67
|
-
}</script><script type="module" crossorigin="" src="/assets/main.
|
|
67
|
+
}</script><script type="module" crossorigin="" src="/assets/main.DbDmc7wl.js"></script></head><body><div id="app"></div></body></html>
|
package/dist/service-worker.js
CHANGED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"service-worker.js","sources":["../src/service-worker.ts"],"sourcesContent":["/// <reference lib=\"WebWorker\" />\n\nimport { type ServiceWorkerEvent } from './utils/registerServiceWorker.js';\n\nconst _self = self as unknown as ServiceWorkerGlobalScope;\n\nconst APP_VERSION = __APP_VERSION__;\nconst REQUIRES_HARD_REFRESH = __REQUIRES_HARD_REFRESH__;\n\nconst VERSION_CACHE = 'version-cache';\nconst VERSION_KEY = 'app-version';\n\n_self.addEventListener('install', () => {\n _self.skipWaiting().catch(console.error);\n});\n\n_self.addEventListener('activate', (event: ExtendableEvent) => {\n event.waitUntil(_self.clients.claim());\n\n checkAppVersion(APP_VERSION, REQUIRES_HARD_REFRESH).catch(console.error);\n});\n\nexport type NEW_VERSION_AVAILABLE_MESSAGE = {\n type: 'NEW_VERSION_AVAILABLE';\n version: string;\n requiresHardRefresh: boolean;\n};\n\nexport type ServiceWorkerMessageData = NEW_VERSION_AVAILABLE_MESSAGE;\n\nexport type ServiceWorkerMessage = ServiceWorkerEvent<ServiceWorkerMessageData>;\n\nfunction postMessage(client: Client, message: ServiceWorkerMessageData) {\n return client.postMessage(message);\n}\n\nasync function checkAppVersion(version: string, requiresHardRefresh: boolean) {\n try {\n const cache = await caches.open(VERSION_CACHE);\n const cachedResponse = await cache.match(VERSION_KEY);\n\n let currentVersion = '';\n\n if (cachedResponse) {\n currentVersion = await cachedResponse.text();\n }\n\n if (currentVersion === '') {\n // Initial cache\n await cache.put(VERSION_KEY, new Response(version));\n } else if (currentVersion !== version) {\n // New version detected\n console.log('Current version:', currentVersion);\n console.log('New version:', version);\n\n // Update the stored version\n await cache.put(VERSION_KEY, new Response(version));\n\n // Update clients\n await updateClients(version, requiresHardRefresh);\n }\n } catch (error) {\n console.error('Error checking version:', error);\n }\n}\n\nasync function updateClients(version: string, requiresHardRefresh: boolean) {\n await _self.clients.claim();\n const clients = await _self.clients.matchAll();\n clients.forEach(client => {\n postMessage(client, {\n type: 'NEW_VERSION_AVAILABLE',\n version,\n requiresHardRefresh,\n });\n });\n}\n"],"names":[],"mappings":"AAIA,MAAM,QAAQ;AAEd,MAAM,cAAc;AACpB,MAAM,wBAAwB;AAE9B,MAAM,gBAAgB;AACtB,MAAM,cAAc;AAEpB,MAAM,iBAAiB,WAAW,MAAM;AACpC,QAAM,YAAY,EAAE,MAAM,QAAQ,KAAK;AAC3C,CAAC;AAED,MAAM,iBAAiB,YAAY,CAAC,UAA2B;AAC3D,QAAM,UAAU,MAAM,QAAQ,MAAA,CAAO;AAErC,kBAAgB,aAAa,qBAAqB,EAAE,MAAM,QAAQ,KAAK;AAC3E,CAAC;AAYD,SAAS,YAAY,QAAgB,SAAmC;AAC7D,SAAA,OAAO,YAAY,OAAO;AACrC;AAEA,eAAe,gBAAgB,SAAiB,qBAA8B;AACtE,MAAA;AACA,UAAM,QAAQ,MAAM,OAAO,KAAK,aAAa;AAC7C,UAAM,iBAAiB,MAAM,MAAM,MAAM,WAAW;AAEpD,QAAI,iBAAiB;AAErB,QAAI,gBAAgB;AACC,uBAAA,MAAM,eAAe,KAAK;AAAA,IAAA;AAG/C,QAAI,mBAAmB,IAAI;AAEvB,YAAM,MAAM,IAAI,aAAa,IAAI,SAAS,OAAO,CAAC;AAAA,IAAA,WAC3C,mBAAmB,SAAS;AAE3B,cAAA,IAAI,oBAAoB,cAAc;AACtC,cAAA,IAAI,gBAAgB,OAAO;AAGnC,YAAM,MAAM,IAAI,aAAa,IAAI,SAAS,OAAO,CAAC;AAG5C,YAAA,cAAc,SAAS,mBAAmB;AAAA,IAAA;AAAA,WAE/C,OAAO;AACJ,YAAA,MAAM,2BAA2B,KAAK;AAAA,EAAA;AAEtD;AAEA,eAAe,cAAc,SAAiB,qBAA8B;AAClE,QAAA,MAAM,QAAQ,MAAM;AAC1B,QAAM,UAAU,MAAM,MAAM,QAAQ,SAAS;AACrC,UAAA,QAAQ,CAAU,WAAA;AACtB,gBAAY,QAAQ;AAAA,MAChB,MAAM;AAAA,MACN;AAAA,MACA;AAAA,IAAA,CACH;AAAA,EAAA,CACJ;AACL;"}
|
package/dist/vite-envs.sh
CHANGED
|
@@ -11,7 +11,7 @@ replaceAll() {
|
|
|
11
11
|
}'
|
|
12
12
|
}
|
|
13
13
|
|
|
14
|
-
html=$(echo "PCFET0NUWVBFIGh0bWw+PGh0bWw+PGhlYWQ+PG1ldGEgY2hhcnNldD0iVVRGLTgiPjxtZXRhIG5hbWU9InZpZXdwb3J0IiBjb250ZW50PSJ3aWR0aD1kZXZpY2Utd2lkdGgsaW5pdGlhbC1zY2FsZT0xIj48dGl0bGU+UG93ZXJob3VzZSBDb25uZWN0PC90aXRsZT48YmFzZSBocmVmPSIvIj48bGluayByZWw9Imljb24iIGhyZWY9Ii9pY29uLmljbyI+PCEtLSB2aXRlLWVudnMgc2NyaXB0IHBsYWNlaG9sZGVyIHhLc1BtTHMzMHN3S3NkSXNWeCAtLT48c2NyaXB0IHR5cGU9ImltcG9ydG1hcCI+ewogICJpbXBvcnRzIjogewogICAgInJlYWN0IjogImh0dHBzOi8vZXNtLnNoL3JlYWN0IiwKICAgICJyZWFjdC8iOiAiaHR0cHM6Ly9lc20uc2gvcmVhY3QvIiwKICAgICJyZWFjdC1kb20iOiAiaHR0cHM6Ly9lc20uc2gvcmVhY3QtZG9tIiwKICAgICJyZWFjdC1kb20vIjogImh0dHBzOi8vZXNtLnNoL3JlYWN0LWRvbS8iCiAgfQp9PC9zY3JpcHQ+
|
|
14
|
+
html=$(echo "PCFET0NUWVBFIGh0bWw+PGh0bWw+PGhlYWQ+PG1ldGEgY2hhcnNldD0iVVRGLTgiPjxtZXRhIG5hbWU9InZpZXdwb3J0IiBjb250ZW50PSJ3aWR0aD1kZXZpY2Utd2lkdGgsaW5pdGlhbC1zY2FsZT0xIj48dGl0bGU+UG93ZXJob3VzZSBDb25uZWN0PC90aXRsZT48YmFzZSBocmVmPSIvIj48bGluayByZWw9Imljb24iIGhyZWY9Ii9pY29uLmljbyI+PCEtLSB2aXRlLWVudnMgc2NyaXB0IHBsYWNlaG9sZGVyIHhLc1BtTHMzMHN3S3NkSXNWeCAtLT48c2NyaXB0IHR5cGU9ImltcG9ydG1hcCI+ewogICJpbXBvcnRzIjogewogICAgInJlYWN0IjogImh0dHBzOi8vZXNtLnNoL3JlYWN0IiwKICAgICJyZWFjdC8iOiAiaHR0cHM6Ly9lc20uc2gvcmVhY3QvIiwKICAgICJyZWFjdC1kb20iOiAiaHR0cHM6Ly9lc20uc2gvcmVhY3QtZG9tIiwKICAgICJyZWFjdC1kb20vIjogImh0dHBzOi8vZXNtLnNoL3JlYWN0LWRvbS8iCiAgfQp9PC9zY3JpcHQ+PHNjcmlwdCB0eXBlPSJtb2R1bGUiIGNyb3Nzb3JpZ2luPSIiIHNyYz0iL2Fzc2V0cy9tYWluLkRiRG1jN3dsLmpzIj48L3NjcmlwdD48L2hlYWQ+PGJvZHk+PGRpdiBpZD0iYXBwIj48L2Rpdj48L2JvZHk+PC9odG1sPg==" | base64 -d)
|
|
15
15
|
|
|
16
16
|
BASE_URL_base64="eEFwV2RSclg5OWtQclZnZ0UiLyIK"
|
|
17
17
|
BASE_URL=$(echo "Lwo=" | base64 -d)
|
package/package.json
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@powerhousedao/connect",
|
|
3
3
|
"productName": "Powerhouse-Connect",
|
|
4
|
-
"version": "1.0.
|
|
4
|
+
"version": "1.0.25-dev.0",
|
|
5
5
|
"description": "Powerhouse Connect",
|
|
6
6
|
"main": "./dist/index.html",
|
|
7
7
|
"type": "module",
|
|
8
8
|
"engines": {
|
|
9
|
-
"node": ">=
|
|
9
|
+
"node": ">=22.0.0"
|
|
10
10
|
},
|
|
11
11
|
"files": [
|
|
12
12
|
"dist",
|
|
@@ -35,19 +35,20 @@
|
|
|
35
35
|
"@electron-forge/publisher-github": "^7.2.0",
|
|
36
36
|
"@electron-forge/shared-types": "^7.7.0",
|
|
37
37
|
"@playwright/test": "^1.41.2",
|
|
38
|
+
"@powerhousedao/diff-analyzer": "^0.0.0-dev.4",
|
|
38
39
|
"@rollup/plugin-node-resolve": "^15.2.3",
|
|
39
40
|
"@sentry/browser": "^9.1.0",
|
|
40
41
|
"@sentry/react": "^7.109.0",
|
|
41
|
-
"@sentry/vite-plugin": "^2.
|
|
42
|
-
"@tailwindcss/vite": "^4.
|
|
42
|
+
"@sentry/vite-plugin": "^2.22.2",
|
|
43
|
+
"@tailwindcss/vite": "^4.0.9",
|
|
43
44
|
"@tanstack/react-virtual": "^3.8.1",
|
|
44
|
-
"@types/node": "^22.
|
|
45
|
+
"@types/node": "^22.15.17",
|
|
45
46
|
"@types/react": "^18.2.79",
|
|
46
47
|
"@types/react-dom": "^18.2.18",
|
|
47
48
|
"@types/uuid": "^9.0.7",
|
|
48
49
|
"@types/wicg-file-system-access": "^2020.9.6",
|
|
49
|
-
"@vitejs/plugin-basic-ssl": "^2.0
|
|
50
|
-
"@vitejs/plugin-react": "^4.
|
|
50
|
+
"@vitejs/plugin-basic-ssl": "^1.2.0",
|
|
51
|
+
"@vitejs/plugin-react": "^4.2.1",
|
|
51
52
|
"asar": "^3.2.0",
|
|
52
53
|
"did-key-creator": "^1.2.0",
|
|
53
54
|
"electron": "30.0.0",
|
|
@@ -56,7 +57,7 @@
|
|
|
56
57
|
"electron-squirrel-startup": "^1.0.0",
|
|
57
58
|
"electron-store": "^8.1.0",
|
|
58
59
|
"esbuild": "^0.24.0",
|
|
59
|
-
"graphql": "^16.
|
|
60
|
+
"graphql": "^16.8.1",
|
|
60
61
|
"graphql-request": "^6.1.0",
|
|
61
62
|
"i18next": "^23.7.6",
|
|
62
63
|
"jotai": "^2.1.0",
|
|
@@ -72,23 +73,24 @@
|
|
|
72
73
|
"react-i18next": "^13.5.0",
|
|
73
74
|
"react-router-dom": "^6.11.2",
|
|
74
75
|
"tailwind-merge": "^3.0.2",
|
|
75
|
-
"tailwindcss": "^4.
|
|
76
|
+
"tailwindcss": "^4.0.9",
|
|
76
77
|
"uuid": "^9.0.1",
|
|
77
78
|
"viem": "^2.8.13",
|
|
78
|
-
"vite": "^6.
|
|
79
|
-
"vite-envs": "^4.
|
|
79
|
+
"vite": "^6.2.2",
|
|
80
|
+
"vite-envs": "^4.4.11",
|
|
80
81
|
"vite-plugin-html": "^3.2.2",
|
|
81
82
|
"vite-plugin-node-polyfills": "^0.23.0",
|
|
82
|
-
"vite-plugin-svgr": "^4.
|
|
83
|
-
"vite-tsconfig-paths": "^
|
|
83
|
+
"vite-plugin-svgr": "^4.2.0",
|
|
84
|
+
"vite-tsconfig-paths": "^4.3.2",
|
|
84
85
|
"xvfb-maybe": "^0.2.1",
|
|
85
|
-
"@powerhousedao/builder-tools": "0.9.
|
|
86
|
-
"@powerhousedao/common": "1.10.
|
|
87
|
-
"@powerhousedao/
|
|
88
|
-
"
|
|
89
|
-
"@powerhousedao/
|
|
90
|
-
"@powerhousedao/
|
|
91
|
-
"document-
|
|
86
|
+
"@powerhousedao/builder-tools": "0.9.38-dev.1",
|
|
87
|
+
"@powerhousedao/common": "1.10.46-dev.0",
|
|
88
|
+
"@powerhousedao/config": "1.27.0-dev.12",
|
|
89
|
+
"@powerhousedao/design-system": "1.39.27-dev.1",
|
|
90
|
+
"@powerhousedao/scalars": "1.33.1-dev.10",
|
|
91
|
+
"@powerhousedao/reactor-browser": "1.22.35-dev.0",
|
|
92
|
+
"document-drive": "1.29.12-dev.5",
|
|
93
|
+
"document-model": "2.28.1-dev.13"
|
|
92
94
|
},
|
|
93
95
|
"optionalDependencies": {
|
|
94
96
|
"@esbuild/linux-x64": "^0.21.4",
|
|
@@ -109,7 +111,7 @@
|
|
|
109
111
|
"format": "prettier --write \"**/*.+(js|ts|jsx|tsx|json)\"",
|
|
110
112
|
"dev": "vite -c vite.renderer.config.mts",
|
|
111
113
|
"dev:nocache": "rm -rf node_modules/.vite && rm -rf node_modules/.cache && npm run dev",
|
|
112
|
-
"prebuild": "tsc --build --noEmit",
|
|
114
|
+
"prebuild": "npm run clean && tsc --build --noEmit",
|
|
113
115
|
"build": "NODE_OPTIONS=--max-old-space-size=6144 vite build -c vite.renderer.config.mts",
|
|
114
116
|
"preview:web": "vite preview -c vite.renderer.config.mts",
|
|
115
117
|
"e2e": "playwright test",
|