@streamoid/ui 0.5.2 → 0.6.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/index.css +196 -281
- package/dist/index.d.mts +193 -10
- package/dist/index.d.ts +193 -10
- package/dist/index.js +2485 -1248
- package/dist/index.mjs +2417 -1174
- package/package.json +1 -1
package/dist/index.css
CHANGED
|
@@ -2304,198 +2304,6 @@
|
|
|
2304
2304
|
background: var(--alias-fill-neutral-neutralhover, #242424);
|
|
2305
2305
|
}
|
|
2306
2306
|
|
|
2307
|
-
/* src/SC-Plan card/ScPlanCard.module.css */
|
|
2308
|
-
.ScPlanCard_scPlanCard,
|
|
2309
|
-
.ScPlanCard_scPlanCard * {
|
|
2310
|
-
box-sizing: border-box;
|
|
2311
|
-
}
|
|
2312
|
-
.ScPlanCard_scPlanCard {
|
|
2313
|
-
background: var(--alias-surface-base, #101010);
|
|
2314
|
-
border-radius: var(--radius-3xl, 1rem);
|
|
2315
|
-
border-style: solid;
|
|
2316
|
-
border-color: var(--alias-border-subtle, #242424);
|
|
2317
|
-
border-width: 0.0625rem;
|
|
2318
|
-
padding: var(--spacing-6xl, 1.5rem) var(--spacing-6xl, 1.5rem) var(--spacing-8xl, 2rem) var(--spacing-6xl, 1.5rem);
|
|
2319
|
-
display: flex;
|
|
2320
|
-
flex-direction: column;
|
|
2321
|
-
gap: var(--spacing-6xl, 1.5rem);
|
|
2322
|
-
align-items: flex-start;
|
|
2323
|
-
justify-content: flex-start;
|
|
2324
|
-
position: relative;
|
|
2325
|
-
backdrop-filter: blur(0.25rem);
|
|
2326
|
-
}
|
|
2327
|
-
.ScPlanCard_planHeader {
|
|
2328
|
-
display: flex;
|
|
2329
|
-
flex-direction: row;
|
|
2330
|
-
gap: var(--spacing-md, 0.5rem);
|
|
2331
|
-
align-items: flex-start;
|
|
2332
|
-
justify-content: flex-start;
|
|
2333
|
-
align-self: stretch;
|
|
2334
|
-
flex-shrink: 0;
|
|
2335
|
-
position: relative;
|
|
2336
|
-
}
|
|
2337
|
-
.ScPlanCard_planInfo {
|
|
2338
|
-
display: flex;
|
|
2339
|
-
flex-direction: column;
|
|
2340
|
-
gap: var(--spacing-none, 0rem);
|
|
2341
|
-
align-items: center;
|
|
2342
|
-
justify-content: center;
|
|
2343
|
-
flex: 1;
|
|
2344
|
-
position: relative;
|
|
2345
|
-
}
|
|
2346
|
-
.ScPlanCard_planName {
|
|
2347
|
-
color: var(--alias-text-and-icons-primary, #f5f5f5);
|
|
2348
|
-
text-align: left;
|
|
2349
|
-
font-family: var( --lead-text-lead-text-md-bold-font-family, "Inter-Bold", sans-serif );
|
|
2350
|
-
font-size: var(--lead-text-lead-text-md-bold-font-size, 1.5rem);
|
|
2351
|
-
line-height: var(--lead-text-lead-text-md-bold-line-height, 2rem);
|
|
2352
|
-
font-weight: var(--lead-text-lead-text-md-bold-font-weight, 700);
|
|
2353
|
-
position: relative;
|
|
2354
|
-
align-self: stretch;
|
|
2355
|
-
}
|
|
2356
|
-
.ScPlanCard_planPrice {
|
|
2357
|
-
color: var(--alias-text-and-icons-secondary, #dadada);
|
|
2358
|
-
text-align: left;
|
|
2359
|
-
font-family: var( --lead-text-lead-text-sm-medium-font-family, "Inter-Medium", sans-serif );
|
|
2360
|
-
font-size: var(--lead-text-lead-text-sm-medium-font-size, 1.25rem);
|
|
2361
|
-
line-height: var(--lead-text-lead-text-sm-medium-line-height, 1.75rem);
|
|
2362
|
-
font-weight: var(--lead-text-lead-text-sm-medium-font-weight, 500);
|
|
2363
|
-
position: relative;
|
|
2364
|
-
align-self: stretch;
|
|
2365
|
-
}
|
|
2366
|
-
.ScPlanCard_creditsWrapper {
|
|
2367
|
-
position: relative;
|
|
2368
|
-
align-self: stretch;
|
|
2369
|
-
flex-shrink: 0;
|
|
2370
|
-
}
|
|
2371
|
-
.ScPlanCard_creditsContainer {
|
|
2372
|
-
background: var(--alias-fill-neutral-neutralplus, #151515);
|
|
2373
|
-
border-radius: var(--radius-3xl, 1rem);
|
|
2374
|
-
padding: var(--spacing-3xl, 1rem);
|
|
2375
|
-
display: flex;
|
|
2376
|
-
flex-direction: row;
|
|
2377
|
-
gap: 0.5rem;
|
|
2378
|
-
align-items: center;
|
|
2379
|
-
justify-content: center;
|
|
2380
|
-
align-self: stretch;
|
|
2381
|
-
flex-shrink: 0;
|
|
2382
|
-
position: relative;
|
|
2383
|
-
height: 4rem;
|
|
2384
|
-
}
|
|
2385
|
-
.ScPlanCard_creditsContainerPopular {
|
|
2386
|
-
background: var(--alias-fill-neutral-neutralactive, #313131);
|
|
2387
|
-
padding-left: var(--spacing-3xl, 1rem);
|
|
2388
|
-
padding-right: var(--spacing-xl, 0.75rem);
|
|
2389
|
-
}
|
|
2390
|
-
.ScPlanCard_siconCreditsInstance {
|
|
2391
|
-
flex-shrink: 0;
|
|
2392
|
-
width: 1.5rem;
|
|
2393
|
-
height: 1.5rem;
|
|
2394
|
-
position: relative;
|
|
2395
|
-
overflow: visible;
|
|
2396
|
-
}
|
|
2397
|
-
.ScPlanCard_creditsText {
|
|
2398
|
-
color: var(--alias-text-and-icons-primary, #f5f5f5);
|
|
2399
|
-
text-align: left;
|
|
2400
|
-
font-family: var( --text-text-md-semibold-font-family, "Inter-SemiBold", sans-serif );
|
|
2401
|
-
font-size: var(--text-text-md-semibold-font-size, 1rem);
|
|
2402
|
-
line-height: var(--text-text-md-semibold-line-height, 1.5rem);
|
|
2403
|
-
font-weight: var(--text-text-md-semibold-font-weight, 600);
|
|
2404
|
-
position: relative;
|
|
2405
|
-
flex: 1;
|
|
2406
|
-
}
|
|
2407
|
-
.ScPlanCard_increaseCreditsBtn {
|
|
2408
|
-
background: var(--alias-fill-neutral-neutralselected, #242424);
|
|
2409
|
-
border: none;
|
|
2410
|
-
border-radius: var(--medium-5, 0.75rem);
|
|
2411
|
-
padding: var(--spacing-xs, 0.25rem) var(--spacing-md, 0.5rem) var(--spacing-xs, 0.25rem) var(--spacing-lg, 0.625rem);
|
|
2412
|
-
display: flex;
|
|
2413
|
-
flex-direction: row;
|
|
2414
|
-
gap: var(--spacing-xs, 0.25rem);
|
|
2415
|
-
align-items: center;
|
|
2416
|
-
justify-content: center;
|
|
2417
|
-
height: 2rem;
|
|
2418
|
-
flex-shrink: 0;
|
|
2419
|
-
cursor: pointer;
|
|
2420
|
-
color: var(--alias-text-and-icons-primary, #f5f5f5);
|
|
2421
|
-
}
|
|
2422
|
-
.ScPlanCard_increaseCreditsLabel {
|
|
2423
|
-
font-family: var( --text-text-xs-regular-font-family, "Inter-Regular", sans-serif );
|
|
2424
|
-
font-size: var(--text-text-xs-regular-font-size, 0.75rem);
|
|
2425
|
-
line-height: var(--text-text-xs-regular-line-height, 1.125rem);
|
|
2426
|
-
font-weight: var(--text-text-xs-regular-font-weight, 400);
|
|
2427
|
-
white-space: nowrap;
|
|
2428
|
-
}
|
|
2429
|
-
.ScPlanCard_increaseCreditsArrow {
|
|
2430
|
-
flex-shrink: 0;
|
|
2431
|
-
width: 0.75rem;
|
|
2432
|
-
height: 0.75rem;
|
|
2433
|
-
}
|
|
2434
|
-
.ScPlanCard_scButtonInstance {
|
|
2435
|
-
align-self: stretch !important;
|
|
2436
|
-
flex-shrink: 0 !important;
|
|
2437
|
-
}
|
|
2438
|
-
.ScPlanCard_scHDividerInstance {
|
|
2439
|
-
align-self: stretch !important;
|
|
2440
|
-
flex-shrink: 0 !important;
|
|
2441
|
-
width: unset !important;
|
|
2442
|
-
}
|
|
2443
|
-
.ScPlanCard_featuresSection {
|
|
2444
|
-
display: flex;
|
|
2445
|
-
flex-direction: column;
|
|
2446
|
-
gap: 1rem;
|
|
2447
|
-
align-items: flex-start;
|
|
2448
|
-
justify-content: flex-start;
|
|
2449
|
-
align-self: stretch;
|
|
2450
|
-
flex-shrink: 0;
|
|
2451
|
-
position: relative;
|
|
2452
|
-
}
|
|
2453
|
-
.ScPlanCard_sectionTitle {
|
|
2454
|
-
color: var(--alias-text-and-icons-primary, #f5f5f5);
|
|
2455
|
-
text-align: left;
|
|
2456
|
-
font-family: var( --text-text-sm-semibold-font-family, "Inter-SemiBold", sans-serif );
|
|
2457
|
-
font-size: var(--text-text-sm-semibold-font-size, 0.875rem);
|
|
2458
|
-
line-height: var(--text-text-sm-semibold-line-height, 1.25rem);
|
|
2459
|
-
font-weight: var(--text-text-sm-semibold-font-weight, 600);
|
|
2460
|
-
position: relative;
|
|
2461
|
-
align-self: stretch;
|
|
2462
|
-
}
|
|
2463
|
-
.ScPlanCard_featureRow {
|
|
2464
|
-
display: flex;
|
|
2465
|
-
flex-direction: row;
|
|
2466
|
-
gap: var(--gp8, 0.5rem);
|
|
2467
|
-
align-items: center;
|
|
2468
|
-
align-self: stretch;
|
|
2469
|
-
flex-shrink: 0;
|
|
2470
|
-
}
|
|
2471
|
-
.ScPlanCard_featureText {
|
|
2472
|
-
color: var(--alias-text-and-icons-tertiary, #9e9e9e);
|
|
2473
|
-
text-align: left;
|
|
2474
|
-
font-family: var( --text-text-sm-regular-font-family, "Inter-Regular", sans-serif );
|
|
2475
|
-
font-size: var(--text-text-sm-regular-font-size, 0.875rem);
|
|
2476
|
-
line-height: var(--text-text-sm-regular-line-height, 1.25rem);
|
|
2477
|
-
font-weight: var(--text-text-sm-regular-font-weight, 400);
|
|
2478
|
-
}
|
|
2479
|
-
.ScPlanCard_description {
|
|
2480
|
-
color: var(--alias-text-and-icons-tertiary, #9e9e9e);
|
|
2481
|
-
text-align: left;
|
|
2482
|
-
font-family: var( --lead-text-lead-text-xs-regular-font-family, "Inter-Regular", sans-serif );
|
|
2483
|
-
font-size: var(--lead-text-lead-text-xs-regular-font-size, 1.125rem);
|
|
2484
|
-
line-height: var(--lead-text-lead-text-xs-regular-line-height, 1.625rem);
|
|
2485
|
-
font-weight: var(--lead-text-lead-text-xs-regular-font-weight, 400);
|
|
2486
|
-
position: relative;
|
|
2487
|
-
align-self: stretch;
|
|
2488
|
-
}
|
|
2489
|
-
.ScPlanCard_scPlanCard.ScPlanCard_type-popular .ScPlanCard_planName {
|
|
2490
|
-
color: var(--alias-text-and-icons-warningcont, #ffba3a);
|
|
2491
|
-
}
|
|
2492
|
-
.ScPlanCard_scPlanCard.ScPlanCard_type-custom {
|
|
2493
|
-
background: var(--alias-surface-base, #101010);
|
|
2494
|
-
}
|
|
2495
|
-
.ScPlanCard_scPlanCard .ScPlanCard_scButtonInstanceDisabled {
|
|
2496
|
-
opacity: 0.5;
|
|
2497
|
-
}
|
|
2498
|
-
|
|
2499
2307
|
/* src/SC-Plan details card/ScPlanDetailsCard.module.css */
|
|
2500
2308
|
.ScPlanDetailsCard_scPlanDetailsCard,
|
|
2501
2309
|
.ScPlanDetailsCard_scPlanDetailsCard * {
|
|
@@ -3508,6 +3316,7 @@
|
|
|
3508
3316
|
height: 2.5rem;
|
|
3509
3317
|
position: relative;
|
|
3510
3318
|
cursor: pointer;
|
|
3319
|
+
transition: background-color 120ms ease;
|
|
3511
3320
|
}
|
|
3512
3321
|
.ScSidebarMenu_scSidebarMenu > :first-child {
|
|
3513
3322
|
width: 1.25rem;
|
|
@@ -3562,7 +3371,10 @@
|
|
|
3562
3371
|
display: flex;
|
|
3563
3372
|
}
|
|
3564
3373
|
.ScSidebarMenu_scSidebarMenu.ScSidebarMenu_variant-collapsed {
|
|
3374
|
+
width: 2.5rem;
|
|
3375
|
+
height: 2.5rem;
|
|
3565
3376
|
padding: var(--spacing-md, 0.5rem);
|
|
3377
|
+
justify-content: center;
|
|
3566
3378
|
align-self: unset;
|
|
3567
3379
|
}
|
|
3568
3380
|
|
|
@@ -4005,120 +3817,107 @@
|
|
|
4005
3817
|
border-radius: var(--radius-full, 999px);
|
|
4006
3818
|
}
|
|
4007
3819
|
|
|
4008
|
-
/* src/SC-
|
|
4009
|
-
.
|
|
4010
|
-
.
|
|
3820
|
+
/* src/SC-Sidebar Switch menu/ScSidebarSwitchMenu.module.css */
|
|
3821
|
+
.ScSidebarSwitchMenu_scSidebarSwitchMenu,
|
|
3822
|
+
.ScSidebarSwitchMenu_scSidebarSwitchMenu * {
|
|
4011
3823
|
box-sizing: border-box;
|
|
4012
3824
|
}
|
|
4013
|
-
.
|
|
4014
|
-
|
|
4015
|
-
|
|
4016
|
-
|
|
3825
|
+
.ScSidebarSwitchMenu_scSidebarSwitchMenu {
|
|
3826
|
+
border-radius: 0;
|
|
3827
|
+
padding: var(--spacing-md, 0.5rem) var(--spacing-xl, 0.75rem) var(--spacing-md, 0.5rem) var(--spacing-xl, 0.75rem);
|
|
3828
|
+
display: flex;
|
|
3829
|
+
flex-direction: row;
|
|
3830
|
+
gap: 0.5rem;
|
|
3831
|
+
align-items: flex-start;
|
|
3832
|
+
justify-content: flex-start;
|
|
3833
|
+
align-self: stretch;
|
|
3834
|
+
flex-shrink: 0;
|
|
3835
|
+
position: relative;
|
|
3836
|
+
cursor: pointer;
|
|
3837
|
+
transition: background-color 120ms ease;
|
|
3838
|
+
}
|
|
3839
|
+
.ScSidebarSwitchMenu_iconWrapper {
|
|
3840
|
+
width: 1.25rem;
|
|
3841
|
+
height: 1.25rem;
|
|
3842
|
+
flex-shrink: 0;
|
|
4017
3843
|
display: flex;
|
|
4018
|
-
flex-direction: column;
|
|
4019
3844
|
align-items: center;
|
|
4020
3845
|
justify-content: center;
|
|
4021
|
-
|
|
4022
|
-
width: 16.3125rem;
|
|
4023
|
-
position: relative;
|
|
3846
|
+
overflow: hidden;
|
|
4024
3847
|
}
|
|
4025
|
-
.
|
|
3848
|
+
.ScSidebarSwitchMenu_iconWrapper > * {
|
|
3849
|
+
max-width: 100%;
|
|
3850
|
+
max-height: 100%;
|
|
3851
|
+
}
|
|
3852
|
+
.ScSidebarSwitchMenu_content {
|
|
4026
3853
|
display: flex;
|
|
4027
3854
|
flex-direction: column;
|
|
4028
|
-
|
|
4029
|
-
|
|
4030
|
-
|
|
4031
|
-
word-break: break-word;
|
|
4032
|
-
}
|
|
4033
|
-
.ScGuide_title {
|
|
3855
|
+
flex: 1 0 0;
|
|
3856
|
+
min-width: 0;
|
|
3857
|
+
position: relative;
|
|
4034
3858
|
font-family: var(--font-family-font-family-body, "Inter", sans-serif);
|
|
4035
|
-
font-
|
|
4036
|
-
|
|
4037
|
-
line-height: var(--line-height-line-height-md, 1.5rem);
|
|
4038
|
-
color: var(--alias-text-and-icons-primary, #f5f5f5);
|
|
4039
|
-
width: 100%;
|
|
4040
|
-
margin: 0;
|
|
3859
|
+
font-weight: var(--font-weight-font-weight-regular, 400);
|
|
3860
|
+
text-align: left;
|
|
4041
3861
|
}
|
|
4042
|
-
.
|
|
4043
|
-
|
|
3862
|
+
.ScSidebarSwitchMenu_text {
|
|
3863
|
+
color: var(--alias-text---icons-tertiary, #9e9e9e);
|
|
4044
3864
|
font-size: var(--font-size-font-size-sm, 0.875rem);
|
|
4045
|
-
font-weight: 400;
|
|
4046
3865
|
line-height: var(--line-height-line-height-sm, 1.25rem);
|
|
4047
|
-
|
|
3866
|
+
height: 1.25rem;
|
|
4048
3867
|
width: 100%;
|
|
4049
|
-
|
|
3868
|
+
text-overflow: ellipsis;
|
|
3869
|
+
overflow: hidden;
|
|
3870
|
+
white-space: nowrap;
|
|
4050
3871
|
}
|
|
4051
|
-
.
|
|
4052
|
-
|
|
4053
|
-
|
|
4054
|
-
|
|
3872
|
+
.ScSidebarSwitchMenu_description {
|
|
3873
|
+
color: var(--alias-text---icons-tertiary, #9e9e9e);
|
|
3874
|
+
font-size: var(--font-size-font-size-xs, 0.75rem);
|
|
3875
|
+
line-height: var(--line-height-line-height-xs, 1.125rem);
|
|
4055
3876
|
width: 100%;
|
|
4056
|
-
|
|
4057
|
-
|
|
4058
|
-
.ScGuide_stepIndicator {
|
|
4059
|
-
position: absolute;
|
|
4060
|
-
left: 50%;
|
|
4061
|
-
top: 50%;
|
|
4062
|
-
transform: translate(-50%, -50%);
|
|
4063
|
-
pointer-events: none;
|
|
4064
|
-
font-family: var(--font-family-font-family-body, "Inter", sans-serif);
|
|
4065
|
-
font-size: var(--font-size-font-size-sm, 0.875rem);
|
|
4066
|
-
font-weight: 400;
|
|
4067
|
-
line-height: var(--line-height-line-height-sm, 1.25rem);
|
|
4068
|
-
color: var(--alias-text-and-icons-tertiary, #9e9e9e);
|
|
3877
|
+
text-overflow: ellipsis;
|
|
3878
|
+
overflow: hidden;
|
|
4069
3879
|
white-space: nowrap;
|
|
4070
3880
|
}
|
|
4071
|
-
.
|
|
4072
|
-
|
|
4073
|
-
|
|
4074
|
-
padding: 0;
|
|
3881
|
+
.ScSidebarSwitchMenu_moreIconWrapper {
|
|
3882
|
+
display: none;
|
|
3883
|
+
align-items: center;
|
|
3884
|
+
padding: 0.125rem;
|
|
3885
|
+
border-radius: var(--radius-md, 0.5rem);
|
|
3886
|
+
flex-shrink: 0;
|
|
4075
3887
|
cursor: pointer;
|
|
4076
|
-
font-family: var(--font-family-font-family-body, "Inter", sans-serif);
|
|
4077
|
-
font-size: var(--font-size-font-size-sm, 0.875rem);
|
|
4078
|
-
font-weight: 400;
|
|
4079
|
-
line-height: var(--line-height-line-height-sm, 1.25rem);
|
|
4080
|
-
color: var(--alias-text-and-icons-tertiary, #9e9e9e);
|
|
4081
|
-
white-space: nowrap;
|
|
4082
3888
|
}
|
|
4083
|
-
.
|
|
4084
|
-
|
|
4085
|
-
opacity: 0.5;
|
|
3889
|
+
.ScSidebarSwitchMenu_scSidebarSwitchMenu.ScSidebarSwitchMenu_state-active {
|
|
3890
|
+
background: var(--alias-fill-neutral-neutralselected, #242424);
|
|
4086
3891
|
}
|
|
4087
|
-
.
|
|
4088
|
-
|
|
3892
|
+
.ScSidebarSwitchMenu_scSidebarSwitchMenu.ScSidebarSwitchMenu_state-active .ScSidebarSwitchMenu_text {
|
|
3893
|
+
color: var(--alias-text---icons-primary, #f5f5f5);
|
|
4089
3894
|
}
|
|
4090
|
-
.
|
|
4091
|
-
|
|
4092
|
-
border: none;
|
|
4093
|
-
padding: 0;
|
|
4094
|
-
display: inline-flex;
|
|
4095
|
-
align-items: center;
|
|
4096
|
-
cursor: pointer;
|
|
4097
|
-
font-family: var(--font-family-font-family-body, "Inter", sans-serif);
|
|
4098
|
-
font-size: var(--font-size-font-size-sm, 0.875rem);
|
|
4099
|
-
font-weight: 400;
|
|
4100
|
-
line-height: var(--line-height-line-height-sm, 1.25rem);
|
|
4101
|
-
white-space: nowrap;
|
|
3895
|
+
.ScSidebarSwitchMenu_scSidebarSwitchMenu.ScSidebarSwitchMenu_state-default-highlight .ScSidebarSwitchMenu_text {
|
|
3896
|
+
color: var(--alias-text---icons-primary, #f5f5f5);
|
|
4102
3897
|
}
|
|
4103
|
-
.
|
|
4104
|
-
|
|
4105
|
-
|
|
3898
|
+
.ScSidebarSwitchMenu_scSidebarSwitchMenu.ScSidebarSwitchMenu_state-default-active {
|
|
3899
|
+
background: var(--alias-surface-canvas, #0b0b0b);
|
|
3900
|
+
box-shadow: inset 0 0 0 0.5px var(--alias-border-subtle, #242424);
|
|
4106
3901
|
}
|
|
4107
|
-
.
|
|
4108
|
-
|
|
4109
|
-
linear-gradient(
|
|
4110
|
-
74.117deg,
|
|
4111
|
-
#d91536 15.098%,
|
|
4112
|
-
#ee5e3a 84.955%);
|
|
4113
|
-
-webkit-background-clip: text;
|
|
4114
|
-
background-clip: text;
|
|
4115
|
-
color: transparent;
|
|
4116
|
-
-webkit-text-fill-color: transparent;
|
|
3902
|
+
.ScSidebarSwitchMenu_scSidebarSwitchMenu.ScSidebarSwitchMenu_state-default-active .ScSidebarSwitchMenu_text {
|
|
3903
|
+
color: var(--alias-text---icons-primary, #f5f5f5);
|
|
4117
3904
|
}
|
|
4118
|
-
.
|
|
4119
|
-
|
|
3905
|
+
.ScSidebarSwitchMenu_scSidebarSwitchMenu:hover,
|
|
3906
|
+
.ScSidebarSwitchMenu_scSidebarSwitchMenu.ScSidebarSwitchMenu_state-hover {
|
|
3907
|
+
background: var(--alias-fill-neutral-neutral, #1a1a1a);
|
|
3908
|
+
}
|
|
3909
|
+
.ScSidebarSwitchMenu_scSidebarSwitchMenu:hover .ScSidebarSwitchMenu_moreIconWrapper,
|
|
3910
|
+
.ScSidebarSwitchMenu_scSidebarSwitchMenu.ScSidebarSwitchMenu_state-hover .ScSidebarSwitchMenu_moreIconWrapper {
|
|
3911
|
+
display: flex;
|
|
3912
|
+
}
|
|
3913
|
+
.ScSidebarSwitchMenu_scSidebarSwitchMenu.ScSidebarSwitchMenu_variant-collapsed {
|
|
3914
|
+
padding: var(--spacing-md, 0.5rem);
|
|
3915
|
+
align-self: unset;
|
|
4120
3916
|
align-items: center;
|
|
4121
|
-
|
|
3917
|
+
justify-content: center;
|
|
3918
|
+
width: 2.5rem;
|
|
3919
|
+
height: 2.5rem;
|
|
3920
|
+
border-radius: var(--radius-3xl, 1rem);
|
|
4122
3921
|
}
|
|
4123
3922
|
|
|
4124
3923
|
/* src/SC-SideBarLogoUnit/ScSideBarLogoUnit.module.css */
|
|
@@ -4222,6 +4021,122 @@
|
|
|
4222
4021
|
background-color: var(--alias-fill-neutral-neutralplus, #151515);
|
|
4223
4022
|
}
|
|
4224
4023
|
|
|
4024
|
+
/* src/SC-Guide/ScGuide.module.css */
|
|
4025
|
+
.ScGuide_scGuide,
|
|
4026
|
+
.ScGuide_scGuide * {
|
|
4027
|
+
box-sizing: border-box;
|
|
4028
|
+
}
|
|
4029
|
+
.ScGuide_scGuide {
|
|
4030
|
+
background-color: var(--alias-surface-subtleraised, #1f1f1f);
|
|
4031
|
+
border-radius: var(--radius-3xl, 1rem);
|
|
4032
|
+
padding: var(--spacing-4xl, 1.125rem);
|
|
4033
|
+
display: flex;
|
|
4034
|
+
flex-direction: column;
|
|
4035
|
+
align-items: center;
|
|
4036
|
+
justify-content: center;
|
|
4037
|
+
gap: var(--spacing-3xl, 1rem);
|
|
4038
|
+
width: 16.3125rem;
|
|
4039
|
+
position: relative;
|
|
4040
|
+
}
|
|
4041
|
+
.ScGuide_header {
|
|
4042
|
+
display: flex;
|
|
4043
|
+
flex-direction: column;
|
|
4044
|
+
align-items: flex-start;
|
|
4045
|
+
gap: var(--spacing-lg, 0.625rem);
|
|
4046
|
+
width: 100%;
|
|
4047
|
+
word-break: break-word;
|
|
4048
|
+
}
|
|
4049
|
+
.ScGuide_title {
|
|
4050
|
+
font-family: var(--font-family-font-family-body, "Inter", sans-serif);
|
|
4051
|
+
font-size: var(--font-size-font-size-md, 1rem);
|
|
4052
|
+
font-weight: 500;
|
|
4053
|
+
line-height: var(--line-height-line-height-md, 1.5rem);
|
|
4054
|
+
color: var(--alias-text-and-icons-primary, #f5f5f5);
|
|
4055
|
+
width: 100%;
|
|
4056
|
+
margin: 0;
|
|
4057
|
+
}
|
|
4058
|
+
.ScGuide_description {
|
|
4059
|
+
font-family: var(--font-family-font-family-body, "Inter", sans-serif);
|
|
4060
|
+
font-size: var(--font-size-font-size-sm, 0.875rem);
|
|
4061
|
+
font-weight: 400;
|
|
4062
|
+
line-height: var(--line-height-line-height-sm, 1.25rem);
|
|
4063
|
+
color: var(--alias-text-and-icons-tertiary, #9e9e9e);
|
|
4064
|
+
width: 100%;
|
|
4065
|
+
margin: 0;
|
|
4066
|
+
}
|
|
4067
|
+
.ScGuide_actions {
|
|
4068
|
+
display: flex;
|
|
4069
|
+
align-items: center;
|
|
4070
|
+
justify-content: space-between;
|
|
4071
|
+
width: 100%;
|
|
4072
|
+
position: relative;
|
|
4073
|
+
}
|
|
4074
|
+
.ScGuide_stepIndicator {
|
|
4075
|
+
position: absolute;
|
|
4076
|
+
left: 50%;
|
|
4077
|
+
top: 50%;
|
|
4078
|
+
transform: translate(-50%, -50%);
|
|
4079
|
+
pointer-events: none;
|
|
4080
|
+
font-family: var(--font-family-font-family-body, "Inter", sans-serif);
|
|
4081
|
+
font-size: var(--font-size-font-size-sm, 0.875rem);
|
|
4082
|
+
font-weight: 400;
|
|
4083
|
+
line-height: var(--line-height-line-height-sm, 1.25rem);
|
|
4084
|
+
color: var(--alias-text-and-icons-tertiary, #9e9e9e);
|
|
4085
|
+
white-space: nowrap;
|
|
4086
|
+
}
|
|
4087
|
+
.ScGuide_skipButton {
|
|
4088
|
+
background: transparent;
|
|
4089
|
+
border: none;
|
|
4090
|
+
padding: 0;
|
|
4091
|
+
cursor: pointer;
|
|
4092
|
+
font-family: var(--font-family-font-family-body, "Inter", sans-serif);
|
|
4093
|
+
font-size: var(--font-size-font-size-sm, 0.875rem);
|
|
4094
|
+
font-weight: 400;
|
|
4095
|
+
line-height: var(--line-height-line-height-sm, 1.25rem);
|
|
4096
|
+
color: var(--alias-text-and-icons-tertiary, #9e9e9e);
|
|
4097
|
+
white-space: nowrap;
|
|
4098
|
+
}
|
|
4099
|
+
.ScGuide_skipButton:disabled {
|
|
4100
|
+
cursor: default;
|
|
4101
|
+
opacity: 0.5;
|
|
4102
|
+
}
|
|
4103
|
+
.ScGuide_skipSpacer {
|
|
4104
|
+
visibility: hidden;
|
|
4105
|
+
}
|
|
4106
|
+
.ScGuide_nextButton {
|
|
4107
|
+
background: transparent;
|
|
4108
|
+
border: none;
|
|
4109
|
+
padding: 0;
|
|
4110
|
+
display: inline-flex;
|
|
4111
|
+
align-items: center;
|
|
4112
|
+
cursor: pointer;
|
|
4113
|
+
font-family: var(--font-family-font-family-body, "Inter", sans-serif);
|
|
4114
|
+
font-size: var(--font-size-font-size-sm, 0.875rem);
|
|
4115
|
+
font-weight: 400;
|
|
4116
|
+
line-height: var(--line-height-line-height-sm, 1.25rem);
|
|
4117
|
+
white-space: nowrap;
|
|
4118
|
+
}
|
|
4119
|
+
.ScGuide_nextButton:disabled {
|
|
4120
|
+
cursor: default;
|
|
4121
|
+
opacity: 0.5;
|
|
4122
|
+
}
|
|
4123
|
+
.ScGuide_nextLabel {
|
|
4124
|
+
background-image:
|
|
4125
|
+
linear-gradient(
|
|
4126
|
+
74.117deg,
|
|
4127
|
+
#d91536 15.098%,
|
|
4128
|
+
#ee5e3a 84.955%);
|
|
4129
|
+
-webkit-background-clip: text;
|
|
4130
|
+
background-clip: text;
|
|
4131
|
+
color: transparent;
|
|
4132
|
+
-webkit-text-fill-color: transparent;
|
|
4133
|
+
}
|
|
4134
|
+
.ScGuide_nextIcon {
|
|
4135
|
+
display: inline-flex;
|
|
4136
|
+
align-items: center;
|
|
4137
|
+
color: #ee5e3a;
|
|
4138
|
+
}
|
|
4139
|
+
|
|
4225
4140
|
/* src/SC-Slider/ScSlider.module.css */
|
|
4226
4141
|
.ScSlider_scSlider,
|
|
4227
4142
|
.ScSlider_scSlider * {
|