Skip to content

Commit f9c4b28

Browse files
authored
Remove the base tabs component from blocks. It is no longer used. (woocommerce#46219)
1 parent be93d94 commit f9c4b28

File tree

7 files changed

+4
-244
lines changed

7 files changed

+4
-244
lines changed

plugins/woocommerce-blocks/assets/js/base/components/index.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,4 +27,3 @@ export * from './sidebar-layout';
2727
export * from './snackbar-list';
2828
export * from './state-input';
2929
export * from './summary';
30-
export * from './tabs';

plugins/woocommerce-blocks/assets/js/base/components/tabs/index.tsx

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

plugins/woocommerce-blocks/assets/js/base/components/tabs/stories/index.stories.tsx

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

plugins/woocommerce-blocks/assets/js/base/components/tabs/style.scss

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

plugins/woocommerce-blocks/package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -314,7 +314,6 @@
314314
"prop-types": "^15.8.1",
315315
"react-number-format": "4.9.3",
316316
"react-transition-group": "^4.4.5",
317-
"reakit": "1.3.11",
318317
"request": "2.88.2",
319318
"trim-html": "0.1.9",
320319
"use-debounce": "9.0.4",
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
Significance: patch
2+
Type: dev
3+
Comment: Remove the unused WooCommerce blocks Tabs component, remove Reakit dependency.
4+

pnpm-lock.yaml

Lines changed: 0 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)