@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.
@@ -26,6 +26,7 @@ import { useQuery } from '@tanstack/react-query';
26
26
  import axios from 'axios';
27
27
  import _defineProperty from '@babel/runtime/helpers/defineProperty';
28
28
  import useMutationWithInvalidation from '@bigbinary/neeto-commons-frontend/react-utils/useMutationWithInvalidation';
29
+ import { n } from './inject-css-DmrvuTKK.js';
29
30
  import 'classnames';
30
31
  import '@bigbinary/neeto-cist';
31
32
 
@@ -3467,6 +3468,9 @@ var useUpdateIpRestriction = function useUpdateIpRestriction() {
3467
3468
  });
3468
3469
  };
3469
3470
 
3471
+ var css = ".nm-ip-restriction .neeto-ui-checkbox__container{align-items:center}";
3472
+ n(css,{});
3473
+
3470
3474
  var IpRestriction = function IpRestriction() {
3471
3475
  var _useTranslation = useTranslation(),
3472
3476
  t = _useTranslation.t;
@@ -3555,7 +3559,7 @@ var IpRestriction = function IpRestriction() {
3555
3559
  })]
3556
3560
  }),
3557
3561
  children: [/*#__PURE__*/jsx(BlockNavigation, {}), /*#__PURE__*/jsxs("div", {
3558
- className: "space-y-2",
3562
+ className: "nm-ip-restriction space-y-2",
3559
3563
  children: [/*#__PURE__*/jsx(Checkbox, {
3560
3564
  checked: values.ipRestriction,
3561
3565
  className: "flex-grow-0",