@streamoid/ui 0.6.43 → 0.6.45
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 +47 -16
- package/package.json +1 -1
package/dist/index.css
CHANGED
|
@@ -3561,7 +3561,7 @@
|
|
|
3561
3561
|
flex-shrink: 0;
|
|
3562
3562
|
}
|
|
3563
3563
|
.ScSidebarMenu_content {
|
|
3564
|
-
color: var(--alias-text-and-icons-tertiary, #9e9e9e);
|
|
3564
|
+
color: var(--alias-text---icons-tertiary, var(--alias-text-and-icons-tertiary, #9e9e9e));
|
|
3565
3565
|
text-align: left;
|
|
3566
3566
|
font-family: var( --text-text-sm-regular-font-family, "Inter-Regular", sans-serif );
|
|
3567
3567
|
font-size: var(--text-text-sm-regular-font-size, 0.875rem);
|
|
@@ -3587,17 +3587,17 @@
|
|
|
3587
3587
|
background: var(--alias-fill-neutral-neutralselected, #242424);
|
|
3588
3588
|
}
|
|
3589
3589
|
.ScSidebarMenu_scSidebarMenu.ScSidebarMenu_state-active .ScSidebarMenu_content {
|
|
3590
|
-
color: var(--alias-text-and-icons-primary, #f5f5f5);
|
|
3590
|
+
color: var(--alias-text---icons-primary, var(--alias-text-and-icons-primary, #f5f5f5));
|
|
3591
3591
|
}
|
|
3592
3592
|
.ScSidebarMenu_scSidebarMenu.ScSidebarMenu_state-default-highlight .ScSidebarMenu_content {
|
|
3593
|
-
color: var(--alias-text-and-icons-primary, #f5f5f5);
|
|
3593
|
+
color: var(--alias-text---icons-primary, var(--alias-text-and-icons-primary, #f5f5f5));
|
|
3594
3594
|
}
|
|
3595
3595
|
.ScSidebarMenu_scSidebarMenu.ScSidebarMenu_state-default-active {
|
|
3596
3596
|
background: var(--alias-surface-canvas, #0B0B0B);
|
|
3597
3597
|
box-shadow: inset 0 0 0 0.5px var(--alias-border-subtle, #242424);
|
|
3598
3598
|
}
|
|
3599
3599
|
.ScSidebarMenu_scSidebarMenu.ScSidebarMenu_state-default-active .ScSidebarMenu_content {
|
|
3600
|
-
color: var(--alias-text-and-icons-primary, #f5f5f5);
|
|
3600
|
+
color: var(--alias-text---icons-primary, var(--alias-text-and-icons-primary, #f5f5f5));
|
|
3601
3601
|
}
|
|
3602
3602
|
.ScSidebarMenu_scSidebarMenu:hover,
|
|
3603
3603
|
.ScSidebarMenu_scSidebarMenu.ScSidebarMenu_state-hover {
|
|
@@ -3846,7 +3846,7 @@
|
|
|
3846
3846
|
border: 0;
|
|
3847
3847
|
cursor: pointer;
|
|
3848
3848
|
color: var(--alias-text---icons-primary, #f5f5f5);
|
|
3849
|
-
font:
|
|
3849
|
+
font-family: var(--sc-rail-font-family, Inter, ui-sans-serif, system-ui, sans-serif);
|
|
3850
3850
|
}
|
|
3851
3851
|
.ScSidebarShell_workspaceTrigger {
|
|
3852
3852
|
min-height: 40px;
|
|
@@ -3881,6 +3881,7 @@
|
|
|
3881
3881
|
font-size: 14px;
|
|
3882
3882
|
line-height: 20px;
|
|
3883
3883
|
font-weight: 500;
|
|
3884
|
+
font-family: var(--sc-rail-font-family, Inter, ui-sans-serif, system-ui, sans-serif);
|
|
3884
3885
|
}
|
|
3885
3886
|
.ScSidebarShell_searchTrigger {
|
|
3886
3887
|
background: var(--alias-fill-neutral-neutral, #1a1a1a);
|
|
@@ -3908,10 +3909,11 @@
|
|
|
3908
3909
|
font-size: 14px;
|
|
3909
3910
|
line-height: 20px;
|
|
3910
3911
|
font-weight: 500;
|
|
3912
|
+
font-family: var(--sc-rail-font-family, Inter, ui-sans-serif, system-ui, sans-serif);
|
|
3911
3913
|
}
|
|
3912
3914
|
.ScSidebarShell_shortcut {
|
|
3913
3915
|
flex-shrink: 0;
|
|
3914
|
-
font:
|
|
3916
|
+
font-family: var(--sc-rail-font-family, Inter, ui-sans-serif, system-ui, sans-serif);
|
|
3915
3917
|
font-size: 12px;
|
|
3916
3918
|
line-height: 16px;
|
|
3917
3919
|
color: var(--alias-text---icons-muted, #7a7a7a);
|
|
@@ -3967,6 +3969,7 @@
|
|
|
3967
3969
|
line-height: 20px;
|
|
3968
3970
|
font-weight: 600;
|
|
3969
3971
|
letter-spacing: -0.02em;
|
|
3972
|
+
font-family: var(--sc-rail-font-family, Inter, ui-sans-serif, system-ui, sans-serif);
|
|
3970
3973
|
}
|
|
3971
3974
|
.ScSidebarShell_menu {
|
|
3972
3975
|
display: flex;
|
|
@@ -3983,7 +3986,7 @@
|
|
|
3983
3986
|
background: var(--alias-surface-base, #101010);
|
|
3984
3987
|
backdrop-filter: blur(42px);
|
|
3985
3988
|
color: var(--alias-text---icons-primary, #f5f5f5);
|
|
3986
|
-
font-family: var(--
|
|
3989
|
+
font-family: var(--sc-rail-font-family, Inter, ui-sans-serif, system-ui, sans-serif);
|
|
3987
3990
|
}
|
|
3988
3991
|
.ScSidebarShell_section {
|
|
3989
3992
|
display: flex;
|
|
@@ -3997,6 +4000,7 @@
|
|
|
3997
4000
|
font-size: 12px;
|
|
3998
4001
|
line-height: 18px;
|
|
3999
4002
|
font-weight: 500;
|
|
4003
|
+
font-family: var(--sc-rail-font-family, Inter, ui-sans-serif, system-ui, sans-serif);
|
|
4000
4004
|
}
|
|
4001
4005
|
.ScSidebarShell_divider {
|
|
4002
4006
|
width: 100%;
|
|
@@ -4012,7 +4016,7 @@
|
|
|
4012
4016
|
border-radius: var(--radius-xl, 12px);
|
|
4013
4017
|
background: transparent;
|
|
4014
4018
|
color: var(--alias-text---icons-primary, #f5f5f5);
|
|
4015
|
-
font:
|
|
4019
|
+
font-family: var(--sc-rail-font-family, Inter, ui-sans-serif, system-ui, sans-serif);
|
|
4016
4020
|
text-align: left;
|
|
4017
4021
|
}
|
|
4018
4022
|
button.ScSidebarShell_identityRow,
|
|
@@ -4045,6 +4049,7 @@ button.ScSidebarShell_actionRow:hover {
|
|
|
4045
4049
|
font-size: 14px;
|
|
4046
4050
|
line-height: 20px;
|
|
4047
4051
|
font-weight: 500;
|
|
4052
|
+
font-family: var(--sc-rail-font-family, Inter, ui-sans-serif, system-ui, sans-serif);
|
|
4048
4053
|
}
|
|
4049
4054
|
.ScSidebarShell_identitySubtitle,
|
|
4050
4055
|
.ScSidebarShell_rowValue {
|
|
@@ -4052,6 +4057,7 @@ button.ScSidebarShell_actionRow:hover {
|
|
|
4052
4057
|
font-size: 12px;
|
|
4053
4058
|
line-height: 18px;
|
|
4054
4059
|
font-weight: 400;
|
|
4060
|
+
font-family: var(--sc-rail-font-family, Inter, ui-sans-serif, system-ui, sans-serif);
|
|
4055
4061
|
}
|
|
4056
4062
|
.ScSidebarShell_actionRow {
|
|
4057
4063
|
min-height: 40px;
|
|
@@ -4077,6 +4083,7 @@ button.ScSidebarShell_actionRow:hover {
|
|
|
4077
4083
|
font-size: 22px;
|
|
4078
4084
|
font-weight: 300;
|
|
4079
4085
|
line-height: 18px;
|
|
4086
|
+
font-family: var(--sc-rail-font-family, Inter, ui-sans-serif, system-ui, sans-serif);
|
|
4080
4087
|
}
|
|
4081
4088
|
.ScSidebarShell_rowLabel {
|
|
4082
4089
|
min-width: 0;
|
|
@@ -4084,6 +4091,7 @@ button.ScSidebarShell_actionRow:hover {
|
|
|
4084
4091
|
font-size: 14px;
|
|
4085
4092
|
line-height: 20px;
|
|
4086
4093
|
font-weight: 400;
|
|
4094
|
+
font-family: var(--sc-rail-font-family, Inter, ui-sans-serif, system-ui, sans-serif);
|
|
4087
4095
|
}
|
|
4088
4096
|
.ScSidebarShell_rowValue {
|
|
4089
4097
|
max-width: 132px;
|
|
@@ -4233,8 +4241,8 @@ button.ScSidebarShell_actionRow:hover {
|
|
|
4233
4241
|
.ScArtifaxSidebar_sectionLabel {
|
|
4234
4242
|
flex: 1 1 0;
|
|
4235
4243
|
min-width: 0;
|
|
4236
|
-
color: var(--alias-text-and-icons-tertiary, #9e9e9e);
|
|
4237
|
-
font-family: var(--
|
|
4244
|
+
color: var(--alias-text---icons-tertiary, var(--alias-text-and-icons-tertiary, #9e9e9e));
|
|
4245
|
+
font-family: var(--sc-rail-font-family, Inter, ui-sans-serif, system-ui, sans-serif);
|
|
4238
4246
|
font-size: 0.625rem;
|
|
4239
4247
|
line-height: 1.25rem;
|
|
4240
4248
|
letter-spacing: 1px;
|
|
@@ -4248,7 +4256,7 @@ button.ScSidebarShell_actionRow:hover {
|
|
|
4248
4256
|
width: 1rem;
|
|
4249
4257
|
height: 1rem;
|
|
4250
4258
|
flex-shrink: 0;
|
|
4251
|
-
color: var(--alias-text-and-icons-tertiary, #9e9e9e);
|
|
4259
|
+
color: var(--alias-text---icons-tertiary, var(--alias-text-and-icons-tertiary, #9e9e9e));
|
|
4252
4260
|
}
|
|
4253
4261
|
.ScArtifaxSidebar_profileRow {
|
|
4254
4262
|
display: flex;
|
|
@@ -4344,21 +4352,21 @@ button.ScSidebarShell_actionRow:hover {
|
|
|
4344
4352
|
flex-direction: column;
|
|
4345
4353
|
}
|
|
4346
4354
|
.ScArtifaxSidebar_profileName {
|
|
4347
|
-
font-family: var(--
|
|
4355
|
+
font-family: var(--sc-rail-font-family, Inter, ui-sans-serif, system-ui, sans-serif);
|
|
4348
4356
|
font-size: 0.875rem;
|
|
4349
4357
|
font-weight: 500;
|
|
4350
4358
|
line-height: 1.25rem;
|
|
4351
|
-
color: var(--alias-text-and-icons-primary, #f5f5f5);
|
|
4359
|
+
color: var(--alias-text---icons-primary, var(--alias-text-and-icons-primary, #f5f5f5));
|
|
4352
4360
|
overflow: hidden;
|
|
4353
4361
|
text-overflow: ellipsis;
|
|
4354
4362
|
white-space: nowrap;
|
|
4355
4363
|
}
|
|
4356
4364
|
.ScArtifaxSidebar_profileSubtitle {
|
|
4357
|
-
font-family: var(--
|
|
4365
|
+
font-family: var(--sc-rail-font-family, Inter, ui-sans-serif, system-ui, sans-serif);
|
|
4358
4366
|
font-size: 0.75rem;
|
|
4359
4367
|
font-weight: 400;
|
|
4360
4368
|
line-height: 1.125rem;
|
|
4361
|
-
color: var(--alias-text-and-icons-tertiary, #9e9e9e);
|
|
4369
|
+
color: var(--alias-text---icons-tertiary, var(--alias-text-and-icons-tertiary, #9e9e9e));
|
|
4362
4370
|
overflow: hidden;
|
|
4363
4371
|
text-overflow: ellipsis;
|
|
4364
4372
|
white-space: nowrap;
|
|
@@ -4410,7 +4418,7 @@ button.ScSidebarShell_actionRow:hover {
|
|
|
4410
4418
|
content: "";
|
|
4411
4419
|
width: 0.625rem;
|
|
4412
4420
|
height: 0.625rem;
|
|
4413
|
-
border: 1px dashed var(--alias-text-and-icons-tertiary, #9e9e9e);
|
|
4421
|
+
border: 1px dashed var(--alias-text---icons-tertiary, var(--alias-text-and-icons-tertiary, #9e9e9e));
|
|
4414
4422
|
border-radius: var(--radius-full, 999px);
|
|
4415
4423
|
}
|
|
4416
4424
|
.ScArtifaxSidebar_versionText {
|
|
@@ -4423,6 +4431,7 @@ button.ScSidebarShell_actionRow:hover {
|
|
|
4423
4431
|
overflow: hidden;
|
|
4424
4432
|
text-overflow: ellipsis;
|
|
4425
4433
|
white-space: nowrap;
|
|
4434
|
+
font-family: var(--sc-rail-font-family, Inter, ui-sans-serif, system-ui, sans-serif);
|
|
4426
4435
|
}
|
|
4427
4436
|
.ScArtifaxSidebar_logoUnitExpanded {
|
|
4428
4437
|
padding: 0;
|
|
@@ -4476,6 +4485,28 @@ button.ScSidebarShell_actionRow:hover {
|
|
|
4476
4485
|
.ScArtifaxSidebar_body[data-scrolled=true] > [class*=logoUnit]::after {
|
|
4477
4486
|
opacity: 1;
|
|
4478
4487
|
}
|
|
4488
|
+
[data-theme=Light] .ScArtifaxSidebar_scArtifaxSidebar,
|
|
4489
|
+
[data-theme=Light] .ScArtifaxSidebar_container {
|
|
4490
|
+
--alias-surface-base: #ffffff;
|
|
4491
|
+
--alias-surface-subtle: #f4f4f4;
|
|
4492
|
+
--alias-fill-neutral-neutral: #f1f1f1;
|
|
4493
|
+
--alias-fill-neutral-neutralhover: #e8e8e8;
|
|
4494
|
+
--alias-fill-neutral-neutralselected: #e8e8e8;
|
|
4495
|
+
--alias-fill-neutral-neutralactive: #e0e0e0;
|
|
4496
|
+
--alias-text---icons-primary: #101010;
|
|
4497
|
+
--alias-text---icons-tertiary: #595959;
|
|
4498
|
+
--alias-text---icons-muted: #757575;
|
|
4499
|
+
--alias-text-and-icons-primary: #101010;
|
|
4500
|
+
--alias-text-and-icons-tertiary: #595959;
|
|
4501
|
+
--alias-border-subtle: #d2d2d2;
|
|
4502
|
+
--alias-border-divider: #d2d2d2;
|
|
4503
|
+
}
|
|
4504
|
+
[data-theme=Light] .ScArtifaxSidebar_container.ScArtifaxSidebar_expanded {
|
|
4505
|
+
box-shadow: 0 1px 3px rgba(16, 16, 16, 0.06), 0 1px 2px rgba(16, 16, 16, 0.04);
|
|
4506
|
+
}
|
|
4507
|
+
[data-theme=Light] .ScArtifaxSidebar_sectionLabel {
|
|
4508
|
+
font-weight: 500;
|
|
4509
|
+
}
|
|
4479
4510
|
|
|
4480
4511
|
/* src/SC-Sidebar Switch menu/ScSidebarSwitchMenu.module.css */
|
|
4481
4512
|
.ScSidebarSwitchMenu_scSidebarSwitchMenu,
|