Skip to content

Commit

Permalink
Remove the build folder
Browse files Browse the repository at this point in the history
  • Loading branch information
gziolo committed Jul 17, 2024
1 parent e655152 commit 5c6f499
Show file tree
Hide file tree
Showing 19 changed files with 2 additions and 111 deletions.
44 changes: 0 additions & 44 deletions tabs/build/tab/block.json

This file was deleted.

1 change: 0 additions & 1 deletion tabs/build/tab/index-rtl.css

This file was deleted.

1 change: 0 additions & 1 deletion tabs/build/tab/index.asset.php

This file was deleted.

1 change: 0 additions & 1 deletion tabs/build/tab/index.css

This file was deleted.

1 change: 0 additions & 1 deletion tabs/build/tab/index.js

This file was deleted.

1 change: 0 additions & 1 deletion tabs/build/tab/style-index-rtl.css

This file was deleted.

1 change: 0 additions & 1 deletion tabs/build/tab/style-index.css

This file was deleted.

1 change: 0 additions & 1 deletion tabs/build/tab/view.asset.php

This file was deleted.

1 change: 0 additions & 1 deletion tabs/build/tab/view.js

This file was deleted.

44 changes: 0 additions & 44 deletions tabs/build/tabs/block.json

This file was deleted.

1 change: 0 additions & 1 deletion tabs/build/tabs/index-rtl.css

This file was deleted.

1 change: 0 additions & 1 deletion tabs/build/tabs/index.asset.php

This file was deleted.

1 change: 0 additions & 1 deletion tabs/build/tabs/index.css

This file was deleted.

1 change: 0 additions & 1 deletion tabs/build/tabs/index.js

This file was deleted.

1 change: 0 additions & 1 deletion tabs/build/tabs/style-index-rtl.css

This file was deleted.

1 change: 0 additions & 1 deletion tabs/build/tabs/style-index.css

This file was deleted.

1 change: 0 additions & 1 deletion tabs/build/tabs/view.asset.php

This file was deleted.

1 change: 0 additions & 1 deletion tabs/build/tabs/view.js

This file was deleted.

9 changes: 2 additions & 7 deletions tabs/src/tabs/edit.js
Original file line number Diff line number Diff line change
Expand Up @@ -77,19 +77,14 @@ function TabsPlaceholder( { clientId } ) {
'tabs'
) }
>
<form
className="blocks-tabs__placeholder-form"
onSubmit={ onCreateTabs }
>
<form onSubmit={ onCreateTabs }>
<TextControl
__nextHasNoMarginBottom
__next40pxDefaultSize
type="number"
label={ __( 'Tabs count', 'tabs' ) }
min="1"
value={ initialTabsCount }
onChange={ setInitialColumnCount }
min="1"
className="blocks-table__placeholder-input"
/>
<Button
__next40pxDefaultSize
Expand Down

0 comments on commit 5c6f499

Please sign in to comment.