@stokelp/ui 2.62.2 → 2.63.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 +2 -1
- package/dist/ui.js.map +1 -1
- package/package.json +1 -1
package/dist/ui.js
CHANGED
|
@@ -21811,7 +21811,8 @@ const Ef = U({
|
|
|
21811
21811
|
width: "full"
|
|
21812
21812
|
},
|
|
21813
21813
|
trigger: {
|
|
21814
|
-
...(k0 = j5.base) == null ? void 0 : k0.trigger
|
|
21814
|
+
...(k0 = j5.base) == null ? void 0 : k0.trigger,
|
|
21815
|
+
justifyContent: "space-between"
|
|
21815
21816
|
}
|
|
21816
21817
|
},
|
|
21817
21818
|
className: "app-navigation-language-select",
|