@taiga-ui/addon-doc 3.23.1-dev.main-17bc204 → 3.23.1-dev.main-d8b7500

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.
@@ -847,7 +847,7 @@
847
847
  }
848
848
  }
849
849
  function isEmptyParamValue(value) {
850
- return ["undefined", "null", "NaN", "Infinity"].includes(value);
850
+ return ["undefined", "null", "NaN"].includes(value);
851
851
  }
852
852
  function isBooleanParamValue(value) {
853
853
  return value === "true" || value === "false";