@viberaven/cli 0.1.0-beta.3 → 0.1.0-beta.6
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/AGENTS.md +9 -17
- package/README.md +16 -20
- package/assets/report/assets/provider-authjs.svg +5 -5
- package/assets/report/assets/provider-aws.svg +5 -5
- package/assets/report/assets/provider-logrocket.svg +4 -4
- package/assets/report/assets/viberaven-logo.png +0 -0
- package/assets/report/report-cli.css +248 -228
- package/assets/report/station.css +238 -3
- package/dist/cli.js +5507 -2337
- package/dist/cli.js.map +4 -4
- package/dist/playbooks/_stack-default.json +11 -0
- package/dist/playbooks/auth-supabase.json +31 -0
- package/dist/playbooks/stripe.json +60 -0
- package/dist/playbooks/supabase.json +51 -0
- package/dist/playbooks/vercel.json +42 -0
- package/dist/report/assets/provider-authjs.svg +5 -5
- package/dist/report/assets/provider-aws.svg +5 -5
- package/dist/report/assets/provider-logrocket.svg +4 -4
- package/dist/report/assets/viberaven-logo.png +0 -0
- package/dist/report/report-cli.css +248 -228
- package/dist/report/station.css +238 -3
- package/package.json +4 -1
- package/playbooks/_stack-default.json +11 -0
- package/playbooks/auth-supabase.json +31 -0
- package/playbooks/stripe.json +60 -0
- package/playbooks/supabase.json +51 -0
- package/playbooks/vercel.json +42 -0
- package/templates/AGENTS.snippet.md +7 -20
|
@@ -31,65 +31,47 @@ html.cli-mission-report body.station-results-active .studio-shell {
|
|
|
31
31
|
}
|
|
32
32
|
|
|
33
33
|
html.cli-mission-report body.station-results-active .studio-top-rail {
|
|
34
|
-
|
|
35
|
-
z-index: 12;
|
|
36
|
-
top: 18px;
|
|
37
|
-
left: 28px;
|
|
38
|
-
width: max-content;
|
|
39
|
-
min-height: 42px;
|
|
40
|
-
display: inline-flex;
|
|
34
|
+
display: flex;
|
|
41
35
|
align-items: center;
|
|
42
|
-
justify-content: flex-start;
|
|
43
36
|
gap: 10px;
|
|
44
|
-
|
|
45
|
-
|
|
37
|
+
min-height: 44px;
|
|
38
|
+
margin: 0 -4px 8px;
|
|
39
|
+
padding: 10px 14px;
|
|
46
40
|
border: 0;
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
41
|
+
border-bottom: 1px solid rgba(255, 255, 255, 0.1);
|
|
42
|
+
border-radius: 0.35rem 0.35rem 0 0;
|
|
43
|
+
background: #111111;
|
|
44
|
+
color: #fffdf7;
|
|
51
45
|
}
|
|
52
46
|
|
|
53
47
|
html.cli-mission-report body.station-results-active .studio-top-rail__logo {
|
|
54
48
|
display: block;
|
|
55
|
-
width:
|
|
56
|
-
height:
|
|
49
|
+
width: 32px;
|
|
50
|
+
height: 32px;
|
|
57
51
|
object-fit: contain;
|
|
58
|
-
filter: drop-shadow(0 6px 10px rgba(17, 24, 39, 0.14));
|
|
59
52
|
}
|
|
60
53
|
|
|
61
|
-
html.cli-mission-report body.station-results-active .studio-top-rail__brand
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
text-transform: uppercase;
|
|
54
|
+
html.cli-mission-report body.station-results-active .studio-top-rail__brand,
|
|
55
|
+
html.cli-mission-report body.station-results-active .studio-top-rail__brand span {
|
|
56
|
+
color: #fffdf7;
|
|
57
|
+
font-size: 12px;
|
|
58
|
+
font-weight: 900;
|
|
59
|
+
letter-spacing: 0.22em;
|
|
60
|
+
text-shadow: none;
|
|
69
61
|
}
|
|
70
62
|
|
|
71
63
|
html.cli-mission-report body.station-results-active .studio-top-rail__brand::before {
|
|
72
64
|
content: none;
|
|
73
65
|
}
|
|
74
66
|
|
|
75
|
-
html.cli-mission-report body.station-results-active .studio-top-
|
|
76
|
-
|
|
77
|
-
color:
|
|
78
|
-
font-family: var(--font-mono);
|
|
79
|
-
font-size: 13px;
|
|
80
|
-
font-weight: 950;
|
|
81
|
-
letter-spacing: 0.32em;
|
|
82
|
-
line-height: 1;
|
|
83
|
-
}
|
|
84
|
-
|
|
85
|
-
html.cli-mission-report body.station-results-active .studio-top-rail__label {
|
|
86
|
-
display: block;
|
|
87
|
-
color: rgba(17, 24, 39, 0.56);
|
|
67
|
+
html.cli-mission-report body.station-results-active .studio-top-rail__build {
|
|
68
|
+
margin-left: auto;
|
|
69
|
+
color: rgba(255, 253, 247, 0.62);
|
|
88
70
|
font-family: var(--font-mono);
|
|
89
|
-
font-size:
|
|
90
|
-
font-weight:
|
|
91
|
-
letter-spacing: 0.
|
|
92
|
-
|
|
71
|
+
font-size: 10px;
|
|
72
|
+
font-weight: 700;
|
|
73
|
+
letter-spacing: 0.04em;
|
|
74
|
+
text-transform: uppercase;
|
|
93
75
|
}
|
|
94
76
|
|
|
95
77
|
html.cli-mission-report body.station-results-active .studio-workspace {
|
|
@@ -158,16 +140,12 @@ html.cli-mission-report body.station-results-active .studio-core-group .studio-c
|
|
|
158
140
|
box-shadow: 0 12px 28px rgba(17, 17, 17, 0.07);
|
|
159
141
|
}
|
|
160
142
|
|
|
161
|
-
html.cli-mission-report body.station-results-active .studio-core-
|
|
162
|
-
|
|
143
|
+
html.cli-mission-report body.station-results-active .studio-core-node__mark {
|
|
144
|
+
display: block;
|
|
163
145
|
width: 92px;
|
|
164
146
|
height: 92px;
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
}
|
|
168
|
-
|
|
169
|
-
html.cli-mission-report body.station-results-active .studio-core-node span {
|
|
170
|
-
display: none;
|
|
147
|
+
margin: 0;
|
|
148
|
+
object-fit: contain;
|
|
171
149
|
}
|
|
172
150
|
|
|
173
151
|
html.cli-mission-report body.station-results-active .studio-core-node strong {
|
|
@@ -243,14 +221,6 @@ html.cli-mission-report body.station-results-active .studio-node__logo:not(.prov
|
|
|
243
221
|
height: 72%;
|
|
244
222
|
}
|
|
245
223
|
|
|
246
|
-
html.cli-mission-report body.station-results-active .studio-node__logo:not([class*="provider-logo--"]) {
|
|
247
|
-
color: rgba(17, 24, 39, 0.42);
|
|
248
|
-
}
|
|
249
|
-
|
|
250
|
-
html.cli-mission-report body.station-results-active .studio-node__logo:not([class*="provider-logo--"]) svg path {
|
|
251
|
-
fill: currentColor;
|
|
252
|
-
}
|
|
253
|
-
|
|
254
224
|
html.cli-mission-report body.station-results-active .provider-logo svg,
|
|
255
225
|
html.cli-mission-report body.station-results-active .studio-choice-tile__icon svg,
|
|
256
226
|
html.cli-mission-report body.station-results-active .studio-node__logo svg {
|
|
@@ -282,10 +252,10 @@ html.cli-mission-report body.station-results-active .studio-choice-tile__icon:no
|
|
|
282
252
|
}
|
|
283
253
|
|
|
284
254
|
html.cli-mission-report body.station-results-active .studio-choice-tile__icon.provider-logo--brand {
|
|
285
|
-
border:
|
|
286
|
-
background:
|
|
255
|
+
border: none;
|
|
256
|
+
background: transparent !important;
|
|
287
257
|
box-shadow: none !important;
|
|
288
|
-
color:
|
|
258
|
+
color: inherit;
|
|
289
259
|
}
|
|
290
260
|
|
|
291
261
|
html.cli-mission-report body.station-results-active .studio-node__logo.provider-logo--brand {
|
|
@@ -296,8 +266,8 @@ html.cli-mission-report body.station-results-active .studio-node__logo.provider-
|
|
|
296
266
|
}
|
|
297
267
|
|
|
298
268
|
html.cli-mission-report body.station-results-active .provider-logo--brand:not(.provider-logo--authjs) svg {
|
|
299
|
-
width:
|
|
300
|
-
height:
|
|
269
|
+
width: 100%;
|
|
270
|
+
height: 100%;
|
|
301
271
|
display: block;
|
|
302
272
|
}
|
|
303
273
|
|
|
@@ -317,8 +287,8 @@ html.cli-mission-report body.station-results-active .provider-logo__img {
|
|
|
317
287
|
}
|
|
318
288
|
|
|
319
289
|
html.cli-mission-report body.station-results-active .studio-choice-tile__icon.provider-logo .provider-logo__img {
|
|
320
|
-
width:
|
|
321
|
-
height:
|
|
290
|
+
width: 100%;
|
|
291
|
+
height: 100%;
|
|
322
292
|
}
|
|
323
293
|
|
|
324
294
|
html.cli-mission-report body.station-results-active .studio-node__logo .provider-logo__img {
|
|
@@ -487,8 +457,6 @@ html.cli-mission-report body.station-results-active .studio-choice-list {
|
|
|
487
457
|
}
|
|
488
458
|
|
|
489
459
|
html.cli-mission-report body.station-results-active .studio-choice-tile {
|
|
490
|
-
appearance: none;
|
|
491
|
-
width: 100%;
|
|
492
460
|
grid-template-columns: 44px minmax(0, 1fr);
|
|
493
461
|
gap: 3px 12px;
|
|
494
462
|
padding: 12px 14px;
|
|
@@ -496,10 +464,7 @@ html.cli-mission-report body.station-results-active .studio-choice-tile {
|
|
|
496
464
|
border-radius: 14px;
|
|
497
465
|
background: #ffffff;
|
|
498
466
|
color: #111111;
|
|
499
|
-
cursor: pointer;
|
|
500
|
-
font: inherit;
|
|
501
467
|
box-shadow: none;
|
|
502
|
-
text-align: left;
|
|
503
468
|
}
|
|
504
469
|
|
|
505
470
|
html.cli-mission-report body.station-results-active .studio-choice-tile:hover,
|
|
@@ -814,55 +779,19 @@ html.cli-mission-report body.station-results-active .studio-setup-actions {
|
|
|
814
779
|
}
|
|
815
780
|
|
|
816
781
|
html.cli-mission-report body.station-results-active .studio-setup-actions__head {
|
|
817
|
-
|
|
818
|
-
display: grid;
|
|
819
|
-
grid-template-columns: 34px minmax(0, 1fr);
|
|
820
|
-
align-items: center;
|
|
821
|
-
gap: 10px;
|
|
822
|
-
margin-bottom: 6px;
|
|
823
|
-
}
|
|
824
|
-
|
|
825
|
-
html.cli-mission-report body.station-results-active .studio-setup-actions__logo {
|
|
826
|
-
display: inline-grid;
|
|
827
|
-
place-items: center;
|
|
828
|
-
width: 32px;
|
|
829
|
-
height: 32px;
|
|
830
|
-
min-width: 32px;
|
|
831
|
-
min-height: 32px;
|
|
832
|
-
border: 1px solid rgba(17, 17, 17, 0.2);
|
|
833
|
-
border-radius: 0;
|
|
834
|
-
background: #ffffff;
|
|
835
|
-
color: var(--provider-color, #111111);
|
|
836
|
-
}
|
|
837
|
-
|
|
838
|
-
html.cli-mission-report body.station-results-active .studio-setup-actions__logo svg,
|
|
839
|
-
html.cli-mission-report body.station-results-active .studio-setup-actions__logo .provider-logo__img {
|
|
840
|
-
width: 82%;
|
|
841
|
-
height: 82%;
|
|
842
|
-
max-width: 82%;
|
|
843
|
-
max-height: 82%;
|
|
844
|
-
object-fit: contain;
|
|
845
|
-
}
|
|
846
|
-
|
|
847
|
-
html.cli-mission-report body.station-results-active .studio-setup-actions__title {
|
|
848
|
-
min-width: 0;
|
|
849
|
-
display: grid;
|
|
850
|
-
grid-template-columns: minmax(0, 1fr) auto;
|
|
782
|
+
display: flex;
|
|
851
783
|
align-items: center;
|
|
784
|
+
justify-content: space-between;
|
|
852
785
|
gap: 8px;
|
|
786
|
+
margin-bottom: 6px;
|
|
853
787
|
}
|
|
854
788
|
|
|
855
789
|
html.cli-mission-report body.station-results-active .studio-setup-actions__head strong {
|
|
856
|
-
min-width: 0;
|
|
857
|
-
overflow: hidden;
|
|
858
790
|
color: #111111;
|
|
859
791
|
font-size: 12px;
|
|
860
|
-
line-height: 1.15;
|
|
861
|
-
text-overflow: ellipsis;
|
|
862
|
-
white-space: nowrap;
|
|
863
792
|
}
|
|
864
793
|
|
|
865
|
-
html.cli-mission-report body.station-results-active .studio-setup-
|
|
794
|
+
html.cli-mission-report body.station-results-active .studio-setup-actions__head span {
|
|
866
795
|
color: rgba(17, 17, 17, 0.5);
|
|
867
796
|
font-size: 10px;
|
|
868
797
|
font-weight: 800;
|
|
@@ -1060,6 +989,32 @@ html.cli-mission-report body.station-results-active .studio-provider-readiness__
|
|
|
1060
989
|
line-height: 1.35;
|
|
1061
990
|
}
|
|
1062
991
|
|
|
992
|
+
.studio-sidebar-contract__generic-evidence {
|
|
993
|
+
display: grid;
|
|
994
|
+
gap: 8px;
|
|
995
|
+
min-width: 0;
|
|
996
|
+
padding: 10px;
|
|
997
|
+
border: 1px solid rgba(17, 24, 39, 0.12);
|
|
998
|
+
border-radius: 8px;
|
|
999
|
+
background: rgba(255, 255, 255, 0.76);
|
|
1000
|
+
}
|
|
1001
|
+
|
|
1002
|
+
.studio-sidebar-contract__generic-evidence h4,
|
|
1003
|
+
.studio-sidebar-contract__generic-evidence p {
|
|
1004
|
+
margin: 0;
|
|
1005
|
+
}
|
|
1006
|
+
|
|
1007
|
+
.studio-sidebar-contract__generic-evidence p {
|
|
1008
|
+
color: rgba(17, 24, 39, 0.68);
|
|
1009
|
+
}
|
|
1010
|
+
|
|
1011
|
+
.studio-sidebar-contract__generic-evidence ul {
|
|
1012
|
+
display: grid;
|
|
1013
|
+
gap: 6px;
|
|
1014
|
+
margin: 0;
|
|
1015
|
+
padding-left: 18px;
|
|
1016
|
+
}
|
|
1017
|
+
|
|
1063
1018
|
/* Light report: sidebar tiles stay flat white; map nodes use provider-tinted wells */
|
|
1064
1019
|
html.cli-mission-report body.station-results-active .studio-choice-tile__icon.provider-logo {
|
|
1065
1020
|
background: #ffffff !important;
|
|
@@ -1273,174 +1228,239 @@ html.cli-mission-report body.station-results-active .studio-node__logo.provider-
|
|
|
1273
1228
|
color: #fc6d26;
|
|
1274
1229
|
}
|
|
1275
1230
|
|
|
1276
|
-
|
|
1277
|
-
|
|
1278
|
-
|
|
1279
|
-
|
|
1280
|
-
|
|
1281
|
-
--provider-color: #00c7b7;
|
|
1282
|
-
color: #00c7b7;
|
|
1231
|
+
html.cli-mission-report body.station-results-active .station-account-strip .account-bar {
|
|
1232
|
+
border: 1px solid rgba(17, 17, 17, 0.12);
|
|
1233
|
+
border-radius: 999px;
|
|
1234
|
+
background: rgba(255, 253, 247, 0.95);
|
|
1235
|
+
box-shadow: 0 8px 24px rgba(17, 17, 17, 0.06);
|
|
1283
1236
|
}
|
|
1284
1237
|
|
|
1285
|
-
html.cli-mission-report body.station-results-active .
|
|
1286
|
-
html.cli-mission-report body.station-results-active .
|
|
1287
|
-
|
|
1288
|
-
|
|
1289
|
-
--provider-color: #ff3e00;
|
|
1290
|
-
color: #ff3e00;
|
|
1238
|
+
html.cli-mission-report body.station-results-active .station-account-strip .account-bar__email,
|
|
1239
|
+
html.cli-mission-report body.station-results-active .station-account-strip .account-bar__meta {
|
|
1240
|
+
color: #111111;
|
|
1241
|
+
text-shadow: none;
|
|
1291
1242
|
}
|
|
1292
1243
|
|
|
1293
|
-
html.cli-mission-report body.station-results-active .
|
|
1294
|
-
|
|
1295
|
-
|
|
1296
|
-
|
|
1297
|
-
|
|
1298
|
-
|
|
1299
|
-
|
|
1300
|
-
|
|
1301
|
-
|
|
1302
|
-
html.cli-mission-report body.station-results-active .studio-choice-tile__icon.provider-logo--auth0,
|
|
1303
|
-
html.cli-mission-report body.station-results-active .studio-sidebar-contract__logo.provider-logo--auth0,
|
|
1304
|
-
html.cli-mission-report body.station-results-active .studio-setup-actions__logo.provider-logo--auth0,
|
|
1305
|
-
html.cli-mission-report body.station-results-active .studio-node__logo.provider-logo--posthog,
|
|
1306
|
-
html.cli-mission-report body.station-results-active .studio-choice-tile__icon.provider-logo--posthog,
|
|
1307
|
-
html.cli-mission-report body.station-results-active .studio-sidebar-contract__logo.provider-logo--posthog,
|
|
1308
|
-
html.cli-mission-report body.station-results-active .studio-setup-actions__logo.provider-logo--posthog,
|
|
1309
|
-
html.cli-mission-report body.station-results-active .studio-node__logo.provider-logo--netlify,
|
|
1310
|
-
html.cli-mission-report body.station-results-active .studio-choice-tile__icon.provider-logo--netlify,
|
|
1311
|
-
html.cli-mission-report body.station-results-active .studio-sidebar-contract__logo.provider-logo--netlify,
|
|
1312
|
-
html.cli-mission-report body.station-results-active .studio-setup-actions__logo.provider-logo--netlify,
|
|
1313
|
-
html.cli-mission-report body.station-results-active .studio-node__logo.provider-logo--lemon-squeezy,
|
|
1314
|
-
html.cli-mission-report body.station-results-active .studio-choice-tile__icon.provider-logo--lemon-squeezy,
|
|
1315
|
-
html.cli-mission-report body.station-results-active .studio-sidebar-contract__logo.provider-logo--lemon-squeezy,
|
|
1316
|
-
html.cli-mission-report body.station-results-active .studio-setup-actions__logo.provider-logo--lemon-squeezy,
|
|
1317
|
-
html.cli-mission-report body.station-results-active .studio-node__logo.provider-logo--svelte,
|
|
1318
|
-
html.cli-mission-report body.station-results-active .studio-choice-tile__icon.provider-logo--svelte,
|
|
1319
|
-
html.cli-mission-report body.station-results-active .studio-sidebar-contract__logo.provider-logo--svelte,
|
|
1320
|
-
html.cli-mission-report body.station-results-active .studio-setup-actions__logo.provider-logo--svelte {
|
|
1321
|
-
background: #fffdf7 !important;
|
|
1322
|
-
box-shadow:
|
|
1323
|
-
inset 0 1px 0 rgba(255, 255, 255, 0.9),
|
|
1324
|
-
0 8px 18px rgba(17, 24, 39, 0.08) !important;
|
|
1244
|
+
html.cli-mission-report body.station-results-active .station-account-strip .account-bar__plan {
|
|
1245
|
+
display: inline-flex;
|
|
1246
|
+
width: auto;
|
|
1247
|
+
min-width: 0;
|
|
1248
|
+
padding: 4px 12px;
|
|
1249
|
+
border-radius: 999px;
|
|
1250
|
+
background: rgba(212, 175, 55, 0.18);
|
|
1251
|
+
color: #111111;
|
|
1252
|
+
box-shadow: none;
|
|
1325
1253
|
}
|
|
1326
1254
|
|
|
1327
|
-
|
|
1328
|
-
html.cli-mission-report body.station-results-active .studio-
|
|
1329
|
-
|
|
1330
|
-
|
|
1331
|
-
|
|
1255
|
+
@media (max-width: 1100px) {
|
|
1256
|
+
html.cli-mission-report body.station-results-active .studio-workspace {
|
|
1257
|
+
grid-template-columns: 1fr;
|
|
1258
|
+
}
|
|
1259
|
+
|
|
1260
|
+
html.cli-mission-report body.station-results-active .studio-system-map {
|
|
1261
|
+
min-height: min(560px, 58vh);
|
|
1262
|
+
height: min(560px, 58vh);
|
|
1263
|
+
}
|
|
1264
|
+
|
|
1265
|
+
html.cli-mission-report body.station-results-active .studio-setup-panel {
|
|
1266
|
+
max-height: min(480px, 50vh);
|
|
1267
|
+
}
|
|
1332
1268
|
}
|
|
1333
1269
|
|
|
1334
|
-
|
|
1335
|
-
|
|
1336
|
-
|
|
1337
|
-
|
|
1338
|
-
|
|
1339
|
-
|
|
1340
|
-
|
|
1341
|
-
|
|
1342
|
-
|
|
1343
|
-
|
|
1344
|
-
|
|
1345
|
-
display: block;
|
|
1346
|
-
margin: auto;
|
|
1347
|
-
overflow: visible;
|
|
1270
|
+
|
|
1271
|
+
.provider-truth {
|
|
1272
|
+
display: grid;
|
|
1273
|
+
gap: 9px;
|
|
1274
|
+
min-width: 0;
|
|
1275
|
+
padding: 11px;
|
|
1276
|
+
border: 1px solid rgba(17, 24, 39, 0.12);
|
|
1277
|
+
border-radius: 12px;
|
|
1278
|
+
background: #ffffff;
|
|
1279
|
+
color: #111827;
|
|
1280
|
+
box-shadow: 0 10px 24px rgba(17, 24, 39, 0.05);
|
|
1348
1281
|
}
|
|
1349
1282
|
|
|
1350
|
-
|
|
1351
|
-
|
|
1283
|
+
.provider-truth__head {
|
|
1284
|
+
display: grid;
|
|
1285
|
+
grid-template-columns: minmax(0, 1fr) auto;
|
|
1286
|
+
gap: 8px;
|
|
1287
|
+
align-items: center;
|
|
1288
|
+
min-width: 0;
|
|
1352
1289
|
}
|
|
1353
1290
|
|
|
1354
|
-
|
|
1355
|
-
|
|
1291
|
+
.provider-truth__head h3,
|
|
1292
|
+
.provider-truth__head strong {
|
|
1293
|
+
min-width: 0;
|
|
1294
|
+
margin: 0;
|
|
1295
|
+
color: #111827;
|
|
1296
|
+
font-size: 12px;
|
|
1297
|
+
font-weight: 950;
|
|
1298
|
+
line-height: 1.2;
|
|
1356
1299
|
}
|
|
1357
1300
|
|
|
1358
|
-
|
|
1359
|
-
|
|
1301
|
+
.provider-truth__head span {
|
|
1302
|
+
display: inline-grid;
|
|
1303
|
+
place-items: center;
|
|
1304
|
+
max-width: 96px;
|
|
1305
|
+
padding: 3px 7px;
|
|
1306
|
+
border-radius: 999px;
|
|
1307
|
+
background: rgba(17, 24, 39, 0.05);
|
|
1308
|
+
color: rgba(17, 24, 39, 0.62);
|
|
1309
|
+
font-size: 9px;
|
|
1310
|
+
font-weight: 950;
|
|
1311
|
+
line-height: 1;
|
|
1312
|
+
text-transform: uppercase;
|
|
1313
|
+
overflow-wrap: anywhere;
|
|
1360
1314
|
}
|
|
1361
1315
|
|
|
1362
|
-
|
|
1363
|
-
|
|
1316
|
+
.provider-truth__rows {
|
|
1317
|
+
display: grid;
|
|
1318
|
+
gap: 7px;
|
|
1319
|
+
min-width: 0;
|
|
1320
|
+
margin: 0;
|
|
1321
|
+
padding: 0;
|
|
1322
|
+
list-style: none;
|
|
1364
1323
|
}
|
|
1365
1324
|
|
|
1366
|
-
|
|
1325
|
+
.provider-truth-row {
|
|
1367
1326
|
display: grid;
|
|
1368
1327
|
grid-template-columns: minmax(0, 1fr) auto;
|
|
1328
|
+
gap: 5px 8px;
|
|
1369
1329
|
align-items: center;
|
|
1370
|
-
gap: 8px;
|
|
1371
1330
|
min-width: 0;
|
|
1372
|
-
padding:
|
|
1373
|
-
border: 1px solid rgba(17, 24, 39, 0.
|
|
1331
|
+
padding: 8px 9px;
|
|
1332
|
+
border: 1px solid rgba(17, 24, 39, 0.08);
|
|
1374
1333
|
border-radius: 9px;
|
|
1375
|
-
background: rgba(
|
|
1334
|
+
background: rgba(249, 250, 251, 0.92);
|
|
1335
|
+
}
|
|
1336
|
+
|
|
1337
|
+
.provider-truth-row__main {
|
|
1338
|
+
display: grid;
|
|
1339
|
+
gap: 2px;
|
|
1340
|
+
min-width: 0;
|
|
1376
1341
|
}
|
|
1377
1342
|
|
|
1378
|
-
|
|
1343
|
+
.provider-truth-row__main strong {
|
|
1379
1344
|
min-width: 0;
|
|
1380
|
-
color:
|
|
1345
|
+
color: #111827;
|
|
1346
|
+
font-size: 12px;
|
|
1347
|
+
font-weight: 930;
|
|
1348
|
+
line-height: 1.22;
|
|
1349
|
+
overflow-wrap: anywhere;
|
|
1350
|
+
}
|
|
1351
|
+
|
|
1352
|
+
.provider-truth-row__main span,
|
|
1353
|
+
.provider-truth-row__action,
|
|
1354
|
+
.provider-truth-alert span,
|
|
1355
|
+
.provider-truth-next-action span {
|
|
1356
|
+
min-width: 0;
|
|
1357
|
+
color: rgba(17, 24, 39, 0.66);
|
|
1381
1358
|
font-size: 10px;
|
|
1382
|
-
font-weight:
|
|
1383
|
-
line-height: 1;
|
|
1384
|
-
|
|
1359
|
+
font-weight: 760;
|
|
1360
|
+
line-height: 1.25;
|
|
1361
|
+
overflow-wrap: anywhere;
|
|
1385
1362
|
}
|
|
1386
1363
|
|
|
1387
|
-
|
|
1364
|
+
.provider-truth-row__badges {
|
|
1365
|
+
display: flex;
|
|
1366
|
+
flex-wrap: wrap;
|
|
1367
|
+
justify-content: flex-end;
|
|
1368
|
+
gap: 4px;
|
|
1369
|
+
min-width: 0;
|
|
1370
|
+
}
|
|
1371
|
+
|
|
1372
|
+
.provider-truth-badge {
|
|
1388
1373
|
display: inline-grid;
|
|
1389
1374
|
place-items: center;
|
|
1390
|
-
max-width:
|
|
1391
|
-
padding: 3px
|
|
1392
|
-
border: 1px solid rgba(
|
|
1375
|
+
max-width: 94px;
|
|
1376
|
+
padding: 3px 6px;
|
|
1377
|
+
border: 1px solid rgba(17, 24, 39, 0.1);
|
|
1393
1378
|
border-radius: 999px;
|
|
1394
|
-
background: rgba(
|
|
1395
|
-
color:
|
|
1396
|
-
font-size:
|
|
1379
|
+
background: rgba(17, 24, 39, 0.04);
|
|
1380
|
+
color: rgba(17, 24, 39, 0.68);
|
|
1381
|
+
font-size: 8px;
|
|
1397
1382
|
font-weight: 950;
|
|
1398
1383
|
line-height: 1;
|
|
1384
|
+
text-align: center;
|
|
1399
1385
|
text-transform: uppercase;
|
|
1386
|
+
overflow-wrap: anywhere;
|
|
1400
1387
|
}
|
|
1401
1388
|
|
|
1402
|
-
|
|
1389
|
+
.provider-truth-badge--live {
|
|
1403
1390
|
border-color: rgba(16, 185, 129, 0.2);
|
|
1404
|
-
background: rgba(16, 185, 129, 0.
|
|
1391
|
+
background: rgba(16, 185, 129, 0.12);
|
|
1405
1392
|
color: #047857;
|
|
1406
1393
|
}
|
|
1407
1394
|
|
|
1408
|
-
|
|
1409
|
-
border:
|
|
1410
|
-
|
|
1411
|
-
|
|
1412
|
-
box-shadow: 0 8px 24px rgba(17, 17, 17, 0.06);
|
|
1395
|
+
.provider-truth-badge--mcp {
|
|
1396
|
+
border-color: rgba(37, 99, 235, 0.2);
|
|
1397
|
+
background: rgba(37, 99, 235, 0.1);
|
|
1398
|
+
color: #1d4ed8;
|
|
1413
1399
|
}
|
|
1414
1400
|
|
|
1415
|
-
|
|
1416
|
-
|
|
1417
|
-
|
|
1418
|
-
|
|
1401
|
+
.provider-truth-badge--manual {
|
|
1402
|
+
border-color: rgba(146, 64, 14, 0.22);
|
|
1403
|
+
background: rgba(245, 158, 11, 0.12);
|
|
1404
|
+
color: #92400e;
|
|
1419
1405
|
}
|
|
1420
1406
|
|
|
1421
|
-
|
|
1422
|
-
|
|
1423
|
-
|
|
1407
|
+
.provider-truth-badge--warn {
|
|
1408
|
+
border-color: rgba(185, 28, 28, 0.2);
|
|
1409
|
+
background: rgba(255, 241, 242, 0.92);
|
|
1410
|
+
color: #b91c1c;
|
|
1411
|
+
}
|
|
1412
|
+
|
|
1413
|
+
.provider-truth-badge--repo,
|
|
1414
|
+
.provider-truth-badge--using {
|
|
1415
|
+
border-color: rgba(17, 24, 39, 0.18);
|
|
1416
|
+
background: rgba(17, 24, 39, 0.07);
|
|
1417
|
+
color: #111827;
|
|
1418
|
+
}
|
|
1419
|
+
|
|
1420
|
+
.provider-truth-row__action {
|
|
1421
|
+
grid-column: 1 / -1;
|
|
1422
|
+
color: #111827;
|
|
1423
|
+
font-weight: 850;
|
|
1424
|
+
}
|
|
1425
|
+
|
|
1426
|
+
.provider-truth-alert,
|
|
1427
|
+
.provider-truth-next-action {
|
|
1428
|
+
display: grid;
|
|
1429
|
+
gap: 4px;
|
|
1424
1430
|
min-width: 0;
|
|
1425
|
-
padding:
|
|
1426
|
-
border-radius:
|
|
1427
|
-
|
|
1428
|
-
color: #111111;
|
|
1429
|
-
box-shadow: none;
|
|
1431
|
+
padding: 8px 9px;
|
|
1432
|
+
border-radius: 9px;
|
|
1433
|
+
overflow-wrap: anywhere;
|
|
1430
1434
|
}
|
|
1431
1435
|
|
|
1432
|
-
|
|
1433
|
-
|
|
1434
|
-
|
|
1435
|
-
|
|
1436
|
+
.provider-truth-alert {
|
|
1437
|
+
border: 1px solid rgba(217, 119, 6, 0.22);
|
|
1438
|
+
border-left: 3px solid #f59e0b;
|
|
1439
|
+
background: rgba(255, 251, 235, 0.9);
|
|
1440
|
+
}
|
|
1436
1441
|
|
|
1437
|
-
|
|
1438
|
-
|
|
1439
|
-
|
|
1442
|
+
.provider-truth-next-action {
|
|
1443
|
+
border: 1px solid rgba(37, 99, 235, 0.14);
|
|
1444
|
+
border-left: 3px solid #2563eb;
|
|
1445
|
+
background: rgba(239, 246, 255, 0.88);
|
|
1446
|
+
}
|
|
1447
|
+
|
|
1448
|
+
.provider-truth-alert strong,
|
|
1449
|
+
.provider-truth-next-action strong {
|
|
1450
|
+
min-width: 0;
|
|
1451
|
+
color: #111827;
|
|
1452
|
+
font-size: 11px;
|
|
1453
|
+
font-weight: 930;
|
|
1454
|
+
line-height: 1.22;
|
|
1455
|
+
overflow-wrap: anywhere;
|
|
1456
|
+
}
|
|
1457
|
+
|
|
1458
|
+
@media (max-width: 420px) {
|
|
1459
|
+
.provider-truth-row {
|
|
1460
|
+
grid-template-columns: minmax(0, 1fr);
|
|
1440
1461
|
}
|
|
1441
1462
|
|
|
1442
|
-
|
|
1443
|
-
|
|
1463
|
+
.provider-truth-row__badges {
|
|
1464
|
+
justify-content: flex-start;
|
|
1444
1465
|
}
|
|
1445
1466
|
}
|
|
1446
|
-
|