@brightspace-ui/core 2.38.0 → 2.38.1

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.
@@ -151,7 +151,7 @@ export class IdSubscriberController {
151
151
  let registryIds = this._host[this._idPropertyName];
152
152
  if (!registryIds) return;
153
153
 
154
- registryIds = registryIds.split(' ');
154
+ registryIds = registryIds.trim().split(' ');
155
155
  registryIds.forEach(registryId => {
156
156
  this._updateRegistry(registryId, 0);
157
157
  });
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@brightspace-ui/core",
3
- "version": "2.38.0",
3
+ "version": "2.38.1",
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",