@brightspace-ui/core 3.27.4 → 3.27.5

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.
@@ -455,6 +455,8 @@ class ListItemGenericLayout extends RtlMixin(LitElement) {
455
455
  const nestedListItems = [...nestedList.children].filter(node => node.role === 'rowgroup');
456
456
  if (nestedListItems.length) {
457
457
  previousElement = nestedListItems[nestedListItems.length - 1];
458
+ } else {
459
+ break;
458
460
  }
459
461
  }
460
462
  } while (nestedList);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@brightspace-ui/core",
3
- "version": "3.27.4",
3
+ "version": "3.27.5",
4
4
  "description": "A collection of accessible, free, open-source web components for building Brightspace applications",
5
5
  "type": "module",
6
6
  "repository": "https://github.com/BrightspaceUI/core.git",