@jsenv/navi 0.14.20 → 0.14.22
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 +6 -13
- package/dist/jsenv_navi.js.map +4 -4
- package/package.json +1 -1
package/dist/jsenv_navi.js
CHANGED
|
@@ -14682,9 +14682,11 @@ 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;
|
|
14689
|
+
line-height: normal;
|
|
14688
14690
|
}
|
|
14689
14691
|
}
|
|
14690
14692
|
|
|
@@ -14699,15 +14701,7 @@ installImportMetaCss(import.meta);import.meta.css = /* css */`
|
|
|
14699
14701
|
}
|
|
14700
14702
|
.navi_icon_foreground {
|
|
14701
14703
|
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%);
|
|
14704
|
+
inset: 0;
|
|
14711
14705
|
}
|
|
14712
14706
|
.navi_icon_foreground > .navi_text {
|
|
14713
14707
|
display: flex;
|
|
@@ -14805,7 +14799,6 @@ const Icon = ({
|
|
|
14805
14799
|
}
|
|
14806
14800
|
const invisibleText = baseChar.repeat(charWidth);
|
|
14807
14801
|
return jsxs(Text, {
|
|
14808
|
-
square: true,
|
|
14809
14802
|
...props,
|
|
14810
14803
|
...ariaProps,
|
|
14811
14804
|
className: withPropsClassName("navi_icon", className),
|
|
@@ -17382,7 +17375,7 @@ import.meta.css = /* css */`
|
|
|
17382
17375
|
width: 100%;
|
|
17383
17376
|
flex: 1;
|
|
17384
17377
|
align-items: stretch;
|
|
17385
|
-
justify-content:
|
|
17378
|
+
justify-content: start;
|
|
17386
17379
|
}
|
|
17387
17380
|
}
|
|
17388
17381
|
}
|