@brightspace-ui/core 3.165.1 → 3.165.2
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 +0 -3
- package/package.json +1 -1
package/components/tabs/tabs.js
CHANGED
@@ -19,7 +19,6 @@ import { styleMap } from 'lit/directives/style-map.js';
|
|
19
19
|
|
20
20
|
const reduceMotion = matchMedia('(prefers-reduced-motion: reduce)').matches;
|
21
21
|
const overflowClipEnabled = getFlag('GAUD-7887-core-components-overflow-clipping', true);
|
22
|
-
const newTabStructure = getFlag('GAUD-7146-tabs-new-structure', true);
|
23
22
|
|
24
23
|
const scrollButtonWidth = 56;
|
25
24
|
|
@@ -1198,8 +1197,6 @@ class Tabs extends LocalizeCoreElement(ArrowKeysMixin(SkeletonMixin(LitElement))
|
|
1198
1197
|
}
|
1199
1198
|
|
1200
1199
|
#handleTabDeselected(e) {
|
1201
|
-
if (!newTabStructure) return;
|
1202
|
-
|
1203
1200
|
const panel = this._getPanel(e.target.id);
|
1204
1201
|
if (panel) panel.selected = false;
|
1205
1202
|
}
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@brightspace-ui/core",
|
3
|
-
"version": "3.165.
|
3
|
+
"version": "3.165.2",
|
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",
|