@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.
@@ -9,7 +9,7 @@ var Callout = require('@bigbinary/neetoui/Callout');
9
9
  var Button = require('@bigbinary/neetoui/Button');
10
10
  var Spinner = require('@bigbinary/neetoui/Spinner');
11
11
  var Form = require('@bigbinary/neetoui/formik/Form');
12
- var Checkbox = require('@bigbinary/neetoui/formik/Checkbox');
12
+ var Switch = require('@bigbinary/neetoui/formik/Switch');
13
13
  var Button$1 = require('@bigbinary/neetoui/formik/Button');
14
14
  var BlockNavigation = require('@bigbinary/neetoui/formik/BlockNavigation');
15
15
  var reactI18next = require('react-i18next');
@@ -3597,11 +3597,12 @@ var IpRestriction = function IpRestriction() {
3597
3597
  className: classnames("nm-ip-restriction space-y-2", {
3598
3598
  "pb-6": values.ipRestriction
3599
3599
  }),
3600
- children: [/*#__PURE__*/jsxRuntime.jsx(Checkbox, {
3600
+ children: [/*#__PURE__*/jsxRuntime.jsx(Switch, {
3601
3601
  checked: values.ipRestriction,
3602
3602
  className: "flex-grow-0",
3603
- "data-cy": "enable-ip-restriction-checkbox",
3603
+ "data-cy": "enable-ip-restriction-switch",
3604
3604
  disabled: isFetchingIpRestriction || isUpdating,
3605
+ id: "ipRestriction",
3605
3606
  name: "ipRestriction",
3606
3607
  label: /*#__PURE__*/jsxRuntime.jsx(Typography, {
3607
3608
  style: "h3",