@oliasoft-open-source/react-ui-library 4.18.1 → 4.18.2-beta-1

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/index.js CHANGED
@@ -66558,7 +66558,7 @@ const SettingField = ({
66558
66558
  { label: "Admin only", value: "superusers_admin" }
66559
66559
  ];
66560
66560
  return /* @__PURE__ */ jsxs("div", { children: [
66561
- /* @__PURE__ */ jsxs(Flex, { justifyContent: "space-between", wrap: false, children: [
66561
+ /* @__PURE__ */ jsxs(Flex, { justifyContent: "space-between", children: [
66562
66562
  children,
66563
66563
  !noPermission && /* @__PURE__ */ jsx(
66564
66564
  Select,