@bigbinary/neeto-molecules 3.15.39 → 3.15.40

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.
@@ -28,6 +28,7 @@ var reactQuery = require('@tanstack/react-query');
28
28
  var axios = require('axios');
29
29
  var _defineProperty = require('@babel/runtime/helpers/defineProperty');
30
30
  var useMutationWithInvalidation = require('@bigbinary/neeto-commons-frontend/react-utils/useMutationWithInvalidation');
31
+ var injectCss = require('./inject-css-vQvjPR2x.js');
31
32
  require('classnames');
32
33
  require('@bigbinary/neeto-cist');
33
34
 
@@ -3488,6 +3489,9 @@ var useUpdateIpRestriction = function useUpdateIpRestriction() {
3488
3489
  });
3489
3490
  };
3490
3491
 
3492
+ var css = ".nm-ip-restriction .neeto-ui-checkbox__container{align-items:center}";
3493
+ injectCss.n(css,{});
3494
+
3491
3495
  var IpRestriction = function IpRestriction() {
3492
3496
  var _useTranslation = reactI18next.useTranslation(),
3493
3497
  t = _useTranslation.t;
@@ -3576,7 +3580,7 @@ var IpRestriction = function IpRestriction() {
3576
3580
  })]
3577
3581
  }),
3578
3582
  children: [/*#__PURE__*/jsxRuntime.jsx(BlockNavigation, {}), /*#__PURE__*/jsxRuntime.jsxs("div", {
3579
- className: "space-y-2",
3583
+ className: "nm-ip-restriction space-y-2",
3580
3584
  children: [/*#__PURE__*/jsxRuntime.jsx(Checkbox, {
3581
3585
  checked: values.ipRestriction,
3582
3586
  className: "flex-grow-0",