@bigbinary/neeto-molecules 3.16.99 → 3.16.100

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.
@@ -7,7 +7,7 @@ import Callout from '@bigbinary/neetoui/Callout';
7
7
  import Button from '@bigbinary/neetoui/Button';
8
8
  import Spinner from '@bigbinary/neetoui/Spinner';
9
9
  import Form from '@bigbinary/neetoui/formik/Form';
10
- import Checkbox from '@bigbinary/neetoui/formik/Checkbox';
10
+ import Switch from '@bigbinary/neetoui/formik/Switch';
11
11
  import Button$1 from '@bigbinary/neetoui/formik/Button';
12
12
  import BlockNavigation from '@bigbinary/neetoui/formik/BlockNavigation';
13
13
  import { Trans, useTranslation } from 'react-i18next';
@@ -3576,11 +3576,12 @@ var IpRestriction = function IpRestriction() {
3576
3576
  className: classnames("nm-ip-restriction space-y-2", {
3577
3577
  "pb-6": values.ipRestriction
3578
3578
  }),
3579
- children: [/*#__PURE__*/jsx(Checkbox, {
3579
+ children: [/*#__PURE__*/jsx(Switch, {
3580
3580
  checked: values.ipRestriction,
3581
3581
  className: "flex-grow-0",
3582
- "data-cy": "enable-ip-restriction-checkbox",
3582
+ "data-cy": "enable-ip-restriction-switch",
3583
3583
  disabled: isFetchingIpRestriction || isUpdating,
3584
+ id: "ipRestriction",
3584
3585
  name: "ipRestriction",
3585
3586
  label: /*#__PURE__*/jsx(Typography, {
3586
3587
  style: "h3",