@brightspace-ui/core 3.262.3 → 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.
@@ -16,7 +16,7 @@ import { SkeletonMixin } from '../skeleton/skeleton-mixin.js';
16
16
  import { styleMap } from 'lit/directives/style-map.js';
17
17
 
18
18
  export function getUseNewTabsStructureFlag() {
19
- return getFlag('GAUD-8299-core-tabs-use-new-structure', false);
19
+ return getFlag('GAUD-8299-core-tabs-use-new-structure', true);
20
20
  }
21
21
 
22
22
  const reduceMotion = matchMedia('(prefers-reduced-motion: reduce)').matches;
@@ -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",
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",