Skip to content

Commit 9d7ca31

Browse files
Revert "merge complete"
This reverts commit b5550d0.
1 parent b5550d0 commit 9d7ca31

37 files changed

+1
-2195
lines changed

docs/reference-guides/core-blocks.md

Lines changed: 0 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -954,17 +954,6 @@ Add white space between blocks and customize its height. ([Source](https://githu
954954
- **Supports:** anchor, interactivity (clientNavigation), spacing (margin)
955955
- **Attributes:** height, width
956956

957-
## Tab
958-
959-
Content for a tab in a tabbed interface. ([Source](https://github.com/WordPress/gutenberg/tree/trunk/packages/block-library/src/tab))
960-
961-
- **Name:** core/tab
962-
- **Experimental:** true
963-
- **Category:** design
964-
- **Parent:** core/tabs
965-
- **Supports:** anchor, layout (allowJustification, allowOrientation, allowSizingOnChildren, allowSwitching, allowVerticalAlignment, ~~allowInheriting~~), spacing (blockGap, padding, ~~margin~~), typography (fontSize), ~~html~~, ~~reusable~~
966-
- **Attributes:** label
967-
968957
## Table
969958

970959
Create structured content in rows and columns to display information. ([Source](https://github.com/WordPress/gutenberg/tree/trunk/packages/block-library/src/table))
@@ -984,17 +973,6 @@ Summarize your post with a list of headings. Add HTML anchors to Heading blocks
984973
- **Supports:** ariaLabel, color (background, gradients, link, text), interactivity (clientNavigation), spacing (margin, padding), typography (fontSize, lineHeight), ~~html~~
985974
- **Attributes:** headings, maxLevel, onlyIncludeCurrentPage, ordered
986975

987-
## Tabs
988-
989-
Display content in a tabbed interface to help users navigate detailed content with ease. ([Source](https://github.com/WordPress/gutenberg/tree/trunk/packages/block-library/src/tabs))
990-
991-
- **Name:** core/tabs
992-
- **Experimental:** true
993-
- **Category:** design
994-
- **Allowed Blocks:** core/tab
995-
- **Supports:** align, color (~~background~~, ~~text~~), interactivity, spacing (blockGap, margin, ~~padding~~), typography (fontSize), ~~html~~
996-
- **Attributes:** activeTabIndex, customTabActiveColor, customTabActiveTextColor, customTabHoverColor, customTabHoverTextColor, customTabInactiveColor, customTabTextColor, orientation, tabActiveColor, tabActiveTextColor, tabHoverColor, tabHoverTextColor, tabInactiveColor, tabTextColor, tabsId
997-
998976
## Tag Cloud
999977

1000978
A cloud of popular keywords, each sized by how often it appears. ([Source](https://github.com/WordPress/gutenberg/tree/trunk/packages/block-library/src/tag-cloud))

packages/block-library/package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,7 @@
4343
"./image/view": "./build-module/image/view.js",
4444
"./navigation/view": "./build-module/navigation/view.js",
4545
"./query/view": "./build-module/query/view.js",
46-
"./search/view": "./build-module/search/view.js",
47-
"./tabs/view": "./build-module/tabs/view.js"
46+
"./search/view": "./build-module/search/view.js"
4847
},
4948
"wpStyleEntryPoints": [
5049
"src/*.scss",

packages/block-library/src/editor.scss

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,6 @@
4545
@use "./social-links/editor.scss" as *;
4646
@use "./spacer/editor.scss" as *;
4747
@use "./table/editor.scss" as *;
48-
@use "./tabs/editor.scss" as *;
4948
@use "./tag-cloud/editor.scss" as *;
5049
@use "./template-part/editor.scss" as *;
5150
@use "./term-template/editor.scss" as *;

packages/block-library/src/index.js

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -125,10 +125,8 @@ import * as siteTitle from './site-title';
125125
import * as socialLink from './social-link';
126126
import * as socialLinks from './social-links';
127127
import * as spacer from './spacer';
128-
import * as tab from './tab';
129128
import * as table from './table';
130129
import * as tableOfContents from './table-of-contents';
131-
import * as tabs from './tabs';
132130
import * as tagCloud from './tag-cloud';
133131
import * as templatePart from './template-part';
134132
import * as termCount from './term-count';
@@ -265,8 +263,6 @@ const getAllBlocks = () => {
265263

266264
if ( window?.__experimentalEnableBlockExperiments ) {
267265
blocks.push( breadcrumbs );
268-
blocks.push( tab );
269-
blocks.push( tabs );
270266
}
271267

272268
if ( window?.__experimentalEnableFormBlocks ) {

packages/block-library/src/style.scss

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,10 +68,8 @@
6868
@use "./social-links/style.scss" as *;
6969
@use "./spacer/style.scss" as *;
7070
@use "./tag-cloud/style.scss" as *;
71-
@use "./tab/style.scss" as *;
7271
@use "./table/style.scss" as *;
7372
@use "./table-of-contents/style.scss" as *;
74-
@use "./tabs/style.scss" as *;
7573
@use "./term-count/style.scss" as *;
7674
@use "./term-description/style.scss" as *;
7775
@use "./term-name/style.scss" as *;

packages/block-library/src/tab/add-tab-toolbar-control.js

Lines changed: 0 additions & 48 deletions
This file was deleted.

packages/block-library/src/tab/block.json

Lines changed: 0 additions & 52 deletions
This file was deleted.

packages/block-library/src/tab/controls.js

Lines changed: 0 additions & 67 deletions
This file was deleted.

0 commit comments

Comments
 (0)