@streamoid/ui 0.6.42 → 0.6.44

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 +17 -7
  2. package/package.json +1 -1
package/dist/index.css CHANGED
@@ -3846,7 +3846,7 @@
3846
3846
  border: 0;
3847
3847
  cursor: pointer;
3848
3848
  color: var(--alias-text---icons-primary, #f5f5f5);
3849
- font: inherit;
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);
@@ -3907,10 +3908,12 @@
3907
3908
  text-align: left;
3908
3909
  font-size: 14px;
3909
3910
  line-height: 20px;
3911
+ font-weight: 500;
3912
+ font-family: var(--sc-rail-font-family, Inter, ui-sans-serif, system-ui, sans-serif);
3910
3913
  }
3911
3914
  .ScSidebarShell_shortcut {
3912
3915
  flex-shrink: 0;
3913
- font: inherit;
3916
+ font-family: var(--sc-rail-font-family, Inter, ui-sans-serif, system-ui, sans-serif);
3914
3917
  font-size: 12px;
3915
3918
  line-height: 16px;
3916
3919
  color: var(--alias-text---icons-muted, #7a7a7a);
@@ -3966,6 +3969,7 @@
3966
3969
  line-height: 20px;
3967
3970
  font-weight: 600;
3968
3971
  letter-spacing: -0.02em;
3972
+ font-family: var(--sc-rail-font-family, Inter, ui-sans-serif, system-ui, sans-serif);
3969
3973
  }
3970
3974
  .ScSidebarShell_menu {
3971
3975
  display: flex;
@@ -3982,7 +3986,7 @@
3982
3986
  background: var(--alias-surface-base, #101010);
3983
3987
  backdrop-filter: blur(42px);
3984
3988
  color: var(--alias-text---icons-primary, #f5f5f5);
3985
- font-family: var(--font-family-font-family-body, Inter), sans-serif;
3989
+ font-family: var(--sc-rail-font-family, Inter, ui-sans-serif, system-ui, sans-serif);
3986
3990
  }
3987
3991
  .ScSidebarShell_section {
3988
3992
  display: flex;
@@ -3996,6 +4000,7 @@
3996
4000
  font-size: 12px;
3997
4001
  line-height: 18px;
3998
4002
  font-weight: 500;
4003
+ font-family: var(--sc-rail-font-family, Inter, ui-sans-serif, system-ui, sans-serif);
3999
4004
  }
4000
4005
  .ScSidebarShell_divider {
4001
4006
  width: 100%;
@@ -4011,7 +4016,7 @@
4011
4016
  border-radius: var(--radius-xl, 12px);
4012
4017
  background: transparent;
4013
4018
  color: var(--alias-text---icons-primary, #f5f5f5);
4014
- font: inherit;
4019
+ font-family: var(--sc-rail-font-family, Inter, ui-sans-serif, system-ui, sans-serif);
4015
4020
  text-align: left;
4016
4021
  }
4017
4022
  button.ScSidebarShell_identityRow,
@@ -4044,6 +4049,7 @@ button.ScSidebarShell_actionRow:hover {
4044
4049
  font-size: 14px;
4045
4050
  line-height: 20px;
4046
4051
  font-weight: 500;
4052
+ font-family: var(--sc-rail-font-family, Inter, ui-sans-serif, system-ui, sans-serif);
4047
4053
  }
4048
4054
  .ScSidebarShell_identitySubtitle,
4049
4055
  .ScSidebarShell_rowValue {
@@ -4051,6 +4057,7 @@ button.ScSidebarShell_actionRow:hover {
4051
4057
  font-size: 12px;
4052
4058
  line-height: 18px;
4053
4059
  font-weight: 400;
4060
+ font-family: var(--sc-rail-font-family, Inter, ui-sans-serif, system-ui, sans-serif);
4054
4061
  }
4055
4062
  .ScSidebarShell_actionRow {
4056
4063
  min-height: 40px;
@@ -4076,6 +4083,7 @@ button.ScSidebarShell_actionRow:hover {
4076
4083
  font-size: 22px;
4077
4084
  font-weight: 300;
4078
4085
  line-height: 18px;
4086
+ font-family: var(--sc-rail-font-family, Inter, ui-sans-serif, system-ui, sans-serif);
4079
4087
  }
4080
4088
  .ScSidebarShell_rowLabel {
4081
4089
  min-width: 0;
@@ -4083,6 +4091,7 @@ button.ScSidebarShell_actionRow:hover {
4083
4091
  font-size: 14px;
4084
4092
  line-height: 20px;
4085
4093
  font-weight: 400;
4094
+ font-family: var(--sc-rail-font-family, Inter, ui-sans-serif, system-ui, sans-serif);
4086
4095
  }
4087
4096
  .ScSidebarShell_rowValue {
4088
4097
  max-width: 132px;
@@ -4233,7 +4242,7 @@ button.ScSidebarShell_actionRow:hover {
4233
4242
  flex: 1 1 0;
4234
4243
  min-width: 0;
4235
4244
  color: var(--alias-text-and-icons-tertiary, #9e9e9e);
4236
- font-family: var(--font-family-font-family-body, "Inter", sans-serif);
4245
+ font-family: var(--sc-rail-font-family, Inter, ui-sans-serif, system-ui, sans-serif);
4237
4246
  font-size: 0.625rem;
4238
4247
  line-height: 1.25rem;
4239
4248
  letter-spacing: 1px;
@@ -4343,7 +4352,7 @@ button.ScSidebarShell_actionRow:hover {
4343
4352
  flex-direction: column;
4344
4353
  }
4345
4354
  .ScArtifaxSidebar_profileName {
4346
- font-family: var(--font-family-font-family-body, "Inter", sans-serif);
4355
+ font-family: var(--sc-rail-font-family, Inter, ui-sans-serif, system-ui, sans-serif);
4347
4356
  font-size: 0.875rem;
4348
4357
  font-weight: 500;
4349
4358
  line-height: 1.25rem;
@@ -4353,7 +4362,7 @@ button.ScSidebarShell_actionRow:hover {
4353
4362
  white-space: nowrap;
4354
4363
  }
4355
4364
  .ScArtifaxSidebar_profileSubtitle {
4356
- font-family: var(--font-family-font-family-body, "Inter", sans-serif);
4365
+ font-family: var(--sc-rail-font-family, Inter, ui-sans-serif, system-ui, sans-serif);
4357
4366
  font-size: 0.75rem;
4358
4367
  font-weight: 400;
4359
4368
  line-height: 1.125rem;
@@ -4422,6 +4431,7 @@ button.ScSidebarShell_actionRow:hover {
4422
4431
  overflow: hidden;
4423
4432
  text-overflow: ellipsis;
4424
4433
  white-space: nowrap;
4434
+ font-family: var(--sc-rail-font-family, Inter, ui-sans-serif, system-ui, sans-serif);
4425
4435
  }
4426
4436
  .ScArtifaxSidebar_logoUnitExpanded {
4427
4437
  padding: 0;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@streamoid/ui",
3
- "version": "0.6.42",
3
+ "version": "0.6.44",
4
4
  "main": "./dist/index.js",
5
5
  "module": "./dist/index.mjs",
6
6
  "types": "./dist/index.d.ts",