@bigbinary/neeto-molecules 1.0.54 → 1.0.55

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/README.md CHANGED
@@ -44,6 +44,7 @@ https://neeto-molecules.neeto.com/
44
44
  - [TableWrapper](./docs/components.md#tablewrapper)
45
45
  - [PhoneNumber](./docs/components.md#phonenumber)
46
46
  - [Rename](./docs/components.md#rename)
47
+ - [ThemeSidebar](./docs/components.md#themesidebar)
47
48
 
48
49
  ## Installation Instructions
49
50
 
@@ -3517,9 +3517,15 @@ var Row = function Row(_ref) {
3517
3517
  }, t("neetoMolecules.common.actions.delete")))), /*#__PURE__*/React__default["default"].createElement(neetoui.Alert, {
3518
3518
  isOpen: isDeleteIpRangeAlertOpen,
3519
3519
  submitButtonLabel: t("neetoMolecules.common.actions.delete"),
3520
- message: t("neetoMolecules.ipRestriction.allowedIpRangeConfirmation", data),
3520
+ message: /*#__PURE__*/React__default["default"].createElement(reactI18next.Trans, {
3521
+ i18nKey: "neetoMolecules.ipRestriction.allowedIpRangeConfirmation",
3522
+ values: {
3523
+ ipStart: data.ipStart,
3524
+ ipEnd: data.ipEnd
3525
+ }
3526
+ }),
3521
3527
  title: t("neetoMolecules.common.deleteAlert.title", {
3522
- entity: t("neetoMolecules.ipRestriction.allowedIpRangeTitle")
3528
+ entity: t("neetoMolecules.ipRestriction.allowedIpRangeConfirmationTitle")
3523
3529
  }),
3524
3530
  onClose: function onClose() {
3525
3531
  return setIsDeleteIpRangeAlertOpen(false);