@brightspace-ui/core 3.262.4 → 3.262.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.
- package/components/tabs/tabs.js +1 -0
- package/package.json +1 -1
package/components/tabs/tabs.js
CHANGED
|
@@ -246,6 +246,7 @@ class Tabs extends LocalizeCoreElement(ArrowKeysMixin(SkeletonMixin(LitElement))
|
|
|
246
246
|
this._scrollCollapsed = false;
|
|
247
247
|
this._state = 'shown';
|
|
248
248
|
this._tabIds = {};
|
|
249
|
+
this._tabs = [];
|
|
249
250
|
if (this._defaultSlotBehavior) this._tabInfos = [];
|
|
250
251
|
this._translationValue = 0;
|
|
251
252
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@brightspace-ui/core",
|
|
3
|
-
"version": "3.262.
|
|
3
|
+
"version": "3.262.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",
|