@streamoid/ui 0.6.25 → 0.6.26
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 -1
- package/dist/index.d.mts +2 -1
- package/dist/index.d.ts +2 -1
- package/dist/index.js +2 -2
- package/dist/index.mjs +2 -2
- package/package.json +1 -1
package/dist/index.css
CHANGED
|
@@ -3901,7 +3901,7 @@
|
|
|
3901
3901
|
overflow: hidden;
|
|
3902
3902
|
}
|
|
3903
3903
|
.ScSidebarShell_appWordmark svg {
|
|
3904
|
-
width:
|
|
3904
|
+
width: auto;
|
|
3905
3905
|
height: 16px;
|
|
3906
3906
|
}
|
|
3907
3907
|
.ScSidebarShell_appGridIcon {
|
|
@@ -4240,6 +4240,7 @@ button.ScSidebarShell_actionRow:hover {
|
|
|
4240
4240
|
.ScArtifaxSidebar_appIdentityMain {
|
|
4241
4241
|
display: flex;
|
|
4242
4242
|
flex: 1 1 0;
|
|
4243
|
+
width: 100%;
|
|
4243
4244
|
min-width: 0;
|
|
4244
4245
|
min-height: 3rem;
|
|
4245
4246
|
align-items: center;
|
package/dist/index.d.mts
CHANGED
|
@@ -688,7 +688,8 @@ interface StreamoidSidebarPopoverPositionOptions {
|
|
|
688
688
|
width: number;
|
|
689
689
|
/** Horizontal gap between the sidebar and panel. Defaults to 8px. */
|
|
690
690
|
gap?: number;
|
|
691
|
-
/** Vertical inset from the sidebar card edge. Defaults to
|
|
691
|
+
/** Vertical inset from the sidebar card edge. Defaults to 0 so the
|
|
692
|
+
* panel lines up with the top or bottom of the visible sidenav. */
|
|
692
693
|
inset?: number;
|
|
693
694
|
}
|
|
694
695
|
type StreamoidSidebarPopoverPosition = CSSProperties & {
|
package/dist/index.d.ts
CHANGED
|
@@ -688,7 +688,8 @@ interface StreamoidSidebarPopoverPositionOptions {
|
|
|
688
688
|
width: number;
|
|
689
689
|
/** Horizontal gap between the sidebar and panel. Defaults to 8px. */
|
|
690
690
|
gap?: number;
|
|
691
|
-
/** Vertical inset from the sidebar card edge. Defaults to
|
|
691
|
+
/** Vertical inset from the sidebar card edge. Defaults to 0 so the
|
|
692
|
+
* panel lines up with the top or bottom of the visible sidenav. */
|
|
692
693
|
inset?: number;
|
|
693
694
|
}
|
|
694
695
|
type StreamoidSidebarPopoverPosition = CSSProperties & {
|
package/dist/index.js
CHANGED
|
@@ -5176,7 +5176,7 @@ function ScSidebarAppIdentity({
|
|
|
5176
5176
|
ScAppcardLogos,
|
|
5177
5177
|
{
|
|
5178
5178
|
product,
|
|
5179
|
-
style: {
|
|
5179
|
+
style: { height: 16 }
|
|
5180
5180
|
}
|
|
5181
5181
|
) }),
|
|
5182
5182
|
/* @__PURE__ */ (0, import_jsx_runtime51.jsx)(AppGridIcon, {})
|
|
@@ -5579,7 +5579,7 @@ function useStreamoidSidebarPopoverPosition(sidebarRef, {
|
|
|
5579
5579
|
placement,
|
|
5580
5580
|
width,
|
|
5581
5581
|
gap = 8,
|
|
5582
|
-
inset =
|
|
5582
|
+
inset = 0
|
|
5583
5583
|
}) {
|
|
5584
5584
|
const [position, setPosition] = (0, import_react14.useState)({
|
|
5585
5585
|
position: "fixed",
|
package/dist/index.mjs
CHANGED
|
@@ -5017,7 +5017,7 @@ function ScSidebarAppIdentity({
|
|
|
5017
5017
|
ScAppcardLogos,
|
|
5018
5018
|
{
|
|
5019
5019
|
product,
|
|
5020
|
-
style: {
|
|
5020
|
+
style: { height: 16 }
|
|
5021
5021
|
}
|
|
5022
5022
|
) }),
|
|
5023
5023
|
/* @__PURE__ */ jsx50(AppGridIcon, {})
|
|
@@ -5423,7 +5423,7 @@ function useStreamoidSidebarPopoverPosition(sidebarRef, {
|
|
|
5423
5423
|
placement,
|
|
5424
5424
|
width,
|
|
5425
5425
|
gap = 8,
|
|
5426
|
-
inset =
|
|
5426
|
+
inset = 0
|
|
5427
5427
|
}) {
|
|
5428
5428
|
const [position, setPosition] = useState11({
|
|
5429
5429
|
position: "fixed",
|