@powerhousedao/connect 1.0.22-staging.0 → 1.0.23-dev.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/.env +1 -1
- package/dist/assets/{app-CDOWlDp2.css → app-D5gNm0Gn.css} +186 -27
- package/dist/assets/{app-CpNI4xTA.js → app-DCtCV8Sz.js} +10895 -8420
- package/dist/assets/app-DCtCV8Sz.js.map +1 -0
- package/dist/assets/{app-loader-DADQ7rok.js → app-loader-BAEWEx-m.js} +733 -403
- package/dist/assets/app-loader-BAEWEx-m.js.map +1 -0
- package/dist/assets/{app-loader-DiF8OhX3.css → app-loader-NDVZu4bS.css} +162 -34
- package/dist/assets/browser-BeUBqndM.js +27224 -0
- package/dist/assets/browser-BeUBqndM.js.map +1 -0
- package/dist/assets/{ccip-DATfa3z8.js → ccip-CMd6tRtn.js} +5 -4
- package/dist/assets/ccip-CMd6tRtn.js.map +1 -0
- package/dist/assets/{content-CkbffPFR.js → content-DsWyfJvF.js} +1105 -463
- package/dist/assets/content-DsWyfJvF.js.map +1 -0
- package/dist/assets/{index-GuaHVlAM.js → index-ADsM2QWh.js} +23 -171
- package/dist/assets/index-ADsM2QWh.js.map +1 -0
- package/dist/assets/{index-BFdIunuJ.js → index-CCDoOj0e.js} +4 -3
- package/dist/assets/index-CCDoOj0e.js.map +1 -0
- package/dist/assets/{index-CEFMQRxw.js → index-CSN0Iyem.js} +554 -750
- package/dist/assets/index-CSN0Iyem.js.map +1 -0
- package/dist/assets/index-Dl8ZqWS0.js +208 -0
- package/dist/assets/index-Dl8ZqWS0.js.map +1 -0
- package/dist/assets/{main.Dqmo52dd.js → main.DW9UCmAK.js} +2 -1
- package/dist/assets/main.DW9UCmAK.js.map +1 -0
- package/dist/assets/reactor-analytics-hlzA2WG5.js +42 -0
- package/dist/assets/reactor-analytics-hlzA2WG5.js.map +1 -0
- package/dist/assets/router-DJRPUFad.js +1585 -0
- package/dist/assets/router-DJRPUFad.js.map +1 -0
- package/dist/assets/{style-Ce3V83BE.css → style-CdxGKc2g.css} +39 -25
- 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 +17 -10
package/dist/.env
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/*! tailwindcss v4.1.
|
|
1
|
+
/*! tailwindcss v4.1.5 | MIT License | https://tailwindcss.com */
|
|
2
2
|
@layer properties;
|
|
3
3
|
@layer theme, base, components, utilities;
|
|
4
4
|
@layer theme {
|
|
@@ -23,11 +23,14 @@
|
|
|
23
23
|
--color-yellow-900: oklch(0.421 0.095 57.708);
|
|
24
24
|
--color-green-100: oklch(0.962 0.044 156.743);
|
|
25
25
|
--color-green-500: oklch(0.723 0.219 149.579);
|
|
26
|
+
--color-green-600: oklch(0.627 0.194 149.214);
|
|
26
27
|
--color-green-700: oklch(0.527 0.154 150.069);
|
|
27
28
|
--color-green-800: oklch(0.448 0.119 151.328);
|
|
28
29
|
--color-green-900: oklch(0.393 0.095 152.535);
|
|
29
30
|
--color-blue-50: oklch(0.97 0.014 254.604);
|
|
30
31
|
--color-blue-100: oklch(0.932 0.032 255.585);
|
|
32
|
+
--color-blue-200: oklch(0.882 0.059 254.128);
|
|
33
|
+
--color-blue-300: oklch(0.809 0.105 251.813);
|
|
31
34
|
--color-blue-400: oklch(0.707 0.165 254.624);
|
|
32
35
|
--color-blue-500: oklch(0.623 0.214 259.815);
|
|
33
36
|
--color-blue-600: oklch(0.546 0.245 262.881);
|
|
@@ -90,7 +93,17 @@
|
|
|
90
93
|
--default-transition-duration: 150ms;
|
|
91
94
|
--default-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
|
|
92
95
|
--default-font-family: var(--font-sans);
|
|
96
|
+
--default-font-feature-settings: var(--font-sans--font-feature-settings);
|
|
97
|
+
--default-font-variation-settings: var(
|
|
98
|
+
--font-sans--font-variation-settings
|
|
99
|
+
);
|
|
93
100
|
--default-mono-font-family: var(--font-mono);
|
|
101
|
+
--default-mono-font-feature-settings: var(
|
|
102
|
+
--font-mono--font-feature-settings
|
|
103
|
+
);
|
|
104
|
+
--default-mono-font-variation-settings: var(
|
|
105
|
+
--font-mono--font-variation-settings
|
|
106
|
+
);
|
|
94
107
|
}
|
|
95
108
|
}
|
|
96
109
|
@layer base {
|
|
@@ -104,11 +117,14 @@
|
|
|
104
117
|
line-height: 1.5;
|
|
105
118
|
-webkit-text-size-adjust: 100%;
|
|
106
119
|
tab-size: 4;
|
|
107
|
-
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");
|
|
120
|
+
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" );
|
|
108
121
|
font-feature-settings: var(--default-font-feature-settings, normal);
|
|
109
|
-
font-variation-settings: var(--default-font-variation-settings, normal);
|
|
122
|
+
font-variation-settings: var( --default-font-variation-settings, normal );
|
|
110
123
|
-webkit-tap-highlight-color: transparent;
|
|
111
124
|
}
|
|
125
|
+
body {
|
|
126
|
+
line-height: inherit;
|
|
127
|
+
}
|
|
112
128
|
hr {
|
|
113
129
|
height: 0;
|
|
114
130
|
color: inherit;
|
|
@@ -131,9 +147,9 @@
|
|
|
131
147
|
font-weight: bolder;
|
|
132
148
|
}
|
|
133
149
|
code, kbd, samp, pre {
|
|
134
|
-
font-family: var(--default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);
|
|
135
|
-
font-feature-settings: var(--default-mono-font-feature-settings, normal);
|
|
136
|
-
font-variation-settings: var(--default-mono-font-variation-settings, normal);
|
|
150
|
+
font-family: var( --default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace );
|
|
151
|
+
font-feature-settings: var( --default-mono-font-feature-settings, normal );
|
|
152
|
+
font-variation-settings: var( --default-mono-font-variation-settings, normal );
|
|
137
153
|
font-size: 1em;
|
|
138
154
|
}
|
|
139
155
|
small {
|
|
@@ -197,13 +213,9 @@
|
|
|
197
213
|
}
|
|
198
214
|
::placeholder {
|
|
199
215
|
opacity: 1;
|
|
200
|
-
|
|
201
|
-
|
|
202
|
-
|
|
203
|
-
color: currentColor;
|
|
204
|
-
@supports (color: color-mix(in lab, red, red)) {
|
|
205
|
-
color: color-mix(in oklab, currentColor 50%, transparent);
|
|
206
|
-
}
|
|
216
|
+
color: currentColor;
|
|
217
|
+
@supports (color: color-mix(in lab, red, red)) {
|
|
218
|
+
color: color-mix(in oklab, currentColor 50%, transparent);
|
|
207
219
|
}
|
|
208
220
|
}
|
|
209
221
|
textarea {
|
|
@@ -397,7 +409,7 @@
|
|
|
397
409
|
color: var(--color-gray-600);
|
|
398
410
|
}
|
|
399
411
|
}
|
|
400
|
-
/*! tailwindcss v4.0.
|
|
412
|
+
/*! tailwindcss v4.0.14 | MIT License | https://tailwindcss.com */
|
|
401
413
|
:root {
|
|
402
414
|
--toastify-color-light: #fff;
|
|
403
415
|
--toastify-color-dark: #121212;
|
|
@@ -1085,6 +1097,8 @@
|
|
|
1085
1097
|
@layer theme {
|
|
1086
1098
|
:root, :host {
|
|
1087
1099
|
--font-sans: "Inter", sans-serif;
|
|
1100
|
+
--font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
|
|
1101
|
+
"Courier New", monospace;
|
|
1088
1102
|
--color-red-100: hsl(3 82% 96%);
|
|
1089
1103
|
--color-red-400: hsl(5 82% 83%);
|
|
1090
1104
|
--color-red-500: hsl(5 80% 78%);
|
|
@@ -1102,11 +1116,14 @@
|
|
|
1102
1116
|
--color-yellow-900: hsl(47 100% 49%);
|
|
1103
1117
|
--color-green-100: hsl(134 51% 89%);
|
|
1104
1118
|
--color-green-500: hsl(136 53% 66%);
|
|
1119
|
+
--color-green-600: hsl(136 53% 60%);
|
|
1105
1120
|
--color-green-700: hsl(136 52% 55%);
|
|
1106
1121
|
--color-green-800: hsl(136 53% 49%);
|
|
1107
1122
|
--color-green-900: hsl(136 53% 43%);
|
|
1108
1123
|
--color-blue-50: oklch(0.97 0.014 254.604);
|
|
1109
1124
|
--color-blue-100: hsl(209 100% 90%);
|
|
1125
|
+
--color-blue-200: hsl(209 97% 85%);
|
|
1126
|
+
--color-blue-300: hsl(209 100% 80%);
|
|
1110
1127
|
--color-blue-400: hsl(209 100% 75%);
|
|
1111
1128
|
--color-blue-500: hsl(209 100% 70%);
|
|
1112
1129
|
--color-blue-600: hsl(209 100% 65%);
|
|
@@ -1168,6 +1185,18 @@
|
|
|
1168
1185
|
--animate-pulse: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
|
|
1169
1186
|
--default-transition-duration: 150ms;
|
|
1170
1187
|
--default-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
|
|
1188
|
+
--default-font-family: var(--font-sans);
|
|
1189
|
+
--default-font-feature-settings: var(--font-sans--font-feature-settings);
|
|
1190
|
+
--default-font-variation-settings: var(
|
|
1191
|
+
--font-sans--font-variation-settings
|
|
1192
|
+
);
|
|
1193
|
+
--default-mono-font-family: var(--font-mono);
|
|
1194
|
+
--default-mono-font-feature-settings: var(
|
|
1195
|
+
--font-mono--font-feature-settings
|
|
1196
|
+
);
|
|
1197
|
+
--default-mono-font-variation-settings: var(
|
|
1198
|
+
--font-mono--font-variation-settings
|
|
1199
|
+
);
|
|
1171
1200
|
--color-charcoal-300: hsl(221 17% 67%);
|
|
1172
1201
|
--color-charcoal-700: hsl(219 17% 34%);
|
|
1173
1202
|
--color-charcoal-800: hsl(221 17% 26%);
|
|
@@ -1193,11 +1222,14 @@
|
|
|
1193
1222
|
line-height: 1.5;
|
|
1194
1223
|
-webkit-text-size-adjust: 100%;
|
|
1195
1224
|
tab-size: 4;
|
|
1196
|
-
font-family:
|
|
1197
|
-
font-feature-settings:
|
|
1198
|
-
font-variation-settings:
|
|
1225
|
+
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" );
|
|
1226
|
+
font-feature-settings: var(--default-font-feature-settings, normal);
|
|
1227
|
+
font-variation-settings: var( --default-font-variation-settings, normal );
|
|
1199
1228
|
-webkit-tap-highlight-color: transparent;
|
|
1200
1229
|
}
|
|
1230
|
+
body {
|
|
1231
|
+
line-height: inherit;
|
|
1232
|
+
}
|
|
1201
1233
|
hr {
|
|
1202
1234
|
height: 0;
|
|
1203
1235
|
color: inherit;
|
|
@@ -1220,9 +1252,9 @@
|
|
|
1220
1252
|
font-weight: bolder;
|
|
1221
1253
|
}
|
|
1222
1254
|
code, kbd, samp, pre {
|
|
1223
|
-
font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
|
|
1224
|
-
font-feature-settings:
|
|
1225
|
-
font-variation-settings:
|
|
1255
|
+
font-family: var( --default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace );
|
|
1256
|
+
font-feature-settings: var( --default-mono-font-feature-settings, normal );
|
|
1257
|
+
font-variation-settings: var( --default-mono-font-variation-settings, normal );
|
|
1226
1258
|
font-size: 1em;
|
|
1227
1259
|
}
|
|
1228
1260
|
small {
|
|
@@ -1286,13 +1318,9 @@
|
|
|
1286
1318
|
}
|
|
1287
1319
|
::placeholder {
|
|
1288
1320
|
opacity: 1;
|
|
1289
|
-
|
|
1290
|
-
|
|
1291
|
-
|
|
1292
|
-
color: currentColor;
|
|
1293
|
-
@supports (color: color-mix(in lab, red, red)) {
|
|
1294
|
-
color: color-mix(in oklab, currentColor 50%, transparent);
|
|
1295
|
-
}
|
|
1321
|
+
color: currentColor;
|
|
1322
|
+
@supports (color: color-mix(in lab, red, red)) {
|
|
1323
|
+
color: color-mix(in oklab, currentColor 50%, transparent);
|
|
1296
1324
|
}
|
|
1297
1325
|
}
|
|
1298
1326
|
textarea {
|
|
@@ -1363,6 +1391,9 @@
|
|
|
1363
1391
|
.relative {
|
|
1364
1392
|
position: relative;
|
|
1365
1393
|
}
|
|
1394
|
+
.static {
|
|
1395
|
+
position: static;
|
|
1396
|
+
}
|
|
1366
1397
|
.sticky {
|
|
1367
1398
|
position: sticky;
|
|
1368
1399
|
}
|
|
@@ -1372,6 +1403,9 @@
|
|
|
1372
1403
|
.inset-8 {
|
|
1373
1404
|
inset: calc(var(--spacing) * 8);
|
|
1374
1405
|
}
|
|
1406
|
+
.inset-x-0 {
|
|
1407
|
+
inset-inline: calc(var(--spacing) * 0);
|
|
1408
|
+
}
|
|
1375
1409
|
.inset-y-0 {
|
|
1376
1410
|
inset-block: calc(var(--spacing) * 0);
|
|
1377
1411
|
}
|
|
@@ -1402,6 +1436,12 @@
|
|
|
1402
1436
|
.top-\[-2px\] {
|
|
1403
1437
|
top: -2px;
|
|
1404
1438
|
}
|
|
1439
|
+
.top-\[-11px\] {
|
|
1440
|
+
top: -11px;
|
|
1441
|
+
}
|
|
1442
|
+
.top-\[11px\] {
|
|
1443
|
+
top: 11px;
|
|
1444
|
+
}
|
|
1405
1445
|
.top-\[48px\] {
|
|
1406
1446
|
top: 48px;
|
|
1407
1447
|
}
|
|
@@ -1426,6 +1466,9 @@
|
|
|
1426
1466
|
.right-\[-2px\] {
|
|
1427
1467
|
right: -2px;
|
|
1428
1468
|
}
|
|
1469
|
+
.right-\[0px\] {
|
|
1470
|
+
right: 0px;
|
|
1471
|
+
}
|
|
1429
1472
|
.bottom-0 {
|
|
1430
1473
|
bottom: calc(var(--spacing) * 0);
|
|
1431
1474
|
}
|
|
@@ -1456,6 +1499,9 @@
|
|
|
1456
1499
|
.left-\[-2px\] {
|
|
1457
1500
|
left: -2px;
|
|
1458
1501
|
}
|
|
1502
|
+
.left-\[0px\] {
|
|
1503
|
+
left: 0px;
|
|
1504
|
+
}
|
|
1459
1505
|
.isolate {
|
|
1460
1506
|
isolation: isolate;
|
|
1461
1507
|
}
|
|
@@ -1465,9 +1511,15 @@
|
|
|
1465
1511
|
.z-10 {
|
|
1466
1512
|
z-index: 10;
|
|
1467
1513
|
}
|
|
1514
|
+
.z-40 {
|
|
1515
|
+
z-index: 40;
|
|
1516
|
+
}
|
|
1468
1517
|
.z-50 {
|
|
1469
1518
|
z-index: 50;
|
|
1470
1519
|
}
|
|
1520
|
+
.z-\[20\] {
|
|
1521
|
+
z-index: 20;
|
|
1522
|
+
}
|
|
1471
1523
|
.container {
|
|
1472
1524
|
width: 100%;
|
|
1473
1525
|
@media (width >= 40rem) {
|
|
@@ -1495,6 +1547,9 @@
|
|
|
1495
1547
|
.m-8 {
|
|
1496
1548
|
margin: calc(var(--spacing) * 8);
|
|
1497
1549
|
}
|
|
1550
|
+
.mx-0\.5 {
|
|
1551
|
+
margin-inline: calc(var(--spacing) * 0.5);
|
|
1552
|
+
}
|
|
1498
1553
|
.mx-1 {
|
|
1499
1554
|
margin-inline: calc(var(--spacing) * 1);
|
|
1500
1555
|
}
|
|
@@ -1558,6 +1613,9 @@
|
|
|
1558
1613
|
.mt-\[5px\] {
|
|
1559
1614
|
margin-top: 5px;
|
|
1560
1615
|
}
|
|
1616
|
+
.mt-\[11px\] {
|
|
1617
|
+
margin-top: 11px;
|
|
1618
|
+
}
|
|
1561
1619
|
.mt-\[14px\] {
|
|
1562
1620
|
margin-top: 14px;
|
|
1563
1621
|
}
|
|
@@ -1722,6 +1780,10 @@
|
|
|
1722
1780
|
width: calc(var(--spacing) * 10);
|
|
1723
1781
|
height: calc(var(--spacing) * 10);
|
|
1724
1782
|
}
|
|
1783
|
+
.size-\[3px\] {
|
|
1784
|
+
width: 3px;
|
|
1785
|
+
height: 3px;
|
|
1786
|
+
}
|
|
1725
1787
|
.size-\[18px\] {
|
|
1726
1788
|
width: 18px;
|
|
1727
1789
|
height: 18px;
|
|
@@ -1773,18 +1835,42 @@
|
|
|
1773
1835
|
.h-48 {
|
|
1774
1836
|
height: calc(var(--spacing) * 48);
|
|
1775
1837
|
}
|
|
1838
|
+
.h-\[1px\] {
|
|
1839
|
+
height: 1px;
|
|
1840
|
+
}
|
|
1841
|
+
.h-\[3px\] {
|
|
1842
|
+
height: 3px;
|
|
1843
|
+
}
|
|
1844
|
+
.h-\[6px\] {
|
|
1845
|
+
height: 6px;
|
|
1846
|
+
}
|
|
1847
|
+
.h-\[9px\] {
|
|
1848
|
+
height: 9px;
|
|
1849
|
+
}
|
|
1850
|
+
.h-\[12px\] {
|
|
1851
|
+
height: 12px;
|
|
1852
|
+
}
|
|
1853
|
+
.h-\[17px\] {
|
|
1854
|
+
height: 17px;
|
|
1855
|
+
}
|
|
1776
1856
|
.h-\[20px\] {
|
|
1777
1857
|
height: 20px;
|
|
1778
1858
|
}
|
|
1779
1859
|
.h-\[22px\] {
|
|
1780
1860
|
height: 22px;
|
|
1781
1861
|
}
|
|
1862
|
+
.h-\[25px\] {
|
|
1863
|
+
height: 25px;
|
|
1864
|
+
}
|
|
1782
1865
|
.h-\[28px\] {
|
|
1783
1866
|
height: 28px;
|
|
1784
1867
|
}
|
|
1785
1868
|
.h-\[34px\] {
|
|
1786
1869
|
height: 34px;
|
|
1787
1870
|
}
|
|
1871
|
+
.h-\[36px\] {
|
|
1872
|
+
height: 36px;
|
|
1873
|
+
}
|
|
1788
1874
|
.h-\[37px\] {
|
|
1789
1875
|
height: 37px;
|
|
1790
1876
|
}
|
|
@@ -1869,6 +1955,18 @@
|
|
|
1869
1955
|
.w-\(--radix-popover-trigger-width\) {
|
|
1870
1956
|
width: var(--radix-popover-trigger-width);
|
|
1871
1957
|
}
|
|
1958
|
+
.w-0\.5 {
|
|
1959
|
+
width: calc(var(--spacing) * 0.5);
|
|
1960
|
+
}
|
|
1961
|
+
.w-1 {
|
|
1962
|
+
width: calc(var(--spacing) * 1);
|
|
1963
|
+
}
|
|
1964
|
+
.w-1\.5 {
|
|
1965
|
+
width: calc(var(--spacing) * 1.5);
|
|
1966
|
+
}
|
|
1967
|
+
.w-2 {
|
|
1968
|
+
width: calc(var(--spacing) * 2);
|
|
1969
|
+
}
|
|
1872
1970
|
.w-4 {
|
|
1873
1971
|
width: calc(var(--spacing) * 4);
|
|
1874
1972
|
}
|
|
@@ -1911,6 +2009,9 @@
|
|
|
1911
2009
|
.w-\[--radix-popover-trigger-width\] {
|
|
1912
2010
|
width: --radix-popover-trigger-width;
|
|
1913
2011
|
}
|
|
2012
|
+
.w-\[6px\] {
|
|
2013
|
+
width: 6px;
|
|
2014
|
+
}
|
|
1914
2015
|
.w-\[10px\] {
|
|
1915
2016
|
width: 10px;
|
|
1916
2017
|
}
|
|
@@ -2184,6 +2285,9 @@
|
|
|
2184
2285
|
.items-center {
|
|
2185
2286
|
align-items: center;
|
|
2186
2287
|
}
|
|
2288
|
+
.items-end {
|
|
2289
|
+
align-items: flex-end;
|
|
2290
|
+
}
|
|
2187
2291
|
.items-start {
|
|
2188
2292
|
align-items: flex-start;
|
|
2189
2293
|
}
|
|
@@ -2316,6 +2420,9 @@
|
|
|
2316
2420
|
.rounded-3xl {
|
|
2317
2421
|
border-radius: var(--radius-3xl);
|
|
2318
2422
|
}
|
|
2423
|
+
.rounded-\[2px\] {
|
|
2424
|
+
border-radius: 2px;
|
|
2425
|
+
}
|
|
2319
2426
|
.rounded-\[4px\] {
|
|
2320
2427
|
border-radius: 4px;
|
|
2321
2428
|
}
|
|
@@ -2349,6 +2456,10 @@
|
|
|
2349
2456
|
border-top-left-radius: 0.25rem;
|
|
2350
2457
|
border-top-right-radius: 0.25rem;
|
|
2351
2458
|
}
|
|
2459
|
+
.rounded-t-full {
|
|
2460
|
+
border-top-left-radius: calc(infinity * 1px);
|
|
2461
|
+
border-top-right-radius: calc(infinity * 1px);
|
|
2462
|
+
}
|
|
2352
2463
|
.rounded-t-md {
|
|
2353
2464
|
border-top-left-radius: var(--radius-md);
|
|
2354
2465
|
border-top-right-radius: var(--radius-md);
|
|
@@ -2365,6 +2476,9 @@
|
|
|
2365
2476
|
border-top-left-radius: 0;
|
|
2366
2477
|
border-bottom-left-radius: 0;
|
|
2367
2478
|
}
|
|
2479
|
+
.rounded-tl-md {
|
|
2480
|
+
border-top-left-radius: var(--radius-md);
|
|
2481
|
+
}
|
|
2368
2482
|
.rounded-r-md {
|
|
2369
2483
|
border-top-right-radius: var(--radius-md);
|
|
2370
2484
|
border-bottom-right-radius: var(--radius-md);
|
|
@@ -2373,6 +2487,13 @@
|
|
|
2373
2487
|
border-top-right-radius: 0;
|
|
2374
2488
|
border-bottom-right-radius: 0;
|
|
2375
2489
|
}
|
|
2490
|
+
.rounded-tr-md {
|
|
2491
|
+
border-top-right-radius: var(--radius-md);
|
|
2492
|
+
}
|
|
2493
|
+
.rounded-b-full {
|
|
2494
|
+
border-bottom-right-radius: calc(infinity * 1px);
|
|
2495
|
+
border-bottom-left-radius: calc(infinity * 1px);
|
|
2496
|
+
}
|
|
2376
2497
|
.border {
|
|
2377
2498
|
border-style: var(--tw-border-style);
|
|
2378
2499
|
border-width: 1px;
|
|
@@ -2518,6 +2639,12 @@
|
|
|
2518
2639
|
.bg-blue-100 {
|
|
2519
2640
|
background-color: var(--color-blue-100);
|
|
2520
2641
|
}
|
|
2642
|
+
.bg-blue-200 {
|
|
2643
|
+
background-color: var(--color-blue-200);
|
|
2644
|
+
}
|
|
2645
|
+
.bg-blue-300 {
|
|
2646
|
+
background-color: var(--color-blue-300);
|
|
2647
|
+
}
|
|
2521
2648
|
.bg-blue-500 {
|
|
2522
2649
|
background-color: var(--color-blue-500);
|
|
2523
2650
|
}
|
|
@@ -2557,6 +2684,15 @@
|
|
|
2557
2684
|
.bg-green-500 {
|
|
2558
2685
|
background-color: var(--color-green-500);
|
|
2559
2686
|
}
|
|
2687
|
+
.bg-green-600 {
|
|
2688
|
+
background-color: var(--color-green-600);
|
|
2689
|
+
}
|
|
2690
|
+
.bg-green-600\/30 {
|
|
2691
|
+
background-color: color-mix(in srgb, oklch(0.627 0.194 149.214) 30%, transparent);
|
|
2692
|
+
@supports (color: color-mix(in lab, red, red)) {
|
|
2693
|
+
background-color: color-mix(in oklab, var(--color-green-600) 30%, transparent);
|
|
2694
|
+
}
|
|
2695
|
+
}
|
|
2560
2696
|
.bg-green-900 {
|
|
2561
2697
|
background-color: var(--color-green-900);
|
|
2562
2698
|
}
|
|
@@ -2572,6 +2708,12 @@
|
|
|
2572
2708
|
.bg-red-600 {
|
|
2573
2709
|
background-color: var(--color-red-600);
|
|
2574
2710
|
}
|
|
2711
|
+
.bg-red-600\/30 {
|
|
2712
|
+
background-color: color-mix(in srgb, oklch(0.577 0.245 27.325) 30%, transparent);
|
|
2713
|
+
@supports (color: color-mix(in lab, red, red)) {
|
|
2714
|
+
background-color: color-mix(in oklab, var(--color-red-600) 30%, transparent);
|
|
2715
|
+
}
|
|
2716
|
+
}
|
|
2575
2717
|
.bg-red-900 {
|
|
2576
2718
|
background-color: var(--color-red-900);
|
|
2577
2719
|
}
|
|
@@ -3812,6 +3954,13 @@
|
|
|
3812
3954
|
}
|
|
3813
3955
|
}
|
|
3814
3956
|
}
|
|
3957
|
+
.hover\:bg-blue-300 {
|
|
3958
|
+
&:hover {
|
|
3959
|
+
@media (hover: hover) {
|
|
3960
|
+
background-color: var(--color-blue-300);
|
|
3961
|
+
}
|
|
3962
|
+
}
|
|
3963
|
+
}
|
|
3815
3964
|
.hover\:bg-gray-50 {
|
|
3816
3965
|
&:hover {
|
|
3817
3966
|
@media (hover: hover) {
|
|
@@ -5418,6 +5567,13 @@
|
|
|
5418
5567
|
}
|
|
5419
5568
|
}
|
|
5420
5569
|
}
|
|
5570
|
+
.\[\&\>span\]\:truncate {
|
|
5571
|
+
&>span {
|
|
5572
|
+
overflow: hidden;
|
|
5573
|
+
text-overflow: ellipsis;
|
|
5574
|
+
white-space: nowrap;
|
|
5575
|
+
}
|
|
5576
|
+
}
|
|
5421
5577
|
.\[\&\>svg\]\:size-4 {
|
|
5422
5578
|
&>svg {
|
|
5423
5579
|
width: calc(var(--spacing) * 4);
|
|
@@ -5477,6 +5633,9 @@ input[type="number"] {
|
|
|
5477
5633
|
h1, h2, h3, h4, h5, h6, p {
|
|
5478
5634
|
color: var(--color-gray-900);
|
|
5479
5635
|
}
|
|
5636
|
+
button {
|
|
5637
|
+
cursor: pointer;
|
|
5638
|
+
}
|
|
5480
5639
|
}
|
|
5481
5640
|
@layer base {
|
|
5482
5641
|
* {
|