simvyn 1.0.2 → 1.0.3
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/README.md +8 -3
- package/dist/dashboard/assets/{index-CVvHSzZD.css → index-DJAZnP1I.css} +109 -0
- package/dist/dashboard/assets/{index-CDbr1wGz.js → index-Du0XWZXh.js} +444 -78
- package/dist/dashboard/assets/index-Du0XWZXh.js.map +1 -0
- package/dist/dashboard/index.html +20 -9
- package/dist/index.js +399 -412
- package/package.json +1 -1
- package/dist/dashboard/assets/index-CDbr1wGz.js.map +0 -1
package/README.md
CHANGED
|
@@ -17,6 +17,10 @@
|
|
|
17
17
|
<img src="https://raw.githubusercontent.com/pranshuchittora/simvyn/main/assets/banner.png" alt="simvyn dashboard" />
|
|
18
18
|
</p>
|
|
19
19
|
|
|
20
|
+
<p align="center">
|
|
21
|
+
<img src="https://raw.githubusercontent.com/pranshuchittora/simvyn/main/assets/demo.gif" alt="simvyn demo" />
|
|
22
|
+
</p>
|
|
23
|
+
|
|
20
24
|
## Quick Start
|
|
21
25
|
|
|
22
26
|
```bash
|
|
@@ -40,6 +44,7 @@ npx simvyn
|
|
|
40
44
|
```
|
|
41
45
|
|
|
42
46
|
**Requirements:**
|
|
47
|
+
|
|
43
48
|
- Node.js >= 22.12.0
|
|
44
49
|
- macOS (full iOS + Android support) or Linux (Android only)
|
|
45
50
|
|
|
@@ -80,9 +85,9 @@ simvyn wraps `xcrun simctl` (iOS) and `adb` (Android) behind a unified interface
|
|
|
80
85
|
## Supported Platforms
|
|
81
86
|
|
|
82
87
|
| Platform | iOS Simulators | Android Emulators | Android Devices |
|
|
83
|
-
|
|
84
|
-
| macOS | Yes
|
|
85
|
-
| Linux | No
|
|
88
|
+
| -------- | -------------- | ----------------- | --------------- |
|
|
89
|
+
| macOS | Yes | Yes | Yes |
|
|
90
|
+
| Linux | No | Yes | Yes |
|
|
86
91
|
|
|
87
92
|
## License
|
|
88
93
|
|
|
@@ -75,6 +75,7 @@
|
|
|
75
75
|
--color-green-500: oklch(72.3% .219 149.579);
|
|
76
76
|
--color-cyan-400: oklch(78.9% .154 211.53);
|
|
77
77
|
--color-cyan-500: oklch(71.5% .143 215.221);
|
|
78
|
+
--color-blue-400: oklch(70.7% .165 254.624);
|
|
78
79
|
--color-purple-400: oklch(71.4% .203 305.504);
|
|
79
80
|
--color-purple-500: oklch(62.7% .265 303.9);
|
|
80
81
|
--color-pink-400: oklch(71.8% .202 349.761);
|
|
@@ -605,6 +606,10 @@
|
|
|
605
606
|
height: calc(var(--spacing) * 7);
|
|
606
607
|
}
|
|
607
608
|
|
|
609
|
+
.h-10 {
|
|
610
|
+
height: calc(var(--spacing) * 10);
|
|
611
|
+
}
|
|
612
|
+
|
|
608
613
|
.h-12 {
|
|
609
614
|
height: calc(var(--spacing) * 12);
|
|
610
615
|
}
|
|
@@ -629,10 +634,18 @@
|
|
|
629
634
|
height: 100vh;
|
|
630
635
|
}
|
|
631
636
|
|
|
637
|
+
.max-h-48 {
|
|
638
|
+
max-height: calc(var(--spacing) * 48);
|
|
639
|
+
}
|
|
640
|
+
|
|
632
641
|
.max-h-\[70vh\] {
|
|
633
642
|
max-height: 70vh;
|
|
634
643
|
}
|
|
635
644
|
|
|
645
|
+
.max-h-full {
|
|
646
|
+
max-height: 100%;
|
|
647
|
+
}
|
|
648
|
+
|
|
636
649
|
.min-h-0 {
|
|
637
650
|
min-height: calc(var(--spacing) * 0);
|
|
638
651
|
}
|
|
@@ -685,6 +698,10 @@
|
|
|
685
698
|
width: calc(var(--spacing) * 9);
|
|
686
699
|
}
|
|
687
700
|
|
|
701
|
+
.w-10 {
|
|
702
|
+
width: calc(var(--spacing) * 10);
|
|
703
|
+
}
|
|
704
|
+
|
|
688
705
|
.w-16 {
|
|
689
706
|
width: calc(var(--spacing) * 16);
|
|
690
707
|
}
|
|
@@ -822,6 +839,10 @@
|
|
|
822
839
|
grid-template-columns: repeat(2, minmax(0, 1fr));
|
|
823
840
|
}
|
|
824
841
|
|
|
842
|
+
.grid-cols-\[auto_1fr\] {
|
|
843
|
+
grid-template-columns: auto 1fr;
|
|
844
|
+
}
|
|
845
|
+
|
|
825
846
|
.flex-col {
|
|
826
847
|
flex-direction: column;
|
|
827
848
|
}
|
|
@@ -910,6 +931,20 @@
|
|
|
910
931
|
margin-block-end: calc(calc(var(--spacing) * 6) * calc(1 - var(--tw-space-y-reverse)));
|
|
911
932
|
}
|
|
912
933
|
|
|
934
|
+
:where(.space-y-px > :not(:last-child)) {
|
|
935
|
+
--tw-space-y-reverse: 0;
|
|
936
|
+
margin-block-start: calc(1px * var(--tw-space-y-reverse));
|
|
937
|
+
margin-block-end: calc(1px * calc(1 - var(--tw-space-y-reverse)));
|
|
938
|
+
}
|
|
939
|
+
|
|
940
|
+
.gap-x-4 {
|
|
941
|
+
column-gap: calc(var(--spacing) * 4);
|
|
942
|
+
}
|
|
943
|
+
|
|
944
|
+
.gap-y-1 {
|
|
945
|
+
row-gap: calc(var(--spacing) * 1);
|
|
946
|
+
}
|
|
947
|
+
|
|
913
948
|
:where(.divide-y > :not(:last-child)) {
|
|
914
949
|
--tw-divide-y-reverse: 0;
|
|
915
950
|
border-bottom-style: var(--tw-border-style);
|
|
@@ -1274,6 +1309,16 @@
|
|
|
1274
1309
|
}
|
|
1275
1310
|
}
|
|
1276
1311
|
|
|
1312
|
+
.bg-black\/20 {
|
|
1313
|
+
background-color: #0003;
|
|
1314
|
+
}
|
|
1315
|
+
|
|
1316
|
+
@supports (color: color-mix(in lab, red, red)) {
|
|
1317
|
+
.bg-black\/20 {
|
|
1318
|
+
background-color: color-mix(in oklab, var(--color-black) 20%, transparent);
|
|
1319
|
+
}
|
|
1320
|
+
}
|
|
1321
|
+
|
|
1277
1322
|
.bg-cyan-500\/15 {
|
|
1278
1323
|
background-color: #00b7d726;
|
|
1279
1324
|
}
|
|
@@ -1332,6 +1377,10 @@
|
|
|
1332
1377
|
}
|
|
1333
1378
|
}
|
|
1334
1379
|
|
|
1380
|
+
.bg-text-muted {
|
|
1381
|
+
background-color: var(--color-text-muted);
|
|
1382
|
+
}
|
|
1383
|
+
|
|
1335
1384
|
.bg-text-muted\/50 {
|
|
1336
1385
|
background-color: #54555880;
|
|
1337
1386
|
}
|
|
@@ -1360,6 +1409,26 @@
|
|
|
1360
1409
|
}
|
|
1361
1410
|
}
|
|
1362
1411
|
|
|
1412
|
+
.bg-white\/\[0\.02\] {
|
|
1413
|
+
background-color: #ffffff05;
|
|
1414
|
+
}
|
|
1415
|
+
|
|
1416
|
+
@supports (color: color-mix(in lab, red, red)) {
|
|
1417
|
+
.bg-white\/\[0\.02\] {
|
|
1418
|
+
background-color: color-mix(in oklab, var(--color-white) 2%, transparent);
|
|
1419
|
+
}
|
|
1420
|
+
}
|
|
1421
|
+
|
|
1422
|
+
.bg-white\/\[0\.03\] {
|
|
1423
|
+
background-color: #ffffff08;
|
|
1424
|
+
}
|
|
1425
|
+
|
|
1426
|
+
@supports (color: color-mix(in lab, red, red)) {
|
|
1427
|
+
.bg-white\/\[0\.03\] {
|
|
1428
|
+
background-color: color-mix(in oklab, var(--color-white) 3%, transparent);
|
|
1429
|
+
}
|
|
1430
|
+
}
|
|
1431
|
+
|
|
1363
1432
|
.object-cover {
|
|
1364
1433
|
object-fit: cover;
|
|
1365
1434
|
}
|
|
@@ -1464,6 +1533,10 @@
|
|
|
1464
1533
|
padding-top: calc(var(--spacing) * 2);
|
|
1465
1534
|
}
|
|
1466
1535
|
|
|
1536
|
+
.pt-3 {
|
|
1537
|
+
padding-top: calc(var(--spacing) * 3);
|
|
1538
|
+
}
|
|
1539
|
+
|
|
1467
1540
|
.pr-1 {
|
|
1468
1541
|
padding-right: calc(var(--spacing) * 1);
|
|
1469
1542
|
}
|
|
@@ -1472,6 +1545,10 @@
|
|
|
1472
1545
|
padding-bottom: calc(var(--spacing) * 1);
|
|
1473
1546
|
}
|
|
1474
1547
|
|
|
1548
|
+
.pb-4 {
|
|
1549
|
+
padding-bottom: calc(var(--spacing) * 4);
|
|
1550
|
+
}
|
|
1551
|
+
|
|
1475
1552
|
.pb-6 {
|
|
1476
1553
|
padding-bottom: calc(var(--spacing) * 6);
|
|
1477
1554
|
}
|
|
@@ -1588,6 +1665,10 @@
|
|
|
1588
1665
|
color: var(--color-amber-400);
|
|
1589
1666
|
}
|
|
1590
1667
|
|
|
1668
|
+
.text-blue-400 {
|
|
1669
|
+
color: var(--color-blue-400);
|
|
1670
|
+
}
|
|
1671
|
+
|
|
1591
1672
|
.text-cyan-400 {
|
|
1592
1673
|
color: var(--color-cyan-400);
|
|
1593
1674
|
}
|
|
@@ -1675,6 +1756,10 @@
|
|
|
1675
1756
|
opacity: 0;
|
|
1676
1757
|
}
|
|
1677
1758
|
|
|
1759
|
+
.opacity-50 {
|
|
1760
|
+
opacity: .5;
|
|
1761
|
+
}
|
|
1762
|
+
|
|
1678
1763
|
.shadow-xl {
|
|
1679
1764
|
--tw-shadow: 0 20px 25px -5px var(--tw-shadow-color, #0000001a), 0 8px 10px -6px var(--tw-shadow-color, #0000001a);
|
|
1680
1765
|
box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
|
|
@@ -2256,6 +2341,30 @@ body {
|
|
|
2256
2341
|
font-size: .875rem;
|
|
2257
2342
|
}
|
|
2258
2343
|
|
|
2344
|
+
.glass-star-button {
|
|
2345
|
+
-webkit-backdrop-filter: blur(12px) saturate(1.3);
|
|
2346
|
+
color: var(--color-text-muted);
|
|
2347
|
+
cursor: pointer;
|
|
2348
|
+
background: #ffffff0f;
|
|
2349
|
+
border: 1px solid #ffffff14;
|
|
2350
|
+
border-radius: 8px;
|
|
2351
|
+
align-items: center;
|
|
2352
|
+
gap: 5px;
|
|
2353
|
+
padding: 4px 10px;
|
|
2354
|
+
font-family: inherit;
|
|
2355
|
+
font-size: .6875rem;
|
|
2356
|
+
text-decoration: none;
|
|
2357
|
+
transition: background .15s, color .15s, border-color .15s, box-shadow .15s;
|
|
2358
|
+
display: flex;
|
|
2359
|
+
}
|
|
2360
|
+
|
|
2361
|
+
.glass-star-button:hover {
|
|
2362
|
+
color: #ffd246f2;
|
|
2363
|
+
background: #ffc8321a;
|
|
2364
|
+
border-color: #ffc83240;
|
|
2365
|
+
box-shadow: 0 0 12px #ffc83214, inset 0 .5px #ffc8321a;
|
|
2366
|
+
}
|
|
2367
|
+
|
|
2259
2368
|
.cmdk-hint {
|
|
2260
2369
|
color: var(--color-text-muted);
|
|
2261
2370
|
cursor: pointer;
|