@@ -969,10 +969,21 @@ Content for a tab in a tabbed interface. ([Source](https://github.com/WordPress/
969969- ** Name:** core/tab
970970- ** Experimental:** true
971971- ** Category:** design
972- - ** Parent:** core/tabs
973- - ** Supports:** anchor, layout (allowJustification, allowOrientation, allowSizingOnChildren, allowSwitching, allowVerticalAlignment, ~~ allowInheriting~~ ), spacing (blockGap, padding, ~~ margin~~ ), typography (fontSize), ~~ html~~ , ~~ reusable~~
972+ - ** Parent:** core/tab-panels
973+ - ** Supports:** anchor, color (background, text), layout (allowJustification, allowOrientation, allowSizingOnChildren, allowSwitching, allowVerticalAlignment, ~~ allowInheriting~~ ), renaming , spacing (blockGap, padding, ~~ margin~~ ), typography (fontSize), ~~ html~~ , ~~ reusable~~
974974- ** Attributes:** label
975975
976+ ## Tab Panels
977+
978+ Container for tab panel content in a tabbed interface. ([ Source] ( https://github.com/WordPress/gutenberg/tree/trunk/packages/block-library/src/tab-panels ) )
979+
980+ - ** Name:** core/tab-panels
981+ - ** Experimental:** true
982+ - ** Category:** design
983+ - ** Parent:** core/tabs
984+ - ** Allowed Blocks:** core/tab
985+ - ** Supports:** color (background, heading, link, text), dimensions (~~ aspectRatio~~ , ~~ height~~ , ~~ minHeight~~ , ~~ width~~ ), layout (allowJustification, default, ~~ allowOrientation~~ , ~~ allowSizingOnChildren~~ , ~~ allowSwitching~~ , ~~ allowVerticalAlignment~~ ), spacing (margin, padding, ~~ blockGap~~ ), typography (fontSize), ~~ anchor~~ , ~~ html~~ , ~~ lock~~ , ~~ reusable~~
986+
976987## Table
977988
978989Create structured content in rows and columns to display information. ([ Source] ( https://github.com/WordPress/gutenberg/tree/trunk/packages/block-library/src/table ) )
@@ -999,9 +1010,31 @@ Display content in a tabbed interface to help users navigate detailed content wi
9991010- ** Name:** core/tabs
10001011- ** Experimental:** true
10011012- ** Category:** design
1002- - ** Allowed Blocks:** core/tab
1003- - ** Supports:** align, color (~~ background~~ , ~~ text~~ ), interactivity, spacing (blockGap, margin, ~~ padding~~ ), typography (fontSize), ~~ html~~
1004- - ** Attributes:** activeTabIndex, customTabActiveColor, customTabActiveTextColor, customTabHoverColor, customTabHoverTextColor, customTabInactiveColor, customTabTextColor, orientation, tabActiveColor, tabActiveTextColor, tabHoverColor, tabHoverTextColor, tabInactiveColor, tabTextColor, tabsId
1013+ - ** Allowed Blocks:** core/tabs-menu, core/tab-panels
1014+ - ** Supports:** align, anchor, color (~~ background~~ , ~~ text~~ ), interactivity, layout (allowJustification, allowOrientation, allowSizingOnChildren, allowVerticalAlignment, default, ~~ allowSwitching~~ ), renaming, spacing (blockGap, margin, padding), typography (fontSize), ~~ html~~
1015+ - ** Attributes:** activeTabIndex, editorActiveTabIndex
1016+
1017+ ## Tabs Menu
1018+
1019+ Display the tab buttons for a tabbed interface. ([ Source] ( https://github.com/WordPress/gutenberg/tree/trunk/packages/block-library/src/tabs-menu ) )
1020+
1021+ - ** Name:** core/tabs-menu
1022+ - ** Experimental:** true
1023+ - ** Category:** design
1024+ - ** Parent:** core/tabs
1025+ - ** Allowed Blocks:** core/tabs-menu-item
1026+ - ** Supports:** color (background, text), dimensions (~~ aspectRatio~~ , ~~ height~~ , ~~ minHeight~~ , ~~ width~~ ), layout (allowJustification, allowOrientation, allowVerticalAlignment, default, ~~ allowSwitching~~ ), spacing (blockGap, margin, padding), typography (fontSize), ~~ html~~ , ~~ lock~~ , ~~ reusable~~
1027+
1028+ ## Tab Menu Item
1029+
1030+ A single tab button in the tabs menu. Used as a template for styling all tab buttons. ([ Source] ( https://github.com/WordPress/gutenberg/tree/trunk/packages/block-library/src/tabs-menu-item ) )
1031+
1032+ - ** Name:** core/tabs-menu-item
1033+ - ** Experimental:** true
1034+ - ** Category:** design
1035+ - ** Parent:** core/tabs-menu
1036+ - ** Supports:** color (background, text), layout (allowJustification, allowVerticalAlignment, default, ~~ allowOrientation~~ , ~~ allowSwitching~~ , ~~ allowWrap~~ ), shadow, spacing (padding), typography (fontSize, textAlign), ~~ html~~ , ~~ lock~~ , ~~ reusable~~
1037+ - ** Attributes:** activeBackgroundColor, activeTextColor, customActiveBackgroundColor, customActiveTextColor, customHoverBackgroundColor, customHoverTextColor, hoverBackgroundColor, hoverTextColor
10051038
10061039## Tag Cloud
10071040
0 commit comments