@jsenv/navi 0.14.20 → 0.14.21
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/jsenv_navi.js +5 -13
- package/dist/jsenv_navi.js.map +4 -4
- package/package.json +1 -1
package/dist/jsenv_navi.js
CHANGED
|
@@ -14682,9 +14682,10 @@ installImportMetaCss(import.meta);import.meta.css = /* css */`
|
|
|
14682
14682
|
|
|
14683
14683
|
&[data-flow-inline] {
|
|
14684
14684
|
width: 1em;
|
|
14685
|
-
width: 1lh;
|
|
14686
14685
|
height: 1em;
|
|
14687
|
-
|
|
14686
|
+
}
|
|
14687
|
+
&[data-icon-char] {
|
|
14688
|
+
flex-grow: 0 !important;
|
|
14688
14689
|
}
|
|
14689
14690
|
}
|
|
14690
14691
|
|
|
@@ -14699,15 +14700,7 @@ installImportMetaCss(import.meta);import.meta.css = /* css */`
|
|
|
14699
14700
|
}
|
|
14700
14701
|
.navi_icon_foreground {
|
|
14701
14702
|
position: absolute;
|
|
14702
|
-
|
|
14703
|
-
left: 0;
|
|
14704
|
-
display: inline-flex;
|
|
14705
|
-
box-sizing: border-box;
|
|
14706
|
-
aspect-ratio: 1/1;
|
|
14707
|
-
width: 100%;
|
|
14708
|
-
align-items: center;
|
|
14709
|
-
justify-content: start;
|
|
14710
|
-
transform: translateY(-50%);
|
|
14703
|
+
inset: 0;
|
|
14711
14704
|
}
|
|
14712
14705
|
.navi_icon_foreground > .navi_text {
|
|
14713
14706
|
display: flex;
|
|
@@ -14805,7 +14798,6 @@ const Icon = ({
|
|
|
14805
14798
|
}
|
|
14806
14799
|
const invisibleText = baseChar.repeat(charWidth);
|
|
14807
14800
|
return jsxs(Text, {
|
|
14808
|
-
square: true,
|
|
14809
14801
|
...props,
|
|
14810
14802
|
...ariaProps,
|
|
14811
14803
|
className: withPropsClassName("navi_icon", className),
|
|
@@ -17382,7 +17374,7 @@ import.meta.css = /* css */`
|
|
|
17382
17374
|
width: 100%;
|
|
17383
17375
|
flex: 1;
|
|
17384
17376
|
align-items: stretch;
|
|
17385
|
-
justify-content:
|
|
17377
|
+
justify-content: start;
|
|
17386
17378
|
}
|
|
17387
17379
|
}
|
|
17388
17380
|
}
|