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 11875/update-dummy-product-images
Browse files Browse the repository at this point in the history
  • Loading branch information
nefeline committed Dec 1, 2023
2 parents 70a62e2 + 04d37a8 commit 3033382
Show file tree
Hide file tree
Showing 12 changed files with 344 additions and 629 deletions.
4 changes: 2 additions & 2 deletions assets/js/editor-components/feedback-prompt/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import './style.scss';
interface FeedbackPromptProps {
text: string;
title?: string;
url?: string;
url: string;
}
/**
* Component to render a Feedback prompt in the sidebar.
Expand All @@ -25,7 +25,7 @@ interface FeedbackPromptProps {
const FeedbackPrompt = ( {
text,
title = __( 'Feedback?', 'woo-gutenberg-products-block' ),
url = 'https://ideas.woocommerce.com/forums/133476-woocommerce?category_id=384565',
url,
}: FeedbackPromptProps ) => {
// By returning false we ensure that this component is not entered into the InspectorControls
// (which is a slot fill), children array on first render, on the second render when the state
Expand Down

This file was deleted.

185 changes: 0 additions & 185 deletions assets/js/extensions/jetpack/woocommerce-analytics/index.ts

This file was deleted.

21 changes: 0 additions & 21 deletions assets/js/extensions/jetpack/woocommerce-analytics/test/index.ts

This file was deleted.

2 changes: 0 additions & 2 deletions bin/webpack-entries.js
Original file line number Diff line number Diff line change
Expand Up @@ -240,8 +240,6 @@ const entries = {
'./assets/js/extensions/google-analytics/index.ts',
'wc-shipping-method-pickup-location':
'./assets/js/extensions/shipping-methods/pickup-location/index.js',
'wc-blocks-jetpack-woocommerce-analytics':
'./assets/js/extensions/jetpack/woocommerce-analytics/index.ts',
},
editor: {
'wc-blocks-classic-template-revert-button':
Expand Down
Loading

0 comments on commit 3033382

Please sign in to comment.