@streamoid/ui 0.6.4 → 0.6.5
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 +2 -2
- package/dist/index.js +3 -3
- package/dist/index.mjs +3 -3
- package/package.json +1 -1
package/dist/index.css
CHANGED
|
@@ -4002,7 +4002,7 @@
|
|
|
4002
4002
|
}
|
|
4003
4003
|
.ScSideBarLogoUnit_row:hover,
|
|
4004
4004
|
.ScSideBarLogoUnit_row.ScSideBarLogoUnit_forceHover {
|
|
4005
|
-
background-color: var(--alias-
|
|
4005
|
+
background-color: var(--alias-fill-neutral-neutral, #1a1a1a);
|
|
4006
4006
|
}
|
|
4007
4007
|
.ScSideBarLogoUnit_wordmarkSlot {
|
|
4008
4008
|
display: inline-flex;
|
|
@@ -4055,7 +4055,7 @@
|
|
|
4055
4055
|
}
|
|
4056
4056
|
.ScSideBarLogoUnit_collapsedTrigger:hover,
|
|
4057
4057
|
.ScSideBarLogoUnit_collapsedTrigger.ScSideBarLogoUnit_forceHover {
|
|
4058
|
-
background-color: var(--alias-
|
|
4058
|
+
background-color: var(--alias-fill-neutral-neutral, #1a1a1a);
|
|
4059
4059
|
}
|
|
4060
4060
|
.ScSideBarLogoUnit_collapsedWordmarkSlot {
|
|
4061
4061
|
display: inline-flex;
|
package/dist/index.js
CHANGED
|
@@ -3629,7 +3629,7 @@ function StreamoidSidebar({
|
|
|
3629
3629
|
style: {
|
|
3630
3630
|
width: "100%",
|
|
3631
3631
|
borderBottom: "1px solid",
|
|
3632
|
-
borderBottomColor: panelOpen ? "
|
|
3632
|
+
borderBottomColor: panelOpen ? "var(--alias-border-divider)" : "transparent",
|
|
3633
3633
|
transition: "border-color 200ms ease"
|
|
3634
3634
|
},
|
|
3635
3635
|
children: logoRow
|
|
@@ -3962,8 +3962,8 @@ function StreamoidSidebar({
|
|
|
3962
3962
|
top: "var(--spacing-md)",
|
|
3963
3963
|
width: 240,
|
|
3964
3964
|
zIndex: 50,
|
|
3965
|
-
backgroundColor: "var(--alias-surface-
|
|
3966
|
-
border: "1px solid var(--alias-
|
|
3965
|
+
backgroundColor: "var(--alias-surface-base)",
|
|
3966
|
+
border: "1px solid var(--alias-border-default)",
|
|
3967
3967
|
borderRadius: "var(--radius-3xl)",
|
|
3968
3968
|
overflow: "hidden",
|
|
3969
3969
|
paddingBottom: "var(--spacing-md)",
|
package/dist/index.mjs
CHANGED
|
@@ -3509,7 +3509,7 @@ function StreamoidSidebar({
|
|
|
3509
3509
|
style: {
|
|
3510
3510
|
width: "100%",
|
|
3511
3511
|
borderBottom: "1px solid",
|
|
3512
|
-
borderBottomColor: panelOpen ? "
|
|
3512
|
+
borderBottomColor: panelOpen ? "var(--alias-border-divider)" : "transparent",
|
|
3513
3513
|
transition: "border-color 200ms ease"
|
|
3514
3514
|
},
|
|
3515
3515
|
children: logoRow
|
|
@@ -3842,8 +3842,8 @@ function StreamoidSidebar({
|
|
|
3842
3842
|
top: "var(--spacing-md)",
|
|
3843
3843
|
width: 240,
|
|
3844
3844
|
zIndex: 50,
|
|
3845
|
-
backgroundColor: "var(--alias-surface-
|
|
3846
|
-
border: "1px solid var(--alias-
|
|
3845
|
+
backgroundColor: "var(--alias-surface-base)",
|
|
3846
|
+
border: "1px solid var(--alias-border-default)",
|
|
3847
3847
|
borderRadius: "var(--radius-3xl)",
|
|
3848
3848
|
overflow: "hidden",
|
|
3849
3849
|
paddingBottom: "var(--spacing-md)",
|