@royaloperahouse/chord 2.2.3-i-chord-development → 2.2.3-j-chord-development

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.
@@ -8552,7 +8552,9 @@ var PasswordStrength = function PasswordStrength(_ref) {
8552
8552
  "data-testid": "password-strength-container"
8553
8553
  }, /*#__PURE__*/React__default.createElement(Sections, {
8554
8554
  "data-testid": "password-strength-sections"
8555
- }, [].concat(Array(sections)).map(function (_section, i) {
8555
+ }, Array.from({
8556
+ length: sections
8557
+ }, function (_section, i) {
8556
8558
  return /*#__PURE__*/React__default.createElement(Section, {
8557
8559
  key: i,
8558
8560
  color: setSectionColor(i),