@streamoid/ui 0.1.9 → 0.2.0
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/index.css +384 -96
- package/dist/index.d.mts +57 -8
- package/dist/index.d.ts +57 -8
- package/dist/index.js +1282 -4319
- package/dist/index.mjs +1214 -4254
- package/package.json +2 -2
package/dist/index.css
CHANGED
|
@@ -1063,6 +1063,7 @@
|
|
|
1063
1063
|
align-items: center;
|
|
1064
1064
|
justify-content: flex-start;
|
|
1065
1065
|
position: relative;
|
|
1066
|
+
color: var(--alias-text-and-icons-primary, #f5f5f5);
|
|
1066
1067
|
}
|
|
1067
1068
|
.ScBillingHistoryTableList_invoiceNumber {
|
|
1068
1069
|
color: var(--alias-text-and-icons-primary, #f5f5f5);
|
|
@@ -1106,6 +1107,7 @@
|
|
|
1106
1107
|
.ScBillingHistoryTableList_scPairtextInstance {
|
|
1107
1108
|
flex-shrink: 0 !important;
|
|
1108
1109
|
width: 10rem !important;
|
|
1110
|
+
cursor: pointer;
|
|
1109
1111
|
}
|
|
1110
1112
|
|
|
1111
1113
|
/* src/SC-Pairtext/ScPairtext.module.css */
|
|
@@ -1206,6 +1208,8 @@
|
|
|
1206
1208
|
justify-content: center;
|
|
1207
1209
|
height: 3rem;
|
|
1208
1210
|
position: relative;
|
|
1211
|
+
overflow: hidden;
|
|
1212
|
+
cursor: pointer;
|
|
1209
1213
|
}
|
|
1210
1214
|
.ScButton_container {
|
|
1211
1215
|
display: flex;
|
|
@@ -1216,6 +1220,7 @@
|
|
|
1216
1220
|
flex-shrink: 0;
|
|
1217
1221
|
height: 1.5rem;
|
|
1218
1222
|
position: relative;
|
|
1223
|
+
z-index: 1;
|
|
1219
1224
|
}
|
|
1220
1225
|
.ScButton_label {
|
|
1221
1226
|
color: var(--alias-text-and-icons-inverse, #101010);
|
|
@@ -1267,6 +1272,8 @@
|
|
|
1267
1272
|
}
|
|
1268
1273
|
.ScButton_scButton.ScButton_state-disabled {
|
|
1269
1274
|
opacity: 0.5;
|
|
1275
|
+
cursor: not-allowed;
|
|
1276
|
+
pointer-events: none;
|
|
1270
1277
|
}
|
|
1271
1278
|
.ScButton_scButton.ScButton_state-default.ScButton_type-primary.ScButton_variant-error,
|
|
1272
1279
|
.ScButton_scButton.ScButton_state-disabled.ScButton_type-primary.ScButton_variant-error {
|
|
@@ -1297,9 +1304,14 @@
|
|
|
1297
1304
|
}
|
|
1298
1305
|
.ScButton_scButton.ScButton_state-default.ScButton_variant-secondary,
|
|
1299
1306
|
.ScButton_scButton.ScButton_state-disabled.ScButton_variant-secondary {
|
|
1300
|
-
background: var(--alias-fill-
|
|
1307
|
+
background: var(--alias-fill-base-base, #f5f5f5);
|
|
1308
|
+
}
|
|
1309
|
+
.ScButton_scButton.ScButton_variant-secondary .ScButton_label {
|
|
1310
|
+
color: var(--alias-text-and-icons-inverse, #101010);
|
|
1311
|
+
}
|
|
1312
|
+
.ScButton_scButton.ScButton_variant-secondary .ScButton_container {
|
|
1313
|
+
color: var(--alias-text-and-icons-inverse, #101010);
|
|
1301
1314
|
}
|
|
1302
|
-
.ScButton_scButton.ScButton_variant-secondary .ScButton_label,
|
|
1303
1315
|
.ScButton_scButton.ScButton_variant-tertiary .ScButton_label,
|
|
1304
1316
|
.ScButton_scButton.ScButton_variant-outline .ScButton_label {
|
|
1305
1317
|
color: var(--alias-text-and-icons-primary, #f5f5f5);
|
|
@@ -1335,7 +1347,7 @@
|
|
|
1335
1347
|
}
|
|
1336
1348
|
.ScButton_scButton.ScButton_variant-secondary:hover,
|
|
1337
1349
|
.ScButton_scButton.ScButton_state-hover.ScButton_variant-secondary {
|
|
1338
|
-
background:
|
|
1350
|
+
background: #c7c7c7;
|
|
1339
1351
|
}
|
|
1340
1352
|
.ScButton_scButton.ScButton_variant-primary:hover,
|
|
1341
1353
|
.ScButton_scButton.ScButton_state-hover.ScButton_variant-primary {
|
|
@@ -1357,6 +1369,224 @@
|
|
|
1357
1369
|
padding: var(--spacing-xs, 0.25rem);
|
|
1358
1370
|
width: 2rem;
|
|
1359
1371
|
}
|
|
1372
|
+
@keyframes ScButton_ani-animateMesh {
|
|
1373
|
+
0% {
|
|
1374
|
+
--x-0: 72%;
|
|
1375
|
+
--s-start-0: 8%;
|
|
1376
|
+
--s-end-0: 32%;
|
|
1377
|
+
--c-0: #1030ff;
|
|
1378
|
+
--y-0: 90%;
|
|
1379
|
+
--x-1: 33%;
|
|
1380
|
+
--s-start-1: 8.392%;
|
|
1381
|
+
--s-end-1: 22.109%;
|
|
1382
|
+
--c-1: #21bdff;
|
|
1383
|
+
--y-1: -7%;
|
|
1384
|
+
--s-start-2: 8%;
|
|
1385
|
+
--s-end-2: 34%;
|
|
1386
|
+
--x-2: 93%;
|
|
1387
|
+
--c-2: #1030ff;
|
|
1388
|
+
--y-2: 63%;
|
|
1389
|
+
--s-start-3: 8%;
|
|
1390
|
+
--s-end-3: 64%;
|
|
1391
|
+
--x-3: 7%;
|
|
1392
|
+
--c-3: #21bdff;
|
|
1393
|
+
--y-3: -20%;
|
|
1394
|
+
--c-4: #21bdff;
|
|
1395
|
+
--s-start-4: 8.392%;
|
|
1396
|
+
--s-end-4: 22.109%;
|
|
1397
|
+
--x-4: 33%;
|
|
1398
|
+
--y-4: -7%;
|
|
1399
|
+
--y-5: -7%;
|
|
1400
|
+
--c-5: #21bdff;
|
|
1401
|
+
--s-start-5: 8.392%;
|
|
1402
|
+
--s-end-5: 22.109%;
|
|
1403
|
+
--x-5: 33%;
|
|
1404
|
+
}
|
|
1405
|
+
33% {
|
|
1406
|
+
--x-0: 8%;
|
|
1407
|
+
--s-start-0: 12%;
|
|
1408
|
+
--s-end-0: 121%;
|
|
1409
|
+
--c-0: #1030ff;
|
|
1410
|
+
--y-0: 59%;
|
|
1411
|
+
--x-1: 42%;
|
|
1412
|
+
--s-start-1: 8.392%;
|
|
1413
|
+
--s-end-1: 41.694%;
|
|
1414
|
+
--c-1: #21bdff;
|
|
1415
|
+
--y-1: 10%;
|
|
1416
|
+
--s-start-2: 12%;
|
|
1417
|
+
--s-end-2: 86%;
|
|
1418
|
+
--x-2: 2%;
|
|
1419
|
+
--c-2: #1030ff;
|
|
1420
|
+
--y-2: 59%;
|
|
1421
|
+
--s-start-3: 8%;
|
|
1422
|
+
--s-end-3: 54%;
|
|
1423
|
+
--x-3: 55%;
|
|
1424
|
+
--c-3: #21bdff;
|
|
1425
|
+
--y-3: 10%;
|
|
1426
|
+
--c-4: #21bdff;
|
|
1427
|
+
--s-start-4: 8.392%;
|
|
1428
|
+
--s-end-4: 41.694%;
|
|
1429
|
+
--x-4: 42%;
|
|
1430
|
+
--y-4: 10%;
|
|
1431
|
+
--y-5: 10%;
|
|
1432
|
+
--c-5: #21bdff;
|
|
1433
|
+
--s-start-5: 8.392%;
|
|
1434
|
+
--s-end-5: 41.694%;
|
|
1435
|
+
--x-5: 42%;
|
|
1436
|
+
}
|
|
1437
|
+
66% {
|
|
1438
|
+
--x-0: 40%;
|
|
1439
|
+
--s-start-0: 10%;
|
|
1440
|
+
--s-end-0: 80%;
|
|
1441
|
+
--c-0: #1030ff;
|
|
1442
|
+
--y-0: 75%;
|
|
1443
|
+
--x-1: 76%;
|
|
1444
|
+
--s-start-1: 8.392%;
|
|
1445
|
+
--s-end-1: 59.322%;
|
|
1446
|
+
--c-1: #21bdff;
|
|
1447
|
+
--y-1: -3%;
|
|
1448
|
+
--s-start-2: 12%;
|
|
1449
|
+
--s-end-2: 86%;
|
|
1450
|
+
--x-2: 2%;
|
|
1451
|
+
--c-2: #1030ff;
|
|
1452
|
+
--y-2: 59%;
|
|
1453
|
+
--s-start-3: 8%;
|
|
1454
|
+
--s-end-3: 92%;
|
|
1455
|
+
--x-3: 76%;
|
|
1456
|
+
--c-3: #21bdff;
|
|
1457
|
+
--y-3: -3%;
|
|
1458
|
+
--c-4: #21bdff;
|
|
1459
|
+
--s-start-4: 8.392%;
|
|
1460
|
+
--s-end-4: 59.322%;
|
|
1461
|
+
--x-4: 76%;
|
|
1462
|
+
--y-4: -3%;
|
|
1463
|
+
--y-5: -3%;
|
|
1464
|
+
--c-5: #21bdff;
|
|
1465
|
+
--s-start-5: 8.392%;
|
|
1466
|
+
--s-end-5: 59.322%;
|
|
1467
|
+
--x-5: 76%;
|
|
1468
|
+
}
|
|
1469
|
+
100% {
|
|
1470
|
+
--x-0: 55%;
|
|
1471
|
+
--s-start-0: 9%;
|
|
1472
|
+
--s-end-0: 55%;
|
|
1473
|
+
--c-0: #1030ff;
|
|
1474
|
+
--y-0: 82%;
|
|
1475
|
+
--x-1: 76%;
|
|
1476
|
+
--s-start-1: 8.392%;
|
|
1477
|
+
--s-end-1: 59.322%;
|
|
1478
|
+
--c-1: #21bdff;
|
|
1479
|
+
--y-1: -3%;
|
|
1480
|
+
--s-start-2: 10%;
|
|
1481
|
+
--s-end-2: 60%;
|
|
1482
|
+
--x-2: 48%;
|
|
1483
|
+
--c-2: #1030ff;
|
|
1484
|
+
--y-2: 61%;
|
|
1485
|
+
--s-start-3: 8%;
|
|
1486
|
+
--s-end-3: 78%;
|
|
1487
|
+
--x-3: 40%;
|
|
1488
|
+
--c-3: #21bdff;
|
|
1489
|
+
--y-3: -10%;
|
|
1490
|
+
--c-4: #21bdff;
|
|
1491
|
+
--s-start-4: 8.392%;
|
|
1492
|
+
--s-end-4: 40%;
|
|
1493
|
+
--x-4: 55%;
|
|
1494
|
+
--y-4: -5%;
|
|
1495
|
+
--y-5: -5%;
|
|
1496
|
+
--c-5: #21bdff;
|
|
1497
|
+
--s-start-5: 8.392%;
|
|
1498
|
+
--s-end-5: 40%;
|
|
1499
|
+
--x-5: 55%;
|
|
1500
|
+
}
|
|
1501
|
+
}
|
|
1502
|
+
.ScButton_scButton.ScButton_state-default.ScButton_variant-primary.ScButton_type-primary,
|
|
1503
|
+
.ScButton_scButton.ScButton_state-disabled.ScButton_variant-primary.ScButton_type-primary {
|
|
1504
|
+
--x-0: 72%;
|
|
1505
|
+
--c-0: #1030ff;
|
|
1506
|
+
--y-0: 90%;
|
|
1507
|
+
--s-start-0: 8%;
|
|
1508
|
+
--s-end-0: 32%;
|
|
1509
|
+
--x-1: 33%;
|
|
1510
|
+
--c-1: #21bdff;
|
|
1511
|
+
--y-1: -7%;
|
|
1512
|
+
--s-start-1: 8.392%;
|
|
1513
|
+
--s-end-1: 22.109%;
|
|
1514
|
+
--x-2: 93%;
|
|
1515
|
+
--c-2: #1030ff;
|
|
1516
|
+
--y-2: 63%;
|
|
1517
|
+
--s-start-2: 8%;
|
|
1518
|
+
--s-end-2: 34%;
|
|
1519
|
+
--x-3: 7%;
|
|
1520
|
+
--c-3: #21bdff;
|
|
1521
|
+
--y-3: -20%;
|
|
1522
|
+
--s-start-3: 8%;
|
|
1523
|
+
--s-end-3: 64%;
|
|
1524
|
+
--c-4: #21bdff;
|
|
1525
|
+
--x-4: 33%;
|
|
1526
|
+
--y-4: -7%;
|
|
1527
|
+
--s-start-4: 8.392%;
|
|
1528
|
+
--s-end-4: 22.109%;
|
|
1529
|
+
--c-5: #21bdff;
|
|
1530
|
+
--x-5: 33%;
|
|
1531
|
+
--y-5: -7%;
|
|
1532
|
+
--s-start-5: 8.392%;
|
|
1533
|
+
--s-end-5: 22.109%;
|
|
1534
|
+
background-color: #1661FF;
|
|
1535
|
+
background-image:
|
|
1536
|
+
radial-gradient(
|
|
1537
|
+
circle at var(--x-0) var(--y-0),
|
|
1538
|
+
var(--c-0) var(--s-start-0),
|
|
1539
|
+
transparent var(--s-end-0)),
|
|
1540
|
+
radial-gradient(
|
|
1541
|
+
circle at var(--x-1) var(--y-1),
|
|
1542
|
+
var(--c-1) var(--s-start-1),
|
|
1543
|
+
transparent var(--s-end-1)),
|
|
1544
|
+
radial-gradient(
|
|
1545
|
+
circle at var(--x-2) var(--y-2),
|
|
1546
|
+
var(--c-2) var(--s-start-2),
|
|
1547
|
+
transparent var(--s-end-2)),
|
|
1548
|
+
radial-gradient(
|
|
1549
|
+
circle at var(--x-3) var(--y-3),
|
|
1550
|
+
var(--c-3) var(--s-start-3),
|
|
1551
|
+
transparent var(--s-end-3)),
|
|
1552
|
+
radial-gradient(
|
|
1553
|
+
circle at var(--x-4) var(--y-4),
|
|
1554
|
+
var(--c-4) var(--s-start-4),
|
|
1555
|
+
transparent var(--s-end-4)),
|
|
1556
|
+
radial-gradient(
|
|
1557
|
+
circle at var(--x-5) var(--y-5),
|
|
1558
|
+
var(--c-5) var(--s-start-5),
|
|
1559
|
+
transparent var(--s-end-5));
|
|
1560
|
+
background-blend-mode: normal;
|
|
1561
|
+
will-change: transform, opacity;
|
|
1562
|
+
contain: paint;
|
|
1563
|
+
animation: ScButton_ani-animateMesh 20s linear infinite alternate;
|
|
1564
|
+
transition: transform 0.2s ease;
|
|
1565
|
+
}
|
|
1566
|
+
.ScButton_scButton.ScButton_state-default.ScButton_variant-primary.ScButton_type-primary .ScButton_noiseOverlay,
|
|
1567
|
+
.ScButton_scButton.ScButton_state-disabled.ScButton_variant-primary.ScButton_type-primary .ScButton_noiseOverlay {
|
|
1568
|
+
position: absolute;
|
|
1569
|
+
inset: 0;
|
|
1570
|
+
opacity: 0.07;
|
|
1571
|
+
mix-blend-mode: soft-light;
|
|
1572
|
+
border-radius: inherit;
|
|
1573
|
+
pointer-events: none;
|
|
1574
|
+
z-index: 0;
|
|
1575
|
+
background-size: 128px 128px;
|
|
1576
|
+
background-repeat: repeat;
|
|
1577
|
+
}
|
|
1578
|
+
.ScButton_scButton.ScButton_state-default.ScButton_variant-primary.ScButton_type-primary .ScButton_label,
|
|
1579
|
+
.ScButton_scButton.ScButton_state-disabled.ScButton_variant-primary.ScButton_type-primary .ScButton_label {
|
|
1580
|
+
color: #fffafa;
|
|
1581
|
+
}
|
|
1582
|
+
.ScButton_scButton.ScButton_variant-primary.ScButton_type-primary:hover .ScButton_label,
|
|
1583
|
+
.ScButton_scButton.ScButton_state-hover.ScButton_variant-primary.ScButton_type-primary .ScButton_label {
|
|
1584
|
+
color: #fffafa;
|
|
1585
|
+
}
|
|
1586
|
+
.ScButton_scButton.ScButton_variant-primary.ScButton_type-primary:hover,
|
|
1587
|
+
.ScButton_scButton.ScButton_state-hover.ScButton_variant-primary.ScButton_type-primary {
|
|
1588
|
+
transform: scale(1.03);
|
|
1589
|
+
}
|
|
1360
1590
|
|
|
1361
1591
|
/* src/SC-Calendar/ScCalendar.module.css */
|
|
1362
1592
|
.ScCalendar_scCalendar,
|
|
@@ -1600,10 +1830,11 @@
|
|
|
1600
1830
|
box-sizing: border-box;
|
|
1601
1831
|
}
|
|
1602
1832
|
.ScHDivider_scHDivider {
|
|
1603
|
-
|
|
1604
|
-
|
|
1833
|
+
align-self: stretch;
|
|
1834
|
+
flex-shrink: 0;
|
|
1835
|
+
height: 0.5px;
|
|
1836
|
+
background-color: var(--alias-border-divider, #242424);
|
|
1605
1837
|
position: relative;
|
|
1606
|
-
overflow: visible;
|
|
1607
1838
|
}
|
|
1608
1839
|
|
|
1609
1840
|
/* src/SC-Calendar date comps/ScCalendarDateComps.module.css */
|
|
@@ -1684,6 +1915,7 @@
|
|
|
1684
1915
|
align-self: stretch;
|
|
1685
1916
|
flex-shrink: 0;
|
|
1686
1917
|
position: relative;
|
|
1918
|
+
color: var(--alias-text-and-icons-primary, #f5f5f5);
|
|
1687
1919
|
}
|
|
1688
1920
|
.ScCreditsUsageCard_scPairtextInstance {
|
|
1689
1921
|
flex: 1 !important;
|
|
@@ -1720,14 +1952,16 @@
|
|
|
1720
1952
|
.ScCreditsUsageCard_remainingText {
|
|
1721
1953
|
color: var(--alias-text-and-icons-tertiary, #9e9e9e);
|
|
1722
1954
|
text-align: right;
|
|
1723
|
-
font-family: var( --text-text-
|
|
1724
|
-
font-size: var(--
|
|
1725
|
-
line-height: var(--
|
|
1726
|
-
font-weight: var(--text-text-
|
|
1955
|
+
font-family: var( --text-text-md-regular-font-family, "Inter-Regular", sans-serif );
|
|
1956
|
+
font-size: var(--font-size-font-size-md, 1rem);
|
|
1957
|
+
line-height: var(--line-height-line-height-md, 1.5rem);
|
|
1958
|
+
font-weight: var(--text-text-md-regular-font-weight, 400);
|
|
1727
1959
|
position: relative;
|
|
1960
|
+
white-space: nowrap;
|
|
1728
1961
|
}
|
|
1729
1962
|
.ScCreditsUsageCard_scButtonInstance {
|
|
1730
1963
|
flex-shrink: 0 !important;
|
|
1964
|
+
width: 7.5rem !important;
|
|
1731
1965
|
}
|
|
1732
1966
|
|
|
1733
1967
|
/* src/SC-Progress bar/ScProgressBar.module.css */
|
|
@@ -1987,7 +2221,7 @@
|
|
|
1987
2221
|
border-style: solid;
|
|
1988
2222
|
border-color: var(--alias-border-subtle, #242424);
|
|
1989
2223
|
border-width: 0.0625rem;
|
|
1990
|
-
padding: var(--spacing-6xl, 1.5rem);
|
|
2224
|
+
padding: var(--spacing-6xl, 1.5rem) var(--spacing-6xl, 1.5rem) var(--spacing-8xl, 2rem) var(--spacing-6xl, 1.5rem);
|
|
1991
2225
|
display: flex;
|
|
1992
2226
|
flex-direction: column;
|
|
1993
2227
|
gap: var(--spacing-6xl, 1.5rem);
|
|
@@ -1996,16 +2230,6 @@
|
|
|
1996
2230
|
position: relative;
|
|
1997
2231
|
backdrop-filter: blur(0.25rem);
|
|
1998
2232
|
}
|
|
1999
|
-
.ScPlanCard_planDetails {
|
|
2000
|
-
display: flex;
|
|
2001
|
-
flex-direction: column;
|
|
2002
|
-
gap: 1rem;
|
|
2003
|
-
align-items: flex-start;
|
|
2004
|
-
justify-content: flex-start;
|
|
2005
|
-
align-self: stretch;
|
|
2006
|
-
flex-shrink: 0;
|
|
2007
|
-
position: relative;
|
|
2008
|
-
}
|
|
2009
2233
|
.ScPlanCard_planHeader {
|
|
2010
2234
|
display: flex;
|
|
2011
2235
|
flex-direction: row;
|
|
@@ -2036,29 +2260,19 @@
|
|
|
2036
2260
|
align-self: stretch;
|
|
2037
2261
|
}
|
|
2038
2262
|
.ScPlanCard_planPrice {
|
|
2039
|
-
color: var(--alias-text-and-icons-
|
|
2263
|
+
color: var(--alias-text-and-icons-secondary, #dadada);
|
|
2040
2264
|
text-align: left;
|
|
2041
|
-
font-family: var( --text-text-
|
|
2042
|
-
font-size: var(--text-text-
|
|
2043
|
-
line-height: var(--text-text-
|
|
2044
|
-
font-weight: var(--text-text-
|
|
2265
|
+
font-family: var( --lead-text-lead-text-sm-medium-font-family, "Inter-Medium", sans-serif );
|
|
2266
|
+
font-size: var(--lead-text-lead-text-sm-medium-font-size, 1.25rem);
|
|
2267
|
+
line-height: var(--lead-text-lead-text-sm-medium-line-height, 1.75rem);
|
|
2268
|
+
font-weight: var(--lead-text-lead-text-sm-medium-font-weight, 500);
|
|
2045
2269
|
position: relative;
|
|
2046
2270
|
align-self: stretch;
|
|
2047
2271
|
}
|
|
2048
|
-
.
|
|
2049
|
-
background: var(--alias-fill-neutral-neutral, transparent);
|
|
2050
|
-
border-radius: var(--radius-md, 0.5rem);
|
|
2051
|
-
padding: 0.5rem;
|
|
2052
|
-
display: flex;
|
|
2053
|
-
flex-direction: row;
|
|
2054
|
-
gap: 0.5rem;
|
|
2055
|
-
align-items: center;
|
|
2056
|
-
justify-content: center;
|
|
2057
|
-
flex-shrink: 0;
|
|
2058
|
-
width: 3.5rem;
|
|
2059
|
-
height: 3.5rem;
|
|
2272
|
+
.ScPlanCard_creditsWrapper {
|
|
2060
2273
|
position: relative;
|
|
2061
|
-
|
|
2274
|
+
align-self: stretch;
|
|
2275
|
+
flex-shrink: 0;
|
|
2062
2276
|
}
|
|
2063
2277
|
.ScPlanCard_creditsContainer {
|
|
2064
2278
|
background: var(--alias-fill-neutral-neutralplus, #151515);
|
|
@@ -2072,6 +2286,19 @@
|
|
|
2072
2286
|
align-self: stretch;
|
|
2073
2287
|
flex-shrink: 0;
|
|
2074
2288
|
position: relative;
|
|
2289
|
+
height: 4rem;
|
|
2290
|
+
}
|
|
2291
|
+
.ScPlanCard_creditsContainerPopular {
|
|
2292
|
+
background: var(--alias-fill-neutral-neutralactive, #313131);
|
|
2293
|
+
padding-left: var(--spacing-3xl, 1rem);
|
|
2294
|
+
padding-right: var(--spacing-xl, 0.75rem);
|
|
2295
|
+
}
|
|
2296
|
+
.ScPlanCard_siconCreditsInstance {
|
|
2297
|
+
flex-shrink: 0;
|
|
2298
|
+
width: 1.5rem;
|
|
2299
|
+
height: 1.5rem;
|
|
2300
|
+
position: relative;
|
|
2301
|
+
overflow: visible;
|
|
2075
2302
|
}
|
|
2076
2303
|
.ScPlanCard_creditsText {
|
|
2077
2304
|
color: var(--alias-text-and-icons-primary, #f5f5f5);
|
|
@@ -2083,84 +2310,97 @@
|
|
|
2083
2310
|
position: relative;
|
|
2084
2311
|
flex: 1;
|
|
2085
2312
|
}
|
|
2086
|
-
.
|
|
2087
|
-
|
|
2088
|
-
|
|
2089
|
-
|
|
2090
|
-
|
|
2091
|
-
.ScPlanCard_featuresSection {
|
|
2313
|
+
.ScPlanCard_increaseCreditsBtn {
|
|
2314
|
+
background: var(--alias-fill-neutral-neutralselected, #242424);
|
|
2315
|
+
border: none;
|
|
2316
|
+
border-radius: var(--medium-5, 0.75rem);
|
|
2317
|
+
padding: var(--spacing-xs, 0.25rem) var(--spacing-md, 0.5rem) var(--spacing-xs, 0.25rem) var(--spacing-lg, 0.625rem);
|
|
2092
2318
|
display: flex;
|
|
2093
|
-
flex-direction:
|
|
2094
|
-
gap:
|
|
2095
|
-
align-items:
|
|
2096
|
-
justify-content:
|
|
2097
|
-
|
|
2319
|
+
flex-direction: row;
|
|
2320
|
+
gap: var(--spacing-xs, 0.25rem);
|
|
2321
|
+
align-items: center;
|
|
2322
|
+
justify-content: center;
|
|
2323
|
+
height: 2rem;
|
|
2098
2324
|
flex-shrink: 0;
|
|
2099
|
-
|
|
2325
|
+
cursor: pointer;
|
|
2326
|
+
color: var(--alias-text-and-icons-primary, #f5f5f5);
|
|
2100
2327
|
}
|
|
2101
|
-
.
|
|
2102
|
-
|
|
2103
|
-
|
|
2104
|
-
height:
|
|
2105
|
-
|
|
2106
|
-
|
|
2107
|
-
aspect-ratio: 55.56/10.88;
|
|
2328
|
+
.ScPlanCard_increaseCreditsLabel {
|
|
2329
|
+
font-family: var( --text-text-xs-regular-font-family, "Inter-Regular", sans-serif );
|
|
2330
|
+
font-size: var(--text-text-xs-regular-font-size, 0.75rem);
|
|
2331
|
+
line-height: var(--text-text-xs-regular-line-height, 1.125rem);
|
|
2332
|
+
font-weight: var(--text-text-xs-regular-font-weight, 400);
|
|
2333
|
+
white-space: nowrap;
|
|
2108
2334
|
}
|
|
2109
|
-
.
|
|
2110
|
-
|
|
2111
|
-
|
|
2335
|
+
.ScPlanCard_increaseCreditsArrow {
|
|
2336
|
+
flex-shrink: 0;
|
|
2337
|
+
width: 0.75rem;
|
|
2338
|
+
height: 0.75rem;
|
|
2112
2339
|
}
|
|
2113
|
-
.
|
|
2340
|
+
.ScPlanCard_scButtonInstance {
|
|
2114
2341
|
align-self: stretch !important;
|
|
2115
2342
|
flex-shrink: 0 !important;
|
|
2116
|
-
width: unset !important;
|
|
2117
2343
|
}
|
|
2118
|
-
.
|
|
2119
|
-
flex-shrink: 0;
|
|
2120
|
-
width: 5.53rem;
|
|
2121
|
-
height: 0.85rem;
|
|
2122
|
-
position: relative;
|
|
2123
|
-
overflow: visible;
|
|
2124
|
-
aspect-ratio: 88.48/13.6;
|
|
2125
|
-
}
|
|
2126
|
-
.ScPlanCard_scHDividerInstance3 {
|
|
2344
|
+
.ScPlanCard_scHDividerInstance {
|
|
2127
2345
|
align-self: stretch !important;
|
|
2128
2346
|
flex-shrink: 0 !important;
|
|
2129
2347
|
width: unset !important;
|
|
2130
2348
|
}
|
|
2131
|
-
.
|
|
2132
|
-
flex-shrink: 0;
|
|
2133
|
-
width: 4.54375rem;
|
|
2134
|
-
height: 0.86rem;
|
|
2135
|
-
position: relative;
|
|
2136
|
-
overflow: visible;
|
|
2137
|
-
aspect-ratio: 72.7/13.76;
|
|
2138
|
-
}
|
|
2139
|
-
.ScPlanCard_upgradeButtonContainer {
|
|
2140
|
-
padding: var(--spacing-3xl, 1rem) 0rem 0rem 0rem;
|
|
2349
|
+
.ScPlanCard_featuresSection {
|
|
2141
2350
|
display: flex;
|
|
2142
2351
|
flex-direction: column;
|
|
2143
|
-
gap:
|
|
2352
|
+
gap: 1rem;
|
|
2144
2353
|
align-items: flex-start;
|
|
2145
2354
|
justify-content: flex-start;
|
|
2146
2355
|
align-self: stretch;
|
|
2147
2356
|
flex-shrink: 0;
|
|
2148
2357
|
position: relative;
|
|
2149
2358
|
}
|
|
2150
|
-
.
|
|
2151
|
-
|
|
2152
|
-
|
|
2359
|
+
.ScPlanCard_sectionTitle {
|
|
2360
|
+
color: var(--alias-text-and-icons-primary, #f5f5f5);
|
|
2361
|
+
text-align: left;
|
|
2362
|
+
font-family: var( --text-text-sm-semibold-font-family, "Inter-SemiBold", sans-serif );
|
|
2363
|
+
font-size: var(--text-text-sm-semibold-font-size, 0.875rem);
|
|
2364
|
+
line-height: var(--text-text-sm-semibold-line-height, 1.25rem);
|
|
2365
|
+
font-weight: var(--text-text-sm-semibold-font-weight, 600);
|
|
2366
|
+
position: relative;
|
|
2367
|
+
align-self: stretch;
|
|
2153
2368
|
}
|
|
2154
|
-
.
|
|
2369
|
+
.ScPlanCard_featureRow {
|
|
2370
|
+
display: flex;
|
|
2371
|
+
flex-direction: row;
|
|
2372
|
+
gap: var(--gp8, 0.5rem);
|
|
2373
|
+
align-items: center;
|
|
2374
|
+
align-self: stretch;
|
|
2155
2375
|
flex-shrink: 0;
|
|
2156
|
-
|
|
2157
|
-
|
|
2376
|
+
}
|
|
2377
|
+
.ScPlanCard_featureText {
|
|
2378
|
+
color: #9e9e9e;
|
|
2379
|
+
text-align: left;
|
|
2380
|
+
font-family: var( --text-text-sm-regular-font-family, "Inter-Regular", sans-serif );
|
|
2381
|
+
font-size: var(--text-text-sm-regular-font-size, 0.875rem);
|
|
2382
|
+
line-height: var(--text-text-sm-regular-line-height, 1.25rem);
|
|
2383
|
+
font-weight: var(--text-text-sm-regular-font-weight, 400);
|
|
2384
|
+
}
|
|
2385
|
+
.ScPlanCard_description {
|
|
2386
|
+
color: #9e9e9e;
|
|
2387
|
+
text-align: left;
|
|
2388
|
+
font-family: var( --lead-text-lead-text-xs-regular-font-family, "Inter-Regular", sans-serif );
|
|
2389
|
+
font-size: var(--lead-text-lead-text-xs-regular-font-size, 1.125rem);
|
|
2390
|
+
line-height: var(--lead-text-lead-text-xs-regular-line-height, 1.625rem);
|
|
2391
|
+
font-weight: var(--lead-text-lead-text-xs-regular-font-weight, 400);
|
|
2158
2392
|
position: relative;
|
|
2159
|
-
|
|
2393
|
+
align-self: stretch;
|
|
2160
2394
|
}
|
|
2161
2395
|
.ScPlanCard_scPlanCard.ScPlanCard_type-popular .ScPlanCard_planName {
|
|
2162
2396
|
color: var(--alias-text-and-icons-warningcont, #ffba3a);
|
|
2163
2397
|
}
|
|
2398
|
+
.ScPlanCard_scPlanCard.ScPlanCard_type-custom {
|
|
2399
|
+
background: var(--alias-surface-base, #101010);
|
|
2400
|
+
}
|
|
2401
|
+
.ScPlanCard_scPlanCard .ScPlanCard_scButtonInstanceDisabled {
|
|
2402
|
+
opacity: 0.5;
|
|
2403
|
+
}
|
|
2164
2404
|
|
|
2165
2405
|
/* src/SC-Plan details card/ScPlanDetailsCard.module.css */
|
|
2166
2406
|
.ScPlanDetailsCard_scPlanDetailsCard,
|
|
@@ -2191,6 +2431,7 @@
|
|
|
2191
2431
|
align-self: stretch;
|
|
2192
2432
|
flex-shrink: 0;
|
|
2193
2433
|
position: relative;
|
|
2434
|
+
color: var(--alias-text-and-icons-primary, #f5f5f5);
|
|
2194
2435
|
}
|
|
2195
2436
|
.ScPlanDetailsCard_scPairtextInstance {
|
|
2196
2437
|
flex: 1 !important;
|
|
@@ -2224,15 +2465,35 @@
|
|
|
2224
2465
|
height: 2.875rem;
|
|
2225
2466
|
position: relative;
|
|
2226
2467
|
}
|
|
2468
|
+
.ScPlanDetailsCard_planNameRow {
|
|
2469
|
+
display: flex;
|
|
2470
|
+
flex-direction: row;
|
|
2471
|
+
align-items: center;
|
|
2472
|
+
align-self: stretch;
|
|
2473
|
+
}
|
|
2227
2474
|
.ScPlanDetailsCard_planName {
|
|
2228
2475
|
color: var(--alias-text-and-icons-primary, #f5f5f5);
|
|
2229
|
-
text-align: left;
|
|
2230
2476
|
font-family: var( --lead-text-lead-text-xs-medium-font-family, "Inter-Medium", sans-serif );
|
|
2231
|
-
font-size: var(--
|
|
2232
|
-
line-height: var(--
|
|
2233
|
-
font-weight:
|
|
2477
|
+
font-size: var(--font-size-font-size-lg, 1.125rem);
|
|
2478
|
+
line-height: var(--line-height-line-height-lg, 1.625rem);
|
|
2479
|
+
font-weight: 500;
|
|
2480
|
+
white-space: nowrap;
|
|
2481
|
+
}
|
|
2482
|
+
.ScPlanDetailsCard_dotSeparator {
|
|
2483
|
+
width: 1.5rem;
|
|
2484
|
+
height: 1.5rem;
|
|
2234
2485
|
position: relative;
|
|
2235
|
-
|
|
2486
|
+
flex-shrink: 0;
|
|
2487
|
+
display: flex;
|
|
2488
|
+
align-items: center;
|
|
2489
|
+
justify-content: center;
|
|
2490
|
+
}
|
|
2491
|
+
.ScPlanDetailsCard_dotSeparator::after {
|
|
2492
|
+
content: "";
|
|
2493
|
+
width: 0.25rem;
|
|
2494
|
+
height: 0.25rem;
|
|
2495
|
+
border-radius: var(--radius-full, 999px);
|
|
2496
|
+
background: var(--alias-text-and-icons-tertiary, #9e9e9e);
|
|
2236
2497
|
}
|
|
2237
2498
|
.ScPlanDetailsCard_planPrice {
|
|
2238
2499
|
color: var(--alias-text-and-icons-tertiary, #9e9e9e);
|
|
@@ -2246,6 +2507,7 @@
|
|
|
2246
2507
|
}
|
|
2247
2508
|
.ScPlanDetailsCard_scButtonInstance {
|
|
2248
2509
|
flex-shrink: 0 !important;
|
|
2510
|
+
width: 7.5rem !important;
|
|
2249
2511
|
}
|
|
2250
2512
|
|
|
2251
2513
|
/* src/SC-Profile/ScProfile.module.css */
|
|
@@ -2752,6 +3014,7 @@
|
|
|
2752
3014
|
flex-shrink: 0;
|
|
2753
3015
|
height: 3rem;
|
|
2754
3016
|
position: relative;
|
|
3017
|
+
color: var(--alias-text-and-icons-muted, #7a7a7a);
|
|
2755
3018
|
}
|
|
2756
3019
|
.ScTextField_inputText {
|
|
2757
3020
|
color: var(--alias-text-and-icons-muted, #7a7a7a);
|
|
@@ -3275,6 +3538,11 @@
|
|
|
3275
3538
|
justify-content: flex-start;
|
|
3276
3539
|
position: relative;
|
|
3277
3540
|
backdrop-filter: blur(0.25rem);
|
|
3541
|
+
cursor: pointer;
|
|
3542
|
+
transition:
|
|
3543
|
+
background 0.2s ease,
|
|
3544
|
+
transform 0.2s ease,
|
|
3545
|
+
border-color 0.2s ease;
|
|
3278
3546
|
}
|
|
3279
3547
|
.ScAppListingCard_header {
|
|
3280
3548
|
display: flex;
|
|
@@ -3290,6 +3558,7 @@
|
|
|
3290
3558
|
background: var(--alias-fill-neutral-neutral, #1a1a1a);
|
|
3291
3559
|
border-radius: var(--radius-md, 0.5rem);
|
|
3292
3560
|
padding: 0.5rem;
|
|
3561
|
+
transition: background 0.2s ease;
|
|
3293
3562
|
display: flex;
|
|
3294
3563
|
flex-direction: row;
|
|
3295
3564
|
gap: 0.5rem;
|
|
@@ -3318,6 +3587,18 @@
|
|
|
3318
3587
|
position: relative;
|
|
3319
3588
|
align-self: stretch;
|
|
3320
3589
|
}
|
|
3590
|
+
.ScAppListingCard_scAppListingCard:hover {
|
|
3591
|
+
background: var(--alias-surface-subtle, #1a1a1a);
|
|
3592
|
+
border-color: #ffa16b;
|
|
3593
|
+
transform: scale(1.03);
|
|
3594
|
+
}
|
|
3595
|
+
.ScAppListingCard_scAppListingCard:hover .ScAppListingCard_iconContainer {
|
|
3596
|
+
background:
|
|
3597
|
+
linear-gradient(
|
|
3598
|
+
135deg,
|
|
3599
|
+
#6d00db 0%,
|
|
3600
|
+
#ffb88c 100%);
|
|
3601
|
+
}
|
|
3321
3602
|
|
|
3322
3603
|
/* src/SC-appCard/ScAppCard.module.css */
|
|
3323
3604
|
.ScAppCard_scAppCard,
|
|
@@ -3344,6 +3625,7 @@
|
|
|
3344
3625
|
justify-content: flex-start;
|
|
3345
3626
|
flex-shrink: 0;
|
|
3346
3627
|
position: relative;
|
|
3628
|
+
color: var(--alias-text-and-icons-primary, #f5f5f5);
|
|
3347
3629
|
}
|
|
3348
3630
|
.ScAppCard_textContainer {
|
|
3349
3631
|
display: flex;
|
|
@@ -3666,6 +3948,7 @@
|
|
|
3666
3948
|
flex-shrink: 0;
|
|
3667
3949
|
height: 3rem;
|
|
3668
3950
|
position: relative;
|
|
3951
|
+
color: var(--alias-text-and-icons-muted, #7a7a7a);
|
|
3669
3952
|
}
|
|
3670
3953
|
.ScOnlyField_inputText {
|
|
3671
3954
|
color: var(--alias-text-and-icons-muted, #7a7a7a);
|
|
@@ -4200,6 +4483,7 @@
|
|
|
4200
4483
|
flex-shrink: 0;
|
|
4201
4484
|
width: 11.25rem;
|
|
4202
4485
|
position: relative;
|
|
4486
|
+
color: var(--alias-text-and-icons-primary, #f5f5f5);
|
|
4203
4487
|
}
|
|
4204
4488
|
.ScTableList_scAccessInstance {
|
|
4205
4489
|
flex-shrink: 0 !important;
|
|
@@ -4298,7 +4582,11 @@
|
|
|
4298
4582
|
line-height: var(--text-text-md-medium-line-height, 1.5rem);
|
|
4299
4583
|
font-weight: var(--text-text-md-medium-font-weight, 500);
|
|
4300
4584
|
position: relative;
|
|
4301
|
-
|
|
4585
|
+
flex: 1;
|
|
4586
|
+
min-width: 0;
|
|
4587
|
+
text-overflow: ellipsis;
|
|
4588
|
+
overflow: hidden;
|
|
4589
|
+
white-space: nowrap;
|
|
4302
4590
|
}
|
|
4303
4591
|
.ScWorkspaceCard_userInfo {
|
|
4304
4592
|
padding: 0rem 1rem 0rem 1rem;
|