Skip to content

Commit aa6f391

Browse files
committed
fix: bump tabs plugin v3.5.0
1 parent 028f96a commit aa6f391

File tree

3 files changed

+16
-6
lines changed

3 files changed

+16
-6
lines changed

package-lock.json

+4-4
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
},
4343
"dependencies": {
4444
"@diplodoc/cut-extension": "^0.3.0",
45-
"@diplodoc/tabs-extension": "^3.4.0",
45+
"@diplodoc/tabs-extension": "^3.5.0",
4646
"chalk": "^4.1.2",
4747
"cheerio": "^1.0.0",
4848
"css": "^3.0.0",

src/transform/plugins/tabs.ts

+11-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
11
import {transform} from '@diplodoc/tabs-extension';
22

3-
export = transform({bundle: false});
3+
export = transform({
4+
bundle: false,
5+
features: {
6+
enabledVariants: {
7+
radio: true,
8+
regular: true,
9+
dropdown: true,
10+
accordion: true,
11+
},
12+
},
13+
});

0 commit comments

Comments
 (0)