@stokelp/ui 2.69.0 → 2.70.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 +1 -0
- package/dist/ui.js.map +1 -1
- package/package.json +1 -1
package/dist/ui.js
CHANGED
|
@@ -21673,6 +21673,7 @@ const zf = U({
|
|
|
21673
21673
|
width: "size-52",
|
|
21674
21674
|
minWidth: "size-52",
|
|
21675
21675
|
"& .app-navigation__header, & .app-navigation__footer": {
|
|
21676
|
+
display: "flex",
|
|
21676
21677
|
px: "space-0",
|
|
21677
21678
|
alignItems: "center",
|
|
21678
21679
|
justifyContent: "center"
|