@streamoid/ui 0.6.44 → 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.
Files changed (2) hide show
  1. package/dist/index.css +31 -9
  2. 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 {
@@ -4241,7 +4241,7 @@ button.ScSidebarShell_actionRow:hover {
4241
4241
  .ScArtifaxSidebar_sectionLabel {
4242
4242
  flex: 1 1 0;
4243
4243
  min-width: 0;
4244
- color: var(--alias-text-and-icons-tertiary, #9e9e9e);
4244
+ color: var(--alias-text---icons-tertiary, var(--alias-text-and-icons-tertiary, #9e9e9e));
4245
4245
  font-family: var(--sc-rail-font-family, Inter, ui-sans-serif, system-ui, sans-serif);
4246
4246
  font-size: 0.625rem;
4247
4247
  line-height: 1.25rem;
@@ -4256,7 +4256,7 @@ button.ScSidebarShell_actionRow:hover {
4256
4256
  width: 1rem;
4257
4257
  height: 1rem;
4258
4258
  flex-shrink: 0;
4259
- color: var(--alias-text-and-icons-tertiary, #9e9e9e);
4259
+ color: var(--alias-text---icons-tertiary, var(--alias-text-and-icons-tertiary, #9e9e9e));
4260
4260
  }
4261
4261
  .ScArtifaxSidebar_profileRow {
4262
4262
  display: flex;
@@ -4356,7 +4356,7 @@ button.ScSidebarShell_actionRow:hover {
4356
4356
  font-size: 0.875rem;
4357
4357
  font-weight: 500;
4358
4358
  line-height: 1.25rem;
4359
- color: var(--alias-text-and-icons-primary, #f5f5f5);
4359
+ color: var(--alias-text---icons-primary, var(--alias-text-and-icons-primary, #f5f5f5));
4360
4360
  overflow: hidden;
4361
4361
  text-overflow: ellipsis;
4362
4362
  white-space: nowrap;
@@ -4366,7 +4366,7 @@ button.ScSidebarShell_actionRow:hover {
4366
4366
  font-size: 0.75rem;
4367
4367
  font-weight: 400;
4368
4368
  line-height: 1.125rem;
4369
- color: var(--alias-text-and-icons-tertiary, #9e9e9e);
4369
+ color: var(--alias-text---icons-tertiary, var(--alias-text-and-icons-tertiary, #9e9e9e));
4370
4370
  overflow: hidden;
4371
4371
  text-overflow: ellipsis;
4372
4372
  white-space: nowrap;
@@ -4418,7 +4418,7 @@ button.ScSidebarShell_actionRow:hover {
4418
4418
  content: "";
4419
4419
  width: 0.625rem;
4420
4420
  height: 0.625rem;
4421
- 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));
4422
4422
  border-radius: var(--radius-full, 999px);
4423
4423
  }
4424
4424
  .ScArtifaxSidebar_versionText {
@@ -4485,6 +4485,28 @@ button.ScSidebarShell_actionRow:hover {
4485
4485
  .ScArtifaxSidebar_body[data-scrolled=true] > [class*=logoUnit]::after {
4486
4486
  opacity: 1;
4487
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
+ }
4488
4510
 
4489
4511
  /* src/SC-Sidebar Switch menu/ScSidebarSwitchMenu.module.css */
4490
4512
  .ScSidebarSwitchMenu_scSidebarSwitchMenu,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@streamoid/ui",
3
- "version": "0.6.44",
3
+ "version": "0.6.45",
4
4
  "main": "./dist/index.js",
5
5
  "module": "./dist/index.mjs",
6
6
  "types": "./dist/index.d.ts",