@brightspace-ui/core 3.168.0 → 3.169.0

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.
@@ -103,7 +103,7 @@ export const TabMixin = superclass => class extends SkeletonMixin(superclass) {
103
103
  this.tabIndex = -1;
104
104
 
105
105
  this._clicked = false;
106
- this._noInitialSelectedEvent = getFlag('GAUD-8605-tab-no-initial-selected-event', false);
106
+ this._noInitialSelectedEvent = getFlag('GAUD-8605-tab-no-initial-selected-event', true);
107
107
  }
108
108
 
109
109
  firstUpdated(changedProperties) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@brightspace-ui/core",
3
- "version": "3.168.0",
3
+ "version": "3.169.0",
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",