@powerhousedao/connect 1.0.21-staging.0 → 1.0.22-staging.1
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/assets/{app-B2txMMB6.js → app-BIg_-piZ.js} +1744 -895
- package/dist/assets/{app-CDOWlDp2.css → app-CSCydE8J.css} +170 -70
- package/dist/assets/{app-loader-DiF8OhX3.css → app-loader-3ipafc56.css} +221 -103
- package/dist/assets/{app-loader-uTr5bb-C.js → app-loader-mwZgOVwV.js} +25 -12
- package/dist/assets/{ccip-Eu5ix3yZ.js → ccip-i-oLVbil.js} +7 -4
- package/dist/assets/{content-ZNvpO_Bf.js → content-CsEKVDJz.js} +5 -5
- package/dist/assets/{index-BQuSynqj.js → index-B469WXKP.js} +84 -65
- package/dist/assets/{index-CdCNoFiu.js → index-BOWJSJaO.js} +3 -3
- package/dist/assets/{index-CXtQlZED.js → index-M4h38SB3.js} +4 -4
- package/dist/assets/{main.D6_W-5oY.js → main.DfFOgz9f.js} +12 -2
- package/dist/assets/{style-Ce3V83BE.css → style-0ej1afQi.css} +94 -24
- package/dist/index.html +1 -1
- package/dist/vite-envs.sh +1 -1
- package/package.json +17 -17
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap");
|
|
2
2
|
|
|
3
|
-
/*! tailwindcss v4.
|
|
3
|
+
/*! tailwindcss v4.1.4 | MIT License | https://tailwindcss.com */
|
|
4
|
+
@layer properties;
|
|
4
5
|
:root {
|
|
5
6
|
--toastify-color-light: #fff;
|
|
6
7
|
--toastify-color-dark: #121212;
|
|
@@ -687,6 +688,9 @@
|
|
|
687
688
|
@layer theme, base, components, utilities;
|
|
688
689
|
@layer theme {
|
|
689
690
|
:root, :host {
|
|
691
|
+
--font-sans: "Inter", sans-serif;
|
|
692
|
+
--font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
|
|
693
|
+
"Courier New", monospace;
|
|
690
694
|
--color-red-800: hsl(5 81% 61%);
|
|
691
695
|
--color-red-900: hsl(5 81% 56%);
|
|
692
696
|
--color-slate-50: hsl(210 20% 96%);
|
|
@@ -718,6 +722,8 @@
|
|
|
718
722
|
--radius-3xl: 1.5rem;
|
|
719
723
|
--default-transition-duration: 150ms;
|
|
720
724
|
--default-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
|
|
725
|
+
--default-font-family: var(--font-sans);
|
|
726
|
+
--default-mono-font-family: var(--font-mono);
|
|
721
727
|
}
|
|
722
728
|
}
|
|
723
729
|
@layer base {
|
|
@@ -731,9 +737,9 @@
|
|
|
731
737
|
line-height: 1.5;
|
|
732
738
|
-webkit-text-size-adjust: 100%;
|
|
733
739
|
tab-size: 4;
|
|
734
|
-
font-family:
|
|
735
|
-
font-feature-settings:
|
|
736
|
-
font-variation-settings:
|
|
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");
|
|
741
|
+
font-feature-settings: var(--default-font-feature-settings, normal);
|
|
742
|
+
font-variation-settings: var(--default-font-variation-settings, normal);
|
|
737
743
|
-webkit-tap-highlight-color: transparent;
|
|
738
744
|
}
|
|
739
745
|
hr {
|
|
@@ -758,10 +764,9 @@
|
|
|
758
764
|
font-weight: bolder;
|
|
759
765
|
}
|
|
760
766
|
code, kbd, samp, pre {
|
|
761
|
-
font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
|
|
762
|
-
|
|
763
|
-
font-
|
|
764
|
-
font-variation-settings: initial;
|
|
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);
|
|
765
770
|
font-size: 1em;
|
|
766
771
|
}
|
|
767
772
|
small {
|
|
@@ -828,7 +833,10 @@
|
|
|
828
833
|
}
|
|
829
834
|
@supports (not (-webkit-appearance: -apple-pay-button)) or (contain-intrinsic-size: 1px) {
|
|
830
835
|
::placeholder {
|
|
831
|
-
color:
|
|
836
|
+
color: currentcolor;
|
|
837
|
+
@supports (color: color-mix(in lab, red, red)) {
|
|
838
|
+
color: color-mix(in oklab, currentcolor 50%, transparent);
|
|
839
|
+
}
|
|
832
840
|
}
|
|
833
841
|
}
|
|
834
842
|
textarea {
|
|
@@ -1002,7 +1010,7 @@
|
|
|
1002
1010
|
rotate: 180deg;
|
|
1003
1011
|
}
|
|
1004
1012
|
.transform {
|
|
1005
|
-
transform: var(--tw-rotate-x) var(--tw-rotate-y) var(--tw-rotate-z) var(--tw-skew-x) var(--tw-skew-y);
|
|
1013
|
+
transform: var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,);
|
|
1006
1014
|
}
|
|
1007
1015
|
.resize {
|
|
1008
1016
|
resize: both;
|
|
@@ -1270,7 +1278,7 @@
|
|
|
1270
1278
|
}
|
|
1271
1279
|
.focus-visible\:ring-2 {
|
|
1272
1280
|
&:focus-visible {
|
|
1273
|
-
--tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color,
|
|
1281
|
+
--tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
|
|
1274
1282
|
box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
|
|
1275
1283
|
}
|
|
1276
1284
|
}
|
|
@@ -1379,9 +1387,9 @@ input[type="number"] {
|
|
|
1379
1387
|
line-height: 1.5;
|
|
1380
1388
|
-webkit-text-size-adjust: 100%;
|
|
1381
1389
|
tab-size: 4;
|
|
1382
|
-
font-family:
|
|
1383
|
-
font-feature-settings:
|
|
1384
|
-
font-variation-settings:
|
|
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");
|
|
1391
|
+
font-feature-settings: var(--default-font-feature-settings, normal);
|
|
1392
|
+
font-variation-settings: var(--default-font-variation-settings, normal);
|
|
1385
1393
|
-webkit-tap-highlight-color: transparent;
|
|
1386
1394
|
}
|
|
1387
1395
|
hr {
|
|
@@ -1406,10 +1414,9 @@ input[type="number"] {
|
|
|
1406
1414
|
font-weight: bolder;
|
|
1407
1415
|
}
|
|
1408
1416
|
code, kbd, samp, pre {
|
|
1409
|
-
font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
|
|
1410
|
-
|
|
1411
|
-
font-
|
|
1412
|
-
font-variation-settings: initial;
|
|
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);
|
|
1413
1420
|
font-size: 1em;
|
|
1414
1421
|
}
|
|
1415
1422
|
small {
|
|
@@ -1476,7 +1483,10 @@ input[type="number"] {
|
|
|
1476
1483
|
}
|
|
1477
1484
|
@supports (not (-webkit-appearance: -apple-pay-button)) or (contain-intrinsic-size: 1px) {
|
|
1478
1485
|
::placeholder {
|
|
1479
|
-
color:
|
|
1486
|
+
color: currentcolor;
|
|
1487
|
+
@supports (color: color-mix(in lab, red, red)) {
|
|
1488
|
+
color: color-mix(in oklab, currentcolor 50%, transparent);
|
|
1489
|
+
}
|
|
1480
1490
|
}
|
|
1481
1491
|
}
|
|
1482
1492
|
textarea {
|
|
@@ -1521,27 +1531,22 @@ input[type="number"] {
|
|
|
1521
1531
|
@property --tw-rotate-x {
|
|
1522
1532
|
syntax: "*";
|
|
1523
1533
|
inherits: false;
|
|
1524
|
-
initial-value: rotateX(0);
|
|
1525
1534
|
}
|
|
1526
1535
|
@property --tw-rotate-y {
|
|
1527
1536
|
syntax: "*";
|
|
1528
1537
|
inherits: false;
|
|
1529
|
-
initial-value: rotateY(0);
|
|
1530
1538
|
}
|
|
1531
1539
|
@property --tw-rotate-z {
|
|
1532
1540
|
syntax: "*";
|
|
1533
1541
|
inherits: false;
|
|
1534
|
-
initial-value: rotateZ(0);
|
|
1535
1542
|
}
|
|
1536
1543
|
@property --tw-skew-x {
|
|
1537
1544
|
syntax: "*";
|
|
1538
1545
|
inherits: false;
|
|
1539
|
-
initial-value: skewX(0);
|
|
1540
1546
|
}
|
|
1541
1547
|
@property --tw-skew-y {
|
|
1542
1548
|
syntax: "*";
|
|
1543
1549
|
inherits: false;
|
|
1544
|
-
initial-value: skewY(0);
|
|
1545
1550
|
}
|
|
1546
1551
|
@property --tw-border-style {
|
|
1547
1552
|
syntax: "*";
|
|
@@ -1565,6 +1570,11 @@ input[type="number"] {
|
|
|
1565
1570
|
syntax: "*";
|
|
1566
1571
|
inherits: false;
|
|
1567
1572
|
}
|
|
1573
|
+
@property --tw-shadow-alpha {
|
|
1574
|
+
syntax: "<percentage>";
|
|
1575
|
+
inherits: false;
|
|
1576
|
+
initial-value: 100%;
|
|
1577
|
+
}
|
|
1568
1578
|
@property --tw-inset-shadow {
|
|
1569
1579
|
syntax: "*";
|
|
1570
1580
|
inherits: false;
|
|
@@ -1574,6 +1584,11 @@ input[type="number"] {
|
|
|
1574
1584
|
syntax: "*";
|
|
1575
1585
|
inherits: false;
|
|
1576
1586
|
}
|
|
1587
|
+
@property --tw-inset-shadow-alpha {
|
|
1588
|
+
syntax: "<percentage>";
|
|
1589
|
+
inherits: false;
|
|
1590
|
+
initial-value: 100%;
|
|
1591
|
+
}
|
|
1577
1592
|
@property --tw-ring-color {
|
|
1578
1593
|
syntax: "*";
|
|
1579
1594
|
inherits: false;
|
|
@@ -1656,3 +1671,58 @@ input[type="number"] {
|
|
|
1656
1671
|
syntax: "*";
|
|
1657
1672
|
inherits: false;
|
|
1658
1673
|
}
|
|
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
|
+
}
|
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.DfFOgz9f.js"></script></head><body><div id="app"></div></body></html>
|
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+PHNjcmlwdCB0eXBlPSJtb2R1bGUiIGNyb3Nzb3JpZ2luPSIiIHNyYz0iL2Fzc2V0cy9tYWluLkRmRk9nejlmLmpzIj48L3NjcmlwdD48L2hlYWQ+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,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@powerhousedao/connect",
|
|
3
3
|
"productName": "Powerhouse-Connect",
|
|
4
|
-
"version": "1.0.
|
|
4
|
+
"version": "1.0.22-staging.1",
|
|
5
5
|
"description": "Powerhouse Connect",
|
|
6
6
|
"main": "./dist/index.html",
|
|
7
7
|
"type": "module",
|
|
@@ -38,16 +38,16 @@
|
|
|
38
38
|
"@rollup/plugin-node-resolve": "^15.2.3",
|
|
39
39
|
"@sentry/browser": "^9.1.0",
|
|
40
40
|
"@sentry/react": "^7.109.0",
|
|
41
|
-
"@sentry/vite-plugin": "^2.
|
|
42
|
-
"@tailwindcss/vite": "^4.
|
|
41
|
+
"@sentry/vite-plugin": "^2.23.0",
|
|
42
|
+
"@tailwindcss/vite": "^4.1.4",
|
|
43
43
|
"@tanstack/react-virtual": "^3.8.1",
|
|
44
44
|
"@types/node": "^22.13.10",
|
|
45
45
|
"@types/react": "^18.2.79",
|
|
46
46
|
"@types/react-dom": "^18.2.18",
|
|
47
47
|
"@types/uuid": "^9.0.7",
|
|
48
48
|
"@types/wicg-file-system-access": "^2020.9.6",
|
|
49
|
-
"@vitejs/plugin-basic-ssl": "^
|
|
50
|
-
"@vitejs/plugin-react": "^4.
|
|
49
|
+
"@vitejs/plugin-basic-ssl": "^2.0.0",
|
|
50
|
+
"@vitejs/plugin-react": "^4.4.1",
|
|
51
51
|
"asar": "^3.2.0",
|
|
52
52
|
"did-key-creator": "^1.2.0",
|
|
53
53
|
"electron": "30.0.0",
|
|
@@ -72,24 +72,24 @@
|
|
|
72
72
|
"react-i18next": "^13.5.0",
|
|
73
73
|
"react-router-dom": "^6.11.2",
|
|
74
74
|
"tailwind-merge": "^3.0.2",
|
|
75
|
-
"tailwindcss": "^4.
|
|
75
|
+
"tailwindcss": "^4.1.4",
|
|
76
76
|
"uuid": "^9.0.1",
|
|
77
77
|
"viem": "^2.8.13",
|
|
78
|
-
"vite": "^6.
|
|
79
|
-
"vite-envs": "^4.
|
|
78
|
+
"vite": "^6.3.3",
|
|
79
|
+
"vite-envs": "^4.6.0",
|
|
80
80
|
"vite-plugin-html": "^3.2.2",
|
|
81
81
|
"vite-plugin-node-polyfills": "^0.23.0",
|
|
82
|
-
"vite-plugin-svgr": "^4.
|
|
83
|
-
"vite-tsconfig-paths": "^
|
|
82
|
+
"vite-plugin-svgr": "^4.3.0",
|
|
83
|
+
"vite-tsconfig-paths": "^5.1.4",
|
|
84
84
|
"xvfb-maybe": "^0.2.1",
|
|
85
|
+
"@powerhousedao/builder-tools": "0.9.33-staging.1",
|
|
85
86
|
"@powerhousedao/config": "1.27.0-staging.3",
|
|
86
|
-
"@powerhousedao/common": "1.10.
|
|
87
|
-
"@powerhousedao/
|
|
88
|
-
"@powerhousedao/
|
|
89
|
-
"
|
|
90
|
-
"@powerhousedao/
|
|
91
|
-
"document-model": "2.28.1-staging.
|
|
92
|
-
"document-drive": "1.29.12-staging.0"
|
|
87
|
+
"@powerhousedao/common": "1.10.37-staging.1",
|
|
88
|
+
"@powerhousedao/reactor-browser": "1.22.29-staging.1",
|
|
89
|
+
"@powerhousedao/scalars": "1.33.1-staging.4",
|
|
90
|
+
"document-drive": "1.29.12-staging.2",
|
|
91
|
+
"@powerhousedao/design-system": "1.39.21-staging.1",
|
|
92
|
+
"document-model": "2.28.1-staging.4"
|
|
93
93
|
},
|
|
94
94
|
"optionalDependencies": {
|
|
95
95
|
"@esbuild/linux-x64": "^0.21.4",
|