@stokelp/ui 2.76.0 → 2.77.0
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/style.css +1 -1
- package/dist/ui.cjs +1 -1
- package/dist/ui.cjs.map +1 -1
- package/dist/ui.js +4 -0
- package/dist/ui.js.map +1 -1
- package/package.json +1 -1
package/dist/ui.js
CHANGED
|
@@ -21783,6 +21783,10 @@ const lf = G({
|
|
|
21783
21783
|
"& .app-navigation__itemLabel": {
|
|
21784
21784
|
display: "none",
|
|
21785
21785
|
visibility: "collapse"
|
|
21786
|
+
},
|
|
21787
|
+
"& .app-navigation__itemAlpha": {
|
|
21788
|
+
display: "none",
|
|
21789
|
+
visibility: "collapse"
|
|
21786
21790
|
}
|
|
21787
21791
|
}
|
|
21788
21792
|
},
|