Skip to content
This repository has been archived by the owner on Feb 23, 2024. It is now read-only.

Commit

Permalink
Merge branch 'trunk' into dev/upgrade-ts-5
Browse files Browse the repository at this point in the history
  • Loading branch information
samueljseay authored Dec 4, 2023
2 parents baecc75 + 5a73912 commit 3b70ed8
Show file tree
Hide file tree
Showing 120 changed files with 1,857 additions and 3,522 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/close-stale-issues.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,5 @@ jobs:
exempt-pr-labels: 'priority: critical,priority: high,Epic,type: technical debt,category: refactor,type: documentation,plugin incompatibility'
stale-issue-message: "This issue has been marked as `stale` because it has not seen any activity within the past 60 days. Our team uses this tool to help surface issues for review. If you are the author of the issue there's no need to comment as it will be looked at."
stale-pr-message: "This PR has been marked as `stale` because it has not seen any activity within the past 7 days. Our team uses this tool to help surface pull requests that have slipped through review. \n\n###### If deemed still relevant, the pr can be kept active by ensuring it's up to date with the main branch and removing the stale label."
stale-issue-label: 'stale'
stale-pr-label: 'stale'
stale-issue-label: 'status: stale'
stale-pr-label: 'status: stale'
9 changes: 0 additions & 9 deletions assets/js/atomic/blocks/component-init.js
Original file line number Diff line number Diff line change
Expand Up @@ -116,12 +116,3 @@ registerBlockComponent( {
)
),
} );

registerBlockComponent( {
blockName: 'woocommerce/product-add-to-cart',
component: lazy( () =>
import(
/* webpackChunkName: "product-add-to-cart" */ './product-elements/add-to-cart/frontend'
)
),
} );
1 change: 0 additions & 1 deletion assets/js/atomic/blocks/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ import './product-elements/summary';
import './product-elements/sale-badge';
import './product-elements/sku';
import './product-elements/stock-indicator';
import './product-elements/add-to-cart';
import './product-elements/add-to-cart-form';
import './product-elements/product-image-gallery';
import './product-elements/product-details';
Expand Down
12 changes: 0 additions & 12 deletions assets/js/atomic/blocks/product-elements/add-to-cart/attributes.ts

This file was deleted.

87 changes: 0 additions & 87 deletions assets/js/atomic/blocks/product-elements/add-to-cart/block.tsx

This file was deleted.

15 changes: 0 additions & 15 deletions assets/js/atomic/blocks/product-elements/add-to-cart/constants.tsx

This file was deleted.

94 changes: 0 additions & 94 deletions assets/js/atomic/blocks/product-elements/add-to-cart/edit.tsx

This file was deleted.

12 changes: 0 additions & 12 deletions assets/js/atomic/blocks/product-elements/add-to-cart/frontend.ts

This file was deleted.

29 changes: 0 additions & 29 deletions assets/js/atomic/blocks/product-elements/add-to-cart/index.ts

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

Loading

0 comments on commit 3b70ed8

Please sign in to comment.