@streamoid/ui 0.6.48 → 0.6.49

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 +28 -28
  2. package/package.json +1 -1
package/dist/index.css CHANGED
@@ -4227,11 +4227,11 @@ button.ScSidebarShell_actionRow:hover {
4227
4227
  }
4228
4228
  .ScArtifaxSidebar_container.ScArtifaxSidebar_expanded {
4229
4229
  border-radius: var(--radius-3xl, 1rem);
4230
- width: 16rem;
4230
+ width: 256px;
4231
4231
  }
4232
4232
  .ScArtifaxSidebar_container.ScArtifaxSidebar_collapsed {
4233
4233
  align-items: center;
4234
- width: 3.5rem;
4234
+ width: 56px;
4235
4235
  border-radius: var(--radius-3xl, 1rem);
4236
4236
  }
4237
4237
  .ScArtifaxSidebar_borderOverlayExpanded {
@@ -4273,8 +4273,8 @@ button.ScSidebarShell_actionRow:hover {
4273
4273
  align-items: center;
4274
4274
  justify-content: center;
4275
4275
  padding: var(--spacing-md, 0.5rem);
4276
- width: 3rem;
4277
- height: 3rem;
4276
+ width: 48px;
4277
+ height: 48px;
4278
4278
  flex-shrink: 0;
4279
4279
  }
4280
4280
  .ScArtifaxSidebar_sectionContainer {
@@ -4303,7 +4303,7 @@ button.ScSidebarShell_actionRow:hover {
4303
4303
  cursor: pointer;
4304
4304
  width: 100%;
4305
4305
  text-align: left;
4306
- height: 1.75rem;
4306
+ height: 28px;
4307
4307
  }
4308
4308
  .ScArtifaxSidebar_sectionHeader:disabled {
4309
4309
  cursor: default;
@@ -4313,8 +4313,8 @@ button.ScSidebarShell_actionRow:hover {
4313
4313
  min-width: 0;
4314
4314
  color: var(--alias-text---icons-tertiary, var(--alias-text---icons-tertiary, var(--alias-text-and-icons-tertiary, #9e9e9e)));
4315
4315
  font-family: var(--sc-rail-font-family, Inter, ui-sans-serif, system-ui, sans-serif);
4316
- font-size: 0.625rem;
4317
- line-height: 1.25rem;
4316
+ font-size: 10px;
4317
+ line-height: 20px;
4318
4318
  letter-spacing: 1px;
4319
4319
  text-transform: uppercase;
4320
4320
  font-weight: 400;
@@ -4323,8 +4323,8 @@ button.ScSidebarShell_actionRow:hover {
4323
4323
  white-space: nowrap;
4324
4324
  }
4325
4325
  .ScArtifaxSidebar_sectionChevron {
4326
- width: 1rem;
4327
- height: 1rem;
4326
+ width: 16px;
4327
+ height: 16px;
4328
4328
  flex-shrink: 0;
4329
4329
  color: var(--alias-text---icons-tertiary, var(--alias-text---icons-tertiary, var(--alias-text-and-icons-tertiary, #9e9e9e)));
4330
4330
  }
@@ -4356,7 +4356,7 @@ button.ScSidebarShell_actionRow:hover {
4356
4356
  flex: 1 1 0;
4357
4357
  width: 100%;
4358
4358
  min-width: 0;
4359
- min-height: 3rem;
4359
+ min-height: 48px;
4360
4360
  align-items: center;
4361
4361
  padding: var(--spacing-md, 0.5rem) var(--spacing-xl, 0.75rem);
4362
4362
  border: none;
@@ -4371,8 +4371,8 @@ button.ScSidebarShell_actionRow:hover {
4371
4371
  }
4372
4372
  .ScArtifaxSidebar_appIdentityCollapsed {
4373
4373
  display: flex;
4374
- width: 3rem;
4375
- height: 3rem;
4374
+ width: 48px;
4375
+ height: 48px;
4376
4376
  flex-shrink: 0;
4377
4377
  align-items: center;
4378
4378
  justify-content: center;
@@ -4393,15 +4393,15 @@ button.ScSidebarShell_actionRow:hover {
4393
4393
  flex-shrink: 0;
4394
4394
  background: transparent;
4395
4395
  border: none;
4396
- width: 3rem;
4397
- height: 3rem;
4396
+ width: 48px;
4397
+ height: 48px;
4398
4398
  }
4399
4399
  .ScArtifaxSidebar_profileRowCollapsed:hover {
4400
4400
  background: var(--alias-fill-neutral-neutral, #1a1a1a);
4401
4401
  }
4402
4402
  .ScArtifaxSidebar_profileAvatar {
4403
- width: 2rem;
4404
- height: 2rem;
4403
+ width: 32px;
4404
+ height: 32px;
4405
4405
  border-radius: var(--radius-full, 999px);
4406
4406
  overflow: hidden;
4407
4407
  flex-shrink: 0;
@@ -4423,9 +4423,9 @@ button.ScSidebarShell_actionRow:hover {
4423
4423
  }
4424
4424
  .ScArtifaxSidebar_profileName {
4425
4425
  font-family: var(--sc-rail-font-family, Inter, ui-sans-serif, system-ui, sans-serif);
4426
- font-size: 0.875rem;
4426
+ font-size: 14px;
4427
4427
  font-weight: 500;
4428
- line-height: 1.25rem;
4428
+ line-height: 20px;
4429
4429
  color: var(--alias-text---icons-primary, var(--alias-text---icons-primary, var(--alias-text-and-icons-primary, #f5f5f5)));
4430
4430
  overflow: hidden;
4431
4431
  text-overflow: ellipsis;
@@ -4433,9 +4433,9 @@ button.ScSidebarShell_actionRow:hover {
4433
4433
  }
4434
4434
  .ScArtifaxSidebar_profileSubtitle {
4435
4435
  font-family: var(--sc-rail-font-family, Inter, ui-sans-serif, system-ui, sans-serif);
4436
- font-size: 0.75rem;
4436
+ font-size: 12px;
4437
4437
  font-weight: 400;
4438
- line-height: 1.125rem;
4438
+ line-height: 18px;
4439
4439
  color: var(--alias-text---icons-tertiary, var(--alias-text---icons-tertiary, var(--alias-text-and-icons-tertiary, #9e9e9e)));
4440
4440
  overflow: hidden;
4441
4441
  text-overflow: ellipsis;
@@ -4464,8 +4464,8 @@ button.ScSidebarShell_actionRow:hover {
4464
4464
  background: var(--alias-fill-neutral-neutral, #1a1a1a);
4465
4465
  }
4466
4466
  .ScArtifaxSidebar_footerToggle > * {
4467
- width: 1.5rem;
4468
- height: 1.5rem;
4467
+ width: 24px;
4468
+ height: 24px;
4469
4469
  }
4470
4470
  .ScArtifaxSidebar_footerCollapsed {
4471
4471
  display: flex;
@@ -4477,8 +4477,8 @@ button.ScSidebarShell_actionRow:hover {
4477
4477
  flex-shrink: 0;
4478
4478
  }
4479
4479
  .ScArtifaxSidebar_placeholderIcon {
4480
- width: 1.25rem;
4481
- height: 1.25rem;
4480
+ width: 20px;
4481
+ height: 20px;
4482
4482
  flex-shrink: 0;
4483
4483
  display: inline-flex;
4484
4484
  align-items: center;
@@ -4486,16 +4486,16 @@ button.ScSidebarShell_actionRow:hover {
4486
4486
  }
4487
4487
  .ScArtifaxSidebar_placeholderIcon::before {
4488
4488
  content: "";
4489
- width: 0.625rem;
4490
- height: 0.625rem;
4489
+ width: 10px;
4490
+ height: 10px;
4491
4491
  border: 1px dashed var(--alias-text---icons-tertiary, var(--alias-text---icons-tertiary, var(--alias-text-and-icons-tertiary, #9e9e9e)));
4492
4492
  border-radius: var(--radius-full, 999px);
4493
4493
  }
4494
4494
  .ScArtifaxSidebar_versionText {
4495
4495
  margin: 0;
4496
4496
  padding: var(--spacing-xxs, 0.125rem) var(--spacing-md, 0.5rem);
4497
- font-size: 0.75rem;
4498
- line-height: 1rem;
4497
+ font-size: 12px;
4498
+ line-height: 16px;
4499
4499
  text-align: center;
4500
4500
  color: var(--alias-text---icons-muted, #7a7a7a);
4501
4501
  overflow: hidden;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@streamoid/ui",
3
- "version": "0.6.48",
3
+ "version": "0.6.49",
4
4
  "main": "./dist/index.js",
5
5
  "module": "./dist/index.mjs",
6
6
  "types": "./dist/index.d.ts",