@streamoid/ui 0.4.0 → 0.4.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.
Files changed (2) hide show
  1. package/dist/index.css +2 -2
  2. package/package.json +1 -1
package/dist/index.css CHANGED
@@ -3472,8 +3472,8 @@
3472
3472
  color: var(--alias-text-and-icons-primary, #f5f5f5);
3473
3473
  }
3474
3474
  .ScSidebarMenu_scSidebarMenu.ScSidebarMenu_state-default-active {
3475
- background: #0B0B0B;
3476
- box-shadow: inset 0 0 0 0.5px #242424;
3475
+ background: var(--alias-surface-canvas, #0B0B0B);
3476
+ box-shadow: inset 0 0 0 0.5px var(--alias-border-subtle, #242424);
3477
3477
  }
3478
3478
  .ScSidebarMenu_scSidebarMenu.ScSidebarMenu_state-default-active .ScSidebarMenu_content {
3479
3479
  color: var(--alias-text-and-icons-primary, #f5f5f5);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@streamoid/ui",
3
- "version": "0.4.0",
3
+ "version": "0.4.1",
4
4
  "main": "./dist/index.js",
5
5
  "module": "./dist/index.mjs",
6
6
  "types": "./dist/index.d.ts",