@powerhousedao/connect 1.0.22-staging.1 → 1.0.23-dev.2
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-CSCydE8J.css → app-D5gNm0Gn.css} +240 -181
- package/dist/assets/{app-BIg_-piZ.js → app-fMWHSh4-.js} +19842 -18216
- package/dist/assets/app-fMWHSh4-.js.map +1 -0
- package/dist/assets/{app-loader-mwZgOVwV.js → app-loader-Cfdu7GCR.js} +740 -422
- package/dist/assets/app-loader-Cfdu7GCR.js.map +1 -0
- package/dist/assets/{app-loader-3ipafc56.css → app-loader-NDVZu4bS.css} +238 -228
- package/dist/assets/browser-DooGPalc.js +27224 -0
- package/dist/assets/browser-DooGPalc.js.map +1 -0
- package/dist/assets/{ccip-i-oLVbil.js → ccip-Bfi_nTWL.js} +6 -8
- package/dist/assets/ccip-Bfi_nTWL.js.map +1 -0
- package/dist/assets/{content-CsEKVDJz.js → content-kxROOi8z.js} +1105 -463
- package/dist/assets/content-kxROOi8z.js.map +1 -0
- package/dist/assets/{index-M4h38SB3.js → index-D3GBOSIX.js} +23 -171
- package/dist/assets/index-D3GBOSIX.js.map +1 -0
- package/dist/assets/index-DU_XNAwo.js +208 -0
- package/dist/assets/index-DU_XNAwo.js.map +1 -0
- package/dist/assets/{index-B469WXKP.js → index-D_vS-1uy.js} +615 -830
- package/dist/assets/index-D_vS-1uy.js.map +1 -0
- package/dist/assets/{index-BOWJSJaO.js → index-OUI5v71E.js} +4 -3
- package/dist/assets/index-OUI5v71E.js.map +1 -0
- package/dist/assets/{main.DfFOgz9f.js → main.CTnOaM10.js} +3 -12
- package/dist/assets/main.CTnOaM10.js.map +1 -0
- package/dist/assets/reactor-analytics-CQOY13Ps.js +42 -0
- package/dist/assets/reactor-analytics-CQOY13Ps.js.map +1 -0
- package/dist/assets/router-DifTX2tt.js +1585 -0
- package/dist/assets/router-DifTX2tt.js.map +1 -0
- package/dist/assets/{style-0ej1afQi.css → style-CdxGKc2g.css} +39 -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 +26 -19
|
@@ -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;
|
|
@@ -1010,7 +1015,7 @@
|
|
|
1010
1015
|
rotate: 180deg;
|
|
1011
1016
|
}
|
|
1012
1017
|
.transform {
|
|
1013
|
-
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);
|
|
1014
1019
|
}
|
|
1015
1020
|
.resize {
|
|
1016
1021
|
resize: both;
|
|
@@ -1278,7 +1283,7 @@
|
|
|
1278
1283
|
}
|
|
1279
1284
|
.focus-visible\:ring-2 {
|
|
1280
1285
|
&:focus-visible {
|
|
1281
|
-
--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);
|
|
1282
1287
|
box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
|
|
1283
1288
|
}
|
|
1284
1289
|
}
|
|
@@ -1373,6 +1378,9 @@ input[type="number"] {
|
|
|
1373
1378
|
h1, h2, h3, h4, h5, h6, p {
|
|
1374
1379
|
color: var(--color-gray-900);
|
|
1375
1380
|
}
|
|
1381
|
+
button {
|
|
1382
|
+
cursor: pointer;
|
|
1383
|
+
}
|
|
1376
1384
|
}
|
|
1377
1385
|
@layer theme, base, components, utilities;
|
|
1378
1386
|
@layer theme;
|
|
@@ -1387,11 +1395,14 @@ input[type="number"] {
|
|
|
1387
1395
|
line-height: 1.5;
|
|
1388
1396
|
-webkit-text-size-adjust: 100%;
|
|
1389
1397
|
tab-size: 4;
|
|
1390
|
-
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" );
|
|
1391
1399
|
font-feature-settings: var(--default-font-feature-settings, normal);
|
|
1392
|
-
font-variation-settings: var(--default-font-variation-settings, normal);
|
|
1400
|
+
font-variation-settings: var( --default-font-variation-settings, normal );
|
|
1393
1401
|
-webkit-tap-highlight-color: transparent;
|
|
1394
1402
|
}
|
|
1403
|
+
body {
|
|
1404
|
+
line-height: inherit;
|
|
1405
|
+
}
|
|
1395
1406
|
hr {
|
|
1396
1407
|
height: 0;
|
|
1397
1408
|
color: inherit;
|
|
@@ -1414,9 +1425,9 @@ input[type="number"] {
|
|
|
1414
1425
|
font-weight: bolder;
|
|
1415
1426
|
}
|
|
1416
1427
|
code, kbd, samp, pre {
|
|
1417
|
-
font-family: var(--default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);
|
|
1418
|
-
font-feature-settings: var(--default-mono-font-feature-settings, normal);
|
|
1419
|
-
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 );
|
|
1420
1431
|
font-size: 1em;
|
|
1421
1432
|
}
|
|
1422
1433
|
small {
|
|
@@ -1480,14 +1491,7 @@ input[type="number"] {
|
|
|
1480
1491
|
}
|
|
1481
1492
|
::placeholder {
|
|
1482
1493
|
opacity: 1;
|
|
1483
|
-
|
|
1484
|
-
@supports (not (-webkit-appearance: -apple-pay-button)) or (contain-intrinsic-size: 1px) {
|
|
1485
|
-
::placeholder {
|
|
1486
|
-
color: currentcolor;
|
|
1487
|
-
@supports (color: color-mix(in lab, red, red)) {
|
|
1488
|
-
color: color-mix(in oklab, currentcolor 50%, transparent);
|
|
1489
|
-
}
|
|
1490
|
-
}
|
|
1494
|
+
color: color-mix(in oklab, currentColor 50%, transparent);
|
|
1491
1495
|
}
|
|
1492
1496
|
textarea {
|
|
1493
1497
|
resize: vertical;
|
|
@@ -1531,22 +1535,27 @@ input[type="number"] {
|
|
|
1531
1535
|
@property --tw-rotate-x {
|
|
1532
1536
|
syntax: "*";
|
|
1533
1537
|
inherits: false;
|
|
1538
|
+
initial-value: rotateX(0);
|
|
1534
1539
|
}
|
|
1535
1540
|
@property --tw-rotate-y {
|
|
1536
1541
|
syntax: "*";
|
|
1537
1542
|
inherits: false;
|
|
1543
|
+
initial-value: rotateY(0);
|
|
1538
1544
|
}
|
|
1539
1545
|
@property --tw-rotate-z {
|
|
1540
1546
|
syntax: "*";
|
|
1541
1547
|
inherits: false;
|
|
1548
|
+
initial-value: rotateZ(0);
|
|
1542
1549
|
}
|
|
1543
1550
|
@property --tw-skew-x {
|
|
1544
1551
|
syntax: "*";
|
|
1545
1552
|
inherits: false;
|
|
1553
|
+
initial-value: skewX(0);
|
|
1546
1554
|
}
|
|
1547
1555
|
@property --tw-skew-y {
|
|
1548
1556
|
syntax: "*";
|
|
1549
1557
|
inherits: false;
|
|
1558
|
+
initial-value: skewY(0);
|
|
1550
1559
|
}
|
|
1551
1560
|
@property --tw-border-style {
|
|
1552
1561
|
syntax: "*";
|
|
@@ -1570,11 +1579,6 @@ input[type="number"] {
|
|
|
1570
1579
|
syntax: "*";
|
|
1571
1580
|
inherits: false;
|
|
1572
1581
|
}
|
|
1573
|
-
@property --tw-shadow-alpha {
|
|
1574
|
-
syntax: "<percentage>";
|
|
1575
|
-
inherits: false;
|
|
1576
|
-
initial-value: 100%;
|
|
1577
|
-
}
|
|
1578
1582
|
@property --tw-inset-shadow {
|
|
1579
1583
|
syntax: "*";
|
|
1580
1584
|
inherits: false;
|
|
@@ -1584,11 +1588,6 @@ input[type="number"] {
|
|
|
1584
1588
|
syntax: "*";
|
|
1585
1589
|
inherits: false;
|
|
1586
1590
|
}
|
|
1587
|
-
@property --tw-inset-shadow-alpha {
|
|
1588
|
-
syntax: "<percentage>";
|
|
1589
|
-
inherits: false;
|
|
1590
|
-
initial-value: 100%;
|
|
1591
|
-
}
|
|
1592
1591
|
@property --tw-ring-color {
|
|
1593
1592
|
syntax: "*";
|
|
1594
1593
|
inherits: false;
|
|
@@ -1671,58 +1670,3 @@ input[type="number"] {
|
|
|
1671
1670
|
syntax: "*";
|
|
1672
1671
|
inherits: false;
|
|
1673
1672
|
}
|
|
1674
|
-
@property --tw-drop-shadow-color {
|
|
1675
|
-
syntax: "*";
|
|
1676
|
-
inherits: false;
|
|
1677
|
-
}
|
|
1678
|
-
@property --tw-drop-shadow-alpha {
|
|
1679
|
-
syntax: "<percentage>";
|
|
1680
|
-
inherits: false;
|
|
1681
|
-
initial-value: 100%;
|
|
1682
|
-
}
|
|
1683
|
-
@property --tw-drop-shadow-size {
|
|
1684
|
-
syntax: "*";
|
|
1685
|
-
inherits: false;
|
|
1686
|
-
}
|
|
1687
|
-
@layer properties {
|
|
1688
|
-
@supports ((-webkit-hyphens: none) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color:rgb(from red r g b)))) {
|
|
1689
|
-
*, ::before, ::after, ::backdrop {
|
|
1690
|
-
--tw-rotate-x: initial;
|
|
1691
|
-
--tw-rotate-y: initial;
|
|
1692
|
-
--tw-rotate-z: initial;
|
|
1693
|
-
--tw-skew-x: initial;
|
|
1694
|
-
--tw-skew-y: initial;
|
|
1695
|
-
--tw-border-style: solid;
|
|
1696
|
-
--tw-leading: initial;
|
|
1697
|
-
--tw-font-weight: initial;
|
|
1698
|
-
--tw-shadow: 0 0 #0000;
|
|
1699
|
-
--tw-shadow-color: initial;
|
|
1700
|
-
--tw-shadow-alpha: 100%;
|
|
1701
|
-
--tw-inset-shadow: 0 0 #0000;
|
|
1702
|
-
--tw-inset-shadow-color: initial;
|
|
1703
|
-
--tw-inset-shadow-alpha: 100%;
|
|
1704
|
-
--tw-ring-color: initial;
|
|
1705
|
-
--tw-ring-shadow: 0 0 #0000;
|
|
1706
|
-
--tw-inset-ring-color: initial;
|
|
1707
|
-
--tw-inset-ring-shadow: 0 0 #0000;
|
|
1708
|
-
--tw-ring-inset: initial;
|
|
1709
|
-
--tw-ring-offset-width: 0px;
|
|
1710
|
-
--tw-ring-offset-color: #fff;
|
|
1711
|
-
--tw-ring-offset-shadow: 0 0 #0000;
|
|
1712
|
-
--tw-outline-style: solid;
|
|
1713
|
-
--tw-blur: initial;
|
|
1714
|
-
--tw-brightness: initial;
|
|
1715
|
-
--tw-contrast: initial;
|
|
1716
|
-
--tw-grayscale: initial;
|
|
1717
|
-
--tw-hue-rotate: initial;
|
|
1718
|
-
--tw-invert: initial;
|
|
1719
|
-
--tw-opacity: initial;
|
|
1720
|
-
--tw-saturate: initial;
|
|
1721
|
-
--tw-sepia: initial;
|
|
1722
|
-
--tw-drop-shadow: initial;
|
|
1723
|
-
--tw-drop-shadow-color: initial;
|
|
1724
|
-
--tw-drop-shadow-alpha: 100%;
|
|
1725
|
-
--tw-drop-shadow-size: initial;
|
|
1726
|
-
}
|
|
1727
|
-
}
|
|
1728
|
-
}
|
|
@@ -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.CTnOaM10.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+PHNjcmlwdCB0eXBlPSJtb2R1bGUiIGNyb3Nzb3JpZ2luPSIiIHNyYz0iL2Fzc2V0cy9tYWluLkNUbk9hTTEwLmpzIj48L3NjcmlwdD48L2hlYWQ+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,13 +1,16 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@powerhousedao/connect",
|
|
3
3
|
"productName": "Powerhouse-Connect",
|
|
4
|
-
"version": "1.0.
|
|
4
|
+
"version": "1.0.23-dev.2",
|
|
5
5
|
"description": "Powerhouse Connect",
|
|
6
6
|
"main": "./dist/index.html",
|
|
7
7
|
"type": "module",
|
|
8
8
|
"engines": {
|
|
9
9
|
"node": ">=20.0.0"
|
|
10
10
|
},
|
|
11
|
+
"bin": {
|
|
12
|
+
"connect": "serve ./dist"
|
|
13
|
+
},
|
|
11
14
|
"files": [
|
|
12
15
|
"dist",
|
|
13
16
|
"nginx.conf",
|
|
@@ -35,19 +38,20 @@
|
|
|
35
38
|
"@electron-forge/publisher-github": "^7.2.0",
|
|
36
39
|
"@electron-forge/shared-types": "^7.7.0",
|
|
37
40
|
"@playwright/test": "^1.41.2",
|
|
41
|
+
"@powerhousedao/diff-analyzer": "^0.0.0-dev.4",
|
|
38
42
|
"@rollup/plugin-node-resolve": "^15.2.3",
|
|
39
43
|
"@sentry/browser": "^9.1.0",
|
|
40
44
|
"@sentry/react": "^7.109.0",
|
|
41
|
-
"@sentry/vite-plugin": "^2.
|
|
42
|
-
"@tailwindcss/vite": "^4.
|
|
45
|
+
"@sentry/vite-plugin": "^2.22.2",
|
|
46
|
+
"@tailwindcss/vite": "^4.0.9",
|
|
43
47
|
"@tanstack/react-virtual": "^3.8.1",
|
|
44
48
|
"@types/node": "^22.13.10",
|
|
45
49
|
"@types/react": "^18.2.79",
|
|
46
50
|
"@types/react-dom": "^18.2.18",
|
|
47
51
|
"@types/uuid": "^9.0.7",
|
|
48
52
|
"@types/wicg-file-system-access": "^2020.9.6",
|
|
49
|
-
"@vitejs/plugin-basic-ssl": "^2.0
|
|
50
|
-
"@vitejs/plugin-react": "^4.
|
|
53
|
+
"@vitejs/plugin-basic-ssl": "^1.2.0",
|
|
54
|
+
"@vitejs/plugin-react": "^4.2.1",
|
|
51
55
|
"asar": "^3.2.0",
|
|
52
56
|
"did-key-creator": "^1.2.0",
|
|
53
57
|
"electron": "30.0.0",
|
|
@@ -72,29 +76,32 @@
|
|
|
72
76
|
"react-i18next": "^13.5.0",
|
|
73
77
|
"react-router-dom": "^6.11.2",
|
|
74
78
|
"tailwind-merge": "^3.0.2",
|
|
75
|
-
"tailwindcss": "^4.
|
|
79
|
+
"tailwindcss": "^4.0.9",
|
|
76
80
|
"uuid": "^9.0.1",
|
|
77
81
|
"viem": "^2.8.13",
|
|
78
|
-
"vite": "^6.
|
|
79
|
-
"vite-envs": "^4.
|
|
82
|
+
"vite": "^6.2.2",
|
|
83
|
+
"vite-envs": "^4.4.11",
|
|
80
84
|
"vite-plugin-html": "^3.2.2",
|
|
81
85
|
"vite-plugin-node-polyfills": "^0.23.0",
|
|
82
|
-
"vite-plugin-svgr": "^4.
|
|
83
|
-
"vite-tsconfig-paths": "^
|
|
86
|
+
"vite-plugin-svgr": "^4.2.0",
|
|
87
|
+
"vite-tsconfig-paths": "^4.3.2",
|
|
84
88
|
"xvfb-maybe": "^0.2.1",
|
|
85
|
-
"@powerhousedao/builder-tools": "0.9.
|
|
86
|
-
"@powerhousedao/config": "1.27.0-
|
|
87
|
-
"@powerhousedao/common": "1.10.
|
|
88
|
-
"@powerhousedao/
|
|
89
|
-
"@powerhousedao/
|
|
90
|
-
"
|
|
91
|
-
"
|
|
92
|
-
"document-model": "2.28.1-
|
|
89
|
+
"@powerhousedao/builder-tools": "0.9.37-dev.2",
|
|
90
|
+
"@powerhousedao/config": "1.27.0-dev.12",
|
|
91
|
+
"@powerhousedao/common": "1.10.44-dev.2",
|
|
92
|
+
"@powerhousedao/design-system": "1.39.26-dev.2",
|
|
93
|
+
"@powerhousedao/reactor-browser": "1.22.34-dev.2",
|
|
94
|
+
"@powerhousedao/scalars": "1.33.1-dev.10",
|
|
95
|
+
"document-drive": "1.29.12-dev.4",
|
|
96
|
+
"document-model": "2.28.1-dev.12"
|
|
93
97
|
},
|
|
94
98
|
"optionalDependencies": {
|
|
95
99
|
"@esbuild/linux-x64": "^0.21.4",
|
|
96
100
|
"@rollup/rollup-linux-x64-musl": "4.14.3"
|
|
97
101
|
},
|
|
102
|
+
"dependencies": {
|
|
103
|
+
"serve": "^14.2.4"
|
|
104
|
+
},
|
|
98
105
|
"scripts": {
|
|
99
106
|
"build:tsc": "tsc --build",
|
|
100
107
|
"start": "electron-forge start",
|
|
@@ -110,7 +117,7 @@
|
|
|
110
117
|
"format": "prettier --write \"**/*.+(js|ts|jsx|tsx|json)\"",
|
|
111
118
|
"dev": "vite -c vite.renderer.config.mts",
|
|
112
119
|
"dev:nocache": "rm -rf node_modules/.vite && rm -rf node_modules/.cache && npm run dev",
|
|
113
|
-
"prebuild": "tsc --build --noEmit",
|
|
120
|
+
"prebuild": "npm run clean && tsc --build --noEmit",
|
|
114
121
|
"build": "NODE_OPTIONS=--max-old-space-size=6144 vite build -c vite.renderer.config.mts",
|
|
115
122
|
"preview:web": "vite preview -c vite.renderer.config.mts",
|
|
116
123
|
"e2e": "playwright test",
|